Facebook comment plugin does not get posted to my profile - facebook

I have a Facebook comment plugin on my website, when I comment on it, it shows on my website, but doesnt show on my profile on facebook. I had the post on profile option ticked and it still doesnt show. is there something I am missing?

You must create an application in facebook and then add meta tags to your site
<meta content='{YOUR APP ID}' property='fb:app_id'/>
<meta content='YOUR FACEBOOK ID' property='fb:admins'/>
You can create application here

Related

Unable to share posts on my Facebook page

I found yesterday the some of the links of my website I want to post, can't be posted on my Facebook page.
After some research and reading in https://developers.facebook.com/tools/debug/og/object/, I found the some of the posts in my site are blocked but not all of them.
I got this message:
This link is blocked, or you have triggered an excessive amount of
scrapes. If you think you're seeing this by mistake, please let us
know.
and this also
fb:app_id hasn't been included in the meta tags. Specify the app ID so
that stories shared to Facebook will be properly attributed to the
app. Alternatively, app_id can be set in url when open the share
dialog. Otherwise, the default app id( 966242223397117 ) will be
assigned.
And website is clean doesn't indicate any virus ...ets.
Some of the post's are OK but other are blocked and I can't get idea what is the difference between them.
Also check my open graph meta tag's, they also looks Ok. Any ideas how to fix this issue?
for the app_id issue:
Go to the following page: https://www.facebook.com/insights
Then use the "Create an App" and "Add your Domain" buttons to generate the app id for your site to be included in the meta tags on your web pages.
<meta property="fb:admins" content="1234" />
<meta property="fb:app_id" content="your_app_id" />
I have the same problem. It started after I updated my Yoast plugin to the latest version.

How to get Facebook Like to publish a thumbnail, description and link on newsfeed after "Like"

I am adding a FB like button to my page, and currently when I "Like" the page, it only says it on my personal page with a small link to the facebook page associated to my website. I want it to post a picture, description, and the link to my site. I am using the code generated from this page: https://developers.facebook.com/docs/reference/plugins/like/
I debugged it and it says properties are missing even though I have them included in the code...
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.audiblecoffee.com%2Fbeta321432
Any reason on why this isn't working?
<meta property="og:url" content="http://www.audiblecoffee.com">
This will make Facebook use http://www.audiblecoffee.com to look for OG tags, not the submitted URL. Change it to http://www.audiblecoffee.com/beta321432/ (or leave it out) and things'll work fine.

How to get an app_id for Facebook comments box plugin in order to moderate the comments

I want to be able to moderate Facebook comments that I have integrated. They say to use the following tag.
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
But from where do I get the app_id and where do I paste this tag in my code?
Set yourself up with an application using the Facebook Developer App.
If this is your first Facebook application you will have to validate your account as a developer.
Once you have the App ID, include it in the initialisation of your comments plugin, and you can use that interface to manage the comments.

facebook discussion on my web page - how to make comments visible for everyone?

I have facebook discussion on my web page and it works, but I'm unable to see comments of users that are not in my friend list.
For administrative purposes, which are described here http://developers.facebook.com/docs/reference/plugins/comments/ I've added between
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
with my facebook user id, but I am unable to find the administration settings or something like that. Thank you!

Can Not add my self as admin in the facebook page

Hey guys I think I screwed my self up here but hope you will be able to help me out.
I have recently added the facebook like button my home page, I did not create a page for it but linked it to my facebook app id before I made a page and used its actual page ID.
<meta property="fb:page_id" content="APPID" />
So when I clicked like it created a new page for my website however I can not add my self as the admin.
I have added fb:admins meta tag.
<meta property="fb:admins" content="USERID" />
I still cannot add my self as the admin, any help would be much appreciated :)
Facebook caches everything so probabily it "saved" the link without you as the admin.
A possible solution for this is to refresh facebook's cache using the URL Linter found here http://developers.facebook.com/tools/lint/ .
Just enter the url where the the like button is installed and it will refresh the information.