0
我已經在WordPress博客上實現了Facebook Like按鈕,並將推薦鏈接發佈到Facebook。Facebook Like按鈕不動態刷新
但是,它不會動態刷新。我必須刷新瀏覽器並重新加載站點以查看更新的Like count。否則,當我按下按鈕時,它只是灰色。
下面的代碼:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=450&action=recommend&font=verdana&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
和站點: http://bit.ly/eYGXbo
我會很感激的任何建議!
你有沒有試過XFBML版本? – ifaour 2011-04-12 16:10:25