I generate a unique variable for each user on my site that is built into their referral link. When I put that link into a facebook like button the like count is separate for each link.
Here is my example:
UserA:
<div class="fb-like" data-href="http://example.com?refer=3323"></div>
User B:
<div class="fb-like" data-href="http://example.com?refer=2355"></div>
Both users effectivly have the same link, but just a different referral code. I want them both to see our example.com 'like count' but instead, each sees '0 likes.'
Is it possible to have them both see the same like count? If so, how?