分享該頁網址
<a class="fb-share" href="javascript:void(window.open('http://www.facebook.com/sharer/sharer.php?u='.concat(encodeURIComponent( 'http://' + window.location.hostname + '/page_name.html')) ));" target="_blank">分享至 Facebook</a>
FB UI 分享(可帶入 hashtag, quote 可使用較長文字)
FB.ui({
        method:"share",
        display:"popup",
        href: URL,
        hashtag:"#your hashtag",
        quote:"\n\<\-可使用斷行\n\n"
    },
    function(response){}
);
新增粉絲頁頁籤
http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL