Search code examples
javascriptasp.nettwitterfacebook-like

Facebook like and Tweet counter issue due to query string


I have added Facebook & Twitter likes/tweet count button on products page. But it have observed quiet strange behavior. When there is no like it appears like in fig01.

enter image description here

When i like, its likes added to all products likes (From 0 changed to 6), while twitter count remains to '0' as shown in below fig02.

enter image description here

The possible issue i think is that its ignoring query string value i.e. fig03

enter image description here

I will be grateful if someone tells me possible solution. thanks.


Solution

  • Kindly go to this URL and enter your URL to check is their any issue with your URL. https://developers.facebook.com/tools/debug/

    I was getting the same issue, because my page was session dependent, so i have made my page session independent then my Facebook like works absolutely fine. May be you are getting that kind of page Redirect issue.