i am using facebook connect apps for facebook comment box on my website i have follow tutorial on https://developers.facebook.com/blog/post/2009/02/19/commenting-with-facebook-connect/
and put the things step by step on my website and its works fine but when i put same thing in my other website its show me this error
The comments plugin requires an href parameter.
what am i doing worng?
Just create the comment plugin with the official generator and you are fine:
https://developers.facebook.com/docs/reference/plugins/comments/
of course you need a link for the comment plugin, just take your actual page. it´s kind of a unique id for the comment plugin, so you should never change it when you got comments already.
Btw, the tutorial link you posted is from 2009. If you want to implement something, try to find a newer source next time ;)
Related
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
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/.
I followed the directions at https://developers.facebook.com/docs/reference/plugins/comments/ to add a comment box to my Dreamweaver template and it worked - but all comments made show up on all pages, no matter which page the comment was actually made on. Plus, when it posts to a user's profile, it just links to "beachpaper.com." How do I tell the code that I don't just want a comment box for the domain URL - I want it to automatically know what page it's on and make a comment box that's independent from the others on the site? Is there anyway to do this without manually changing the code on each page?
Why is that when I press "like" or "tweet" and even "+1" button on one post of my blog, it is also applied to all post even when I am not pressing the like button on other post. Do you think it is my html/javascript code who gave this problem or bug?
Thank you,
first check the og: tags are correctly specified in the HTML. You can use Facebook's free linter tool to check and ensure they're correct: https://developers.facebook.com/tools/debug
Also, it would be more helpful to us to help you if you provided some sample links and also code you're using to accomplish this.
If you are using blogger, then instead of using the code provided by Facebook(which is static), you have to use a dynamic version which will generate the FBML tags appropriately.Similar is the case with twitter and G+. Here are the links to the those.
Like button : http://www.bloggerplugins.org/2010/04/facebook-like-button-for-blogger.html
G+ Button : http://www.bloggerplugins.org/2011/06/add-google-plus-one-button-on-blogger.html
I am using Facebook comments for my wordpress blog, so far evertyhing was working good, but recently, when the user comment on my site, their comment doesnt get posted on their profile even though they thick the option saying publish this on facebook at the comment box. Is there any recent setting or option to fix this problem? Or how can I test and see what is the cause of the problem?
And, Open graph brings pretty nifty cool options and settings, do I have to change or specify any special options for the comment box used on my site?