按"讚"跑出"確認" - 部落格

Table of Contents

圖文網誌版:
http://kyoko7384.blogspot.com/2013/04/google-blogger.html


因為在<head>下方加上以下的程式碼
<script type='text/javascript'>
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf(&quot;.&quot;));
if (ctld != &quot;.com&quot;) {
var ncr = &quot;http://&quot; + blog.substr(0, blog.indexOf(&quot;.&quot;));
ncr += &quot;.blogspot.com/ncr&quot; + slug;
window.location.replace(ncr);
}
</script>

但是結果對我是沒用的,還是出現確認鈕


所以我找到了第二個方法

就是在body中加入你的FB編號跟app id

<!-- Essential information for facebook plugins -->
<meta content='100000384462715' property='fb:admins'/>
<meta content='123051327889219' property='fb:app_id'/>

網路上有這兩個號碼的得到方法

聽說加上去不會立即見效

要等fb審核過是安全帳號才ok

一開始我也是抱持懷疑的態度...

因為加入後三四天還是一樣


---

但是忽然間就在今天

我無意的自己按下讚..........

結果確認鈕沒有再出現了!


因此這個說法跟此方法是可行的!

順利解決!




--

All Comments

Ula avatarUla2013-05-05
有用 謝謝你的分享
Quintina avatarQuintina2013-05-09
謝謝你的分享^^