I want two like buttons on my subpages, so the users can express they opinion (the two like buttons have speperated functions)
My URLs are like this: www.example.com/category/123-page-name/
I added the like buttons this way (i used the GET variables):
first:
<fb:like href="http://www.example.com/category/123-page-name/" send="false" layout="box_count" width="100" show_faces="false"></fb:like>
second:
<fb:like href="http://www.example.com/category/123-page-name/?variable=1" send="false" layout="box_count" width="100" show_faces="false"></fb:like>
but it behaves strange... On some pages it works, but on some not and the two like buttons showing the same number...
So my question is: what do i need to setup in the header to get this to work properly? Do i need maybe the GET variable for the first like button too?
Thank you very much!
og:urlvalue based on the query string? – scibuff Mar 28 '12 at 8:48