Getting Same Facebook "Like" count for different URLS -


i'm trying add multiple "like" buttons on same page specifying different url's

i have 2 urls want "like" on separate page

http://www.spoilertv.com/search/label/brothers%20and%20sisters http://www.spoilertv.com/search/label/better%20with%20you

here code.

better <iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.spoilertv.com%2fsearch%2flabel%2fbetter%2520with%2520you&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowtransparency="true"></iframe> brothers , sisters <iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.spoilertv.com%2fsearch%2flabel%2fbrothers%2520and%2520sisters&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowtransparency="true"></iframe> 

the problem both show same "like" count.

what doing wrong?

thanks in advance help

imo problem spaces (%20) converted (%2520) within facebook iframe.

try use space unicode (%20) directly:

better <iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.spoilertv.com%2fsearch%2flabel%2fbetter%20with%20you&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowtransparency="true"></iframe> brothers , sisters <iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.spoilertv.com%2fsearch%2flabel%2fbrothers%20and%20sisters&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowtransparency="true"></iframe> 

hope helps :)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -