這是更喜歡它嗎?
https://developers.facebook.com/docs/reference/plugins/like/
所以您的代碼會是這個樣子:
的iFrame:
<iframe src="http://www.facebook.com/plugins/like.php?app_id=212715052108961&href=PAGEURL;send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe>
XFBML:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=212715052108961&xfbml=1"></script><fb:like href="PAGEURL" send="false" layout="button_count" width="50" show_faces="false" font=""></fb:like>
正是我需要的!謝謝! – alex