facebook有提供多項社群工具,本文介紹的是留言版(Comments)的功能
facebook有提供多項社群工具,本文介紹的是留言版(Comments)的功能,
官方網址在 :
Core Concepts › Social Plugins › Comments
http://developers.facebook.com/docs/reference/plugins/comments/
什麼是facebook 留言版
在任一個網頁均可以置入如下圖的留言版
, 範例網址是: http://www.3c-dr.com.tw/Story/ApplyStoryDetail.aspx?StoryId=66
如何使用
取得你的部落格或網頁的網址(URL)
連上http://developers.facebook.com/docs/reference/plugins/comments/
在[URL to comment on]輸入後,按下[Get Code],即可取得HTML語法,
置入網頁中即可。
但是若是動態產生網址則可能不適用此方法,筆者另外提供一個進階使用萬用HTML碼
<div id='fb_Social_Plugins_Comments'></div>
<script src='http://connect.facebook.net/zh_TW/all.js#xfbml=1'></script>
<script language='javascript'>
document.getElementById('fb_Social_Plugins_Comments').innerHTML
="<div id='fb-root'></div>"
+"<fb:comments href='"+location.href+"' num_posts='5' width='550'></fb:comments>";
</script>
如何分析,收集資料
facebook上目前有提供幾項收集資料的網址,只要下面黃色部份修改即可查詢
想要知道有多少人回應
https://graph.facebook.com/?ids=http://briian.com/?p=7627
想要知道每一則留言的內容
https://graph.facebook.com/comments/?ids=http://briian.com/?p=7627