[wp-hackers] Facebook Like button will not refresh
RePost
repost_08 at yahoo.com
Tue Apr 12 23:52:31 UTC 2011
I've implemented the Facebook Like button on a WordPress blog (latest version) and it is posting recommended links to Facebook. However, it's not refreshing dynamically. I must refresh the browser and reload the site to see the updated Like count. Otherwise, when I press the button, it just grays out. Here's the code:
<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>
And the site:
http://bit.ly/eYGXbo
I'd appreciate any suggestions!
More information about the wp-hackers
mailing list