Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What I am trying to do is track click throughs of individual users likes and shares. This is easy with a unique link or when using Like, using the ref parameter.

What I do now is show the like button on a certain page, with the ref parameter set so I track any click through's on that link.

But this has a problem or a bug, if you use ref and click the like button then ref will show up on the like post on fb and I can track this. BUT if you also leave a comment when you click the like button, then the link is shared but the ref parameter is not on that link anymore!!

Any suggestions on how to fix this?

Rob

share|improve this question
2  
add another parameter myref. – Mihai Iorga Aug 30 '12 at 16:29
This is the code that I use: <div class="fb-like" ref="xxxx" data-ref="xxxx" data-send="true" data-width="450" data-show-faces="true" data-action="like" data-font="trebuchet ms"></div> So I am not sure how myref would work? – Robbert Hofmando Aug 30 '12 at 17:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.