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>