Facebook Comments Plugin: My website url does not show comments - facebook

My site appears to be blocked from displaying comments using the Facebook Comments Plugin
I tried to go to the tests page to copy the comments code but the site doesn't load the comments section
Plugin URL: https://developers.facebook.com/docs/plugins/comments/
My website URL (exemple): https://cm7brasil.com/noticias/mundo/furacao-fiona-piora-apos-atingir-republica-dominicana-e-porto-rico/
Has anyone ever had a similar problem?

Related

Custom Facebook comment box

I want to build custom Facebook comments box for that I have done lots of R&D but I am stuck on how will I post comments against the url of different pages of my website.
I want the similar functionality which Facebook's comment box plugin provides like I will drop my custom Facebook comments box on my page template and it will work for all the pages which are inheriting from that template. Which means each dynamic page will have its own commenting box depending on its url.
It would be better if anyone provide me steps to achieve this functionality. I have gone through the Facebook developers forum and have learn commenting against the ID of Objects but I want to start comment box from page Url as Facebook's comments box takes href of the page.
My test work:
When I have posted comments through Facebook comment box plugin against url and get all of them using Graph api so all comments are listing successfully.
but when I try to post the comments against the mentioned url using graph api so I get the exception here.
https://lh3.googleusercontent.com/-KckTuX8DifY/UOFP_e-5ayI/AAAAAAAAAJc/e1wYHZGN9Nc/s629/Get+and+Post+Comments.png
I need answers of following questions.
How will I start commenting against page's url.
My custom commenting box template are shown below
https://lh4.googleusercontent.com/-7iP0_Xi22zk/UOFOn_g_Q7I/AAAAAAAAAJI/FlnDhDTSyZs/s622/Custom+FB+comments+box.jpg
Thanks

No Title - Wordpress facebook share

I have created my website using wordpress 3.4.1 and, I tried sharing my webpage in facebook. I do not get any thumbnail or the basic blog description in the facebook post. Instead I get "No Title". I know this question has been asked a number of times in wordpress forums. But, most of them are leading to dead ends. Can some one help me in this regard.
PS: I tried using the facebook debugger (http://developers.facebook.com/tools/debug) I get the following
Error Parsing URL: Error parsing input URL, no data was scraped.
You need to add OpenGraph tags to your page, or even easier, finf a WordPress plugin to do it for you. Run the page through the debugger again and the issues should be fixed.
Just like what Niraj said you need to make sure you have the open graph meta tags on your blog. Here is a plugin which will add them http://wordpress.org/extend/plugins/facebook-open-graph-meta/.

Display Comments from Facebook Page

I've got a public page on Facebook where people can post comments and I want to list all my page comments in a C# application.
I found this http://developers.facebook.com/docs/reference/plugins/comments/
But it doesn't work, for exemple: https://graph.facebook.com/comments/?ids=http://www.facebook.com/Diablo returns 1 comment but there are more than 5xxxx comments.
The comments plugin is for Open Graph pages outside of the main Facebook site. You cannot use the plugin for your Facebook fan page.
Consider using the PAGE_ID/feed connection see http://developers.facebook.com/docs/reference/api/page/#feed for more information
try: https://graph.facebook.com/comments/?ids={YOUR PAGE URL}
make sure you anter a full url

Facebook social plugins - commens box

Facebook social plugins - commens box is not showing up in wordpress any solution Now I am doing it by generating code not through plugins
I am generating code from https://developers.facebook.com/docs/reference/plugins/comments/
app id and everything is correct
it was not working before
I tried to create a comment box on a simple html page and it is working
http://gigyonline.com/test.html
Please try with a simple html page and if it working verify the browser you are using. You can see the view source of the above page. It has only the facebook plugin code.

Social Plugins: URL redirects in Like plugin and Comments plugin

I have integrated Like button and Comments plugin in my website. Recently some of the URLs for which comments and likes created are changed.
I am sending proper redirects (301) from old urls to new urls, how long will it take Facebook to detect the url and update likes & comments?
Will Comments & Likes from my old url be transferred to my new url?
UPDATE: Its been 2 days since the urls changed. I didnt see the Likes and Comments migrate to the new URL.
Check this bug report:
http://bugs.developers.facebook.net/show_bug.cgi?id=18198