Facebook like button count resets
-
For some reason the people who like my post using the facebook like button disappear when I bump a post up by changing the published time. I go from 20 likes or whatever back to 0. I’m not sure why it’s doing this because it doesnt seem to happen with any competitors. Here is my like code, is there an issue with it?
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=85&action=like&colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:85px; height:22px”></iframe>
maybe its my permalink structure? I have this as my structure: /%day%/%postname%/
thanks for your help
The topic ‘Facebook like button count resets’ is closed to new replies.