There are many ways and tutorials for wordpress and blogger but I just want to ad it to plain html
Thanks
Bernadette
Facebook comments are generally accessed through their JavaScript API unless you want to do something specific like pull out a defined comment to show back?
Can you elaborate on your goal more?
I need to know how does it work to have facebook comments on my website,
Should I have a page on facebook and link it to my website somehow?
I dont know a lot about JavaScript API.
All I want to do is make users comment on my posts through facebook
Bernadette
The best way to let people comment on Wordpress via Facebook is with one of the plugins that simply adds the necessary code to your blog.
The alternative is a tool called Disqus which handles multiple systems like Facebook, Twitter, Google, etc. It’s also a plugin for wordpress/
You can get a facebook like feed and add it to your website which will show your facebook page information as well as the latest comments from your fans.
I don’t believe the question here was about getting more traffic. The question is how to add Facebook comments to a website. Many high-traffic websites do this so adding Facebook comments doesn’t mean that a website has no traffic. Adding Facebook comments is just a way to make your website more interactive, which is exactly what we discuss in this forum.
You can simply add a gadget (in blogger or wordpress) just under the post body. all you have to do is grad the facebook comment plugin code from the “https://developers.facebook.com/docs/plugins/” section. following is the sample plugin code (which you need to insert in the gadget):
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=YOUR APP_ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="[B]DONT ENTER ANYTHING HERE (REMOVE THE COMPLETE BOLD TEXT)[/B]" data-num-posts="2" data-width="470"></div>
HOPE IT WORKS!
hey buddy you just take a look at this ref link http://developers.facebook.com/docs/reference/plugins/comments/ where you`ll get the instruction to all the facebook commenting option to your website…
make sure you read the document fully to make use of the commenting section fully from the social gaint
You can just use simplest way to comment on your facebook page by using simple coding of facebook like button.
Like buttons don’t add comments. They only add “likes”.
I have removed two posts that mentioned blogger and WP tutorials. Before anyone else starts posting blogger and WP tutorials, please read the original thread post. The OP has distinctly said they know about blogger and WP and want to know how to add comments in their own html.