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.

i'm planning to create a website with some functions like http://www.linkcollider.com for increasing websites and facebook pages traffic. I have a page containing URLs for facebook pages and websites from the database to be shared and i want to give points to the user who shares these links on facebook but how to be sure that he already clicked the share button? here's the code for sharing

<script>function fbs_click() {
    u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u=http://www.mawk3y.net','sharer','toolbar=0,status=0,width=626,height=436');
    return false;
    }
   </script>
 <a rel="nofollow" href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank">Share on Facebook</a>
share|improve this question

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.