fb:app_id Not Updating - facebook

Im trying to enable moderation with the Facebook comments plugin and I realized I hadn't yet added the following:
<meta property="fb:app_id" content="{{app id}}"/>
The Facebook Sharing Debugger was returning the following warning:
"e 'fb:app_id' property should be explicitly provided, 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."
I added the meta tag (with my correct app id number) to my index.html file but the debugger still returns the same warning and my comments plugin still doesn't show the Moderation tab.
It's been hours since I added that meta tag.
Can anyone offer some insight on this issue and/or a solution?

Related

Facebook social Comments Plugin Page-based Moderation - "Moderation Tool" link missing

I'm trying to set up the Facebook social Comments Plugin and use the Page-based Moderation View. I've added all the necessary code, but the "Moderation Tool" link does not appear next to the Comments box. The page does not require a logon. What am I doing wrong? The page is http://www.ergo-sum.net/music/MaudIrving.html and you can see the source to see the code I put in it.
You will need to set up the OG tags correctly for your page. Also the value of <meta property="fb:admins" content="..."/> should be your user id and not URL to your profile. Once you fix these issues, run you URL through the URL debugger to ensure that the crawler has picked up the new values correctly. It will also display any issues that you URL may have and you will need to fix those as well.

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.

Facebook is not showing my link images or info

I am using wordpress for my blog I also added it in spanish but when I share the link on Facebook it does not show any images just the link info how can I fix this?
I went on Facebook debug and it says: The 'og:url' property is required, but not present.
the link im using is www.zabiknowsitall.com/es
Try adding the image meta tag too.
<meta property="og:image" content="http://zabiknowsitall.com/wp-content/uploads/2013/01/cropped-header1.png" />
I've found Facebook to cache pages quite aggressively so you may need to wait a while for it to update.
The reason why Facebook can't read the og meta at all though is due to your server returning an HTTP status code of 500 (Server Error). It should be returning a 200, so you'll need to explore why this happening.
A handy tool for testing opengraph can be found here:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fzabiknowsitall.com%2Fes

Links are loading without thumbnail images in Facebook

Links from our website Pixorange.com is loading without thumbnail images in Facebook. I did use FB lint tool to debug the issue and is giving an error stating that the image is not found.
Here are some links which you can post in FB wall and see that the thumbnail images are not loading with link. The issue is not every links but with some:
http://pixorange.com/tweet-my-weaknesses-to-me-says-modi
http://pixorange.com/rajiv-gandhi-was-entrepreneur-for-swedish-jet
Also when you like the article with FB like button, I am getting an error as follows " is an invalid value for property "object" with type "Reference*"*
We did check our app settings are found that the things are ok and also we did change our server from Hostgator to Inmotion hosting. I opened a ticket with hosting provider and FB developer, still they are not able to find the reason why the link is not loading.
Thanks,
Aswathi Achu
Try adding a <meta> tag in the <head> section like:
<meta content='100003340872784' property='fb:admins'/>
Replace the 100003340872784 with your own facebook user id. You can get your facebook user id from here.
Regards to Team Trickonics.

The app ID specified within the "fb:app_id" meta tag was invalid

I tried to enable Facebook Insights for my web. I added my page's APP_ID to fb:admins to enable every admin of my page to access Insights when logged into Facebook as Page. But when I try to save the dialog message appears:
The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid.
I double checked my app ID and it's correct.
To link Domain Insights to an app rather than a user, you need to use the fb:app_id tag:
<meta property="fb:app_id" content="your_app_id" />
Source: https://developers.facebook.com/docs/insights/
Only personal IDs are allowed in the fb:admins meta tag. Application IDs won't work, even though they are actually valid (in contrary to what the error message says).
Optionally, it may also work with page_id:
<meta property="fb:page_id" content="395450240451647" />
The suggested app_iddidn't work at all :(
You have to make public you app to start works.
error invalid fb:app_id is sometimes misleading. The account you are using to test this needs to be added into test users list of facebook app. Or try to test using the admin account.
Sometime your facebook information already crawl by facebook and it will be cache
You need to clear there cache to test again
You can access this link : https://developers.facebook.com/tools/debug/
paste your clink you want to test
Click Crawl again