我有一个简单的FB应用程序(登陆页面),我有一个“与你的朋友分享这个”选项。
以下是代码:
$title=urlencode('INMORIA');
$url=urlencode('http://www.facebook.com/INMORIA');
$summary=urlencode('Hey! I have just found this incredible band! Check them out!.');
$image=urlencode('images/logga.png');
?>
<a onClick="window.open('http://www.facebook.com/sharer.php?s=100&p[title]=<?php echo $title;?>&p[summary]=<?php echo $summary;?>&p[url]=<?php echo $url; ?>&&p[images][0]=<?php echo $image;?>', 'sharer', 'toolbar=0,status=0,width=548,height=325');" target="_parent" href="javascript: void(0)">
SHARE THIS WITH YOUR FRIENDS
</a>
我能看到谁点击并分享了我的内容吗?
也许谷歌分析或Facebook有我可以使用的东西吗?
我问的原因是我想在我的页面上举行比赛,我想给分享我页面的人一个价格。就像免费的CD,T恤或其他东西。
或者是否有其他方法可以做到这一点?我知道我可以在我的页面上传一张照片,看看谁分享了照片,但我希望弹出的描述和内容是共享的对象。
答案 0 :(得分:0)
您可以使用Google Analytics(分析)跟踪事件:http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html