开发者

how to show image from url facebook application?

开发者 https://www.devze.com 2022-12-25 14:27 出处:网络
on googling i found this code开发者_StackOverflow社区 facebook.fbml.refreshImgSrc(\'imgURL\') how to use this code with cakephp..Stolen from core helper in cookbook

on googling i found this code开发者_StackOverflow社区 facebook.fbml.refreshImgSrc('imgURL')

how to use this code with cakephp..


Stolen from core helper in cookbook

<?php echo $html->image('http://example.com/cake_logo.png', array('alt' => 'CakePHP'))?>

will output

<img src="http://example.com/cake_logo.png" alt="CakePHP" />

You can get more details about this in the cook.I think it should be helpful.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号