Facebookの新コメントシステムをWordPressに入れる方法

facebook SMO

URLを指定する部分で「the_permalink()」を使えばOK。

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=APP_ID&amp;xfbml=1"></script>
<fb:comments href="<?php the_permalink() ?>" num_posts="5" width="500"></fb:comments>

 
ちなみにこのままだと英語なので日本語で使いたい場合には、
JavaScriptにおける「en_US」を「ja_JP」に変更すると使えるみたいです。
(実験しただけなので、正式には間違っているかもしれません)

 
リファレンスはこちら
Comments – Facebook開発者

 
【追記】
app_idは指定しなくても(上記のままのAPP_IDでも)利用出来るっぽい。

ただリファレンスに書いてあるところを読んでみると、
app_idを指定するとアプリ管理者がコメント承認する機能が使えるみたいです。

If your site has many comments boxes, we strongly recommend you specify a Facebook app id as the administrator (all administrators of the app will be able to moderate comments). Doing this enables a moderator interface on Facebook where comments from all plugins administered by your app id can be easily moderated together.

コメント

タイトルとURLをコピーしました