How can I moderate comments in the Facebook fb:comments social plugin? -
i've got facebook application on canvas page , i'm viewing through facebook page tab. button works, comments work , delete button works(i've got candelete on). in facebook documentation though, says moderators of application can moderate comments through link post button. how button show up? , how notifications work? i've got user id in attributes comments.
i've tried initialize sdk asyncronous code , app id doesn't seem anything.
<div id="fb-root"></div> <script> window.fbasyncinit = function() { fb.init({ appid: '115173993418', status: true, cookie: true, xfbml: true }); }; (function() { var e = document.createelement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_us/all.js'; document.getelementbyid('fb-root').appendchild(e); } ()); </script>
my dear there 2 ways this. first if developer of application, when put comment box on page , login through it, plugin shows link "administer comment" below post button. click on button see small window can set moderator. other way set moderator add meta tag
<meta property="fb:moderator" content="facebook-profile-id"/>
i hope work
Comments
Post a Comment