Links are loading without thumbnail images in Facebook - 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.

Related

Facebook Sharing plugin doesn’t detect the specified post URL

I use Facebook share button to share my article (Title, description and image) on Facebook using Open Graph Meta and other default Meta
And my articles are echoed in post.php page like (mywebsite.com/post.php?id=post_id) which contents differ through post_id.
Well, while sharing a post on fb, facing some problems.
1: fb share doesn't detect the image belonging to the article/current post that is shared. (Thought the image URL in my Open Graph Meta is correct) and after sharing it on Facebook the link doesn’t redirect to the exact URL (mywebsite.com/post.php?id=post_id).
2: the fb share button is in my post.php page which shares different posts but sharing is counted same for all posts.
The FB share button has got an attribute (data-href="url-to-share") which my one is (data-href="<?php echo'post.php?id=post_id';?>").
Anyone know what and where is wrong with my code/URL addressing?
If your meta tags shows correct data then must be fb issue. I faced similar problem before.
Try debug your url in the FB debugger( https://developers.facebook.com/tools/debug/og/object/ ). It helps.
Fb haven't grab your updated data because they have their own time/interval to grab new data from the website(if im not mistaken). Using the debugger u'll see how the share will look like and show missing details if any.

Facebook lint roller: Could not retrieve data from URL

I am having an issue getting OG data back from http://conservative-warriors.com/. Facebook won't display any content including images on the Facebook feed. When I use the Facebook Debugger it returns a "Could not retrieve data from URL" error.
Apparently Facebook isn't getting anything https://developers.facebook.com/tools/debug/og/echo?q=http://conservative-warriors.com/.
I have changed themes and that didn't help. I have checked the HTML validation and the header information appears to be correct. I have tried other sites on the same server and those are working. I have tried updating WordPress and its plugins and that didn't help.
As of about a month ago, Facebook was getting data back. I am at a loss as to why it is being uncooperative now.
It could be because your og:url points somewhere else
<meta property="og:url" content="http://conservative-warriors.com/want-to-see-your-ancestors-past-lives-with-new-dna-technology/">

Facebook comment box display only website logo when user comment

I am using Facebook comment box in my website for commenting purpose on pictures, its working fine, i am also using a share button which is working fine too, but the problem is when its shared or users do commenting on the picture it is shared to their walls but a default website logo is shown there, i want to share the current picture on which user made comments or shared it ... I am posting it here because i couldnt find it on google or i was unable to make a query for google.. Thanks in advance
Test your link at https://developers.facebook.com/tools/debug to see what thumbnails are pulled in by facebook when shared.
To configure which thumbnail to show when an URL from your site is shared you have to add this property to your html source in the header.
<meta property='og:image' content='url to First Image in your Page etc'/>
More details about meta tags for FB at this link.

Why do app posts to Facebook not show as pasted via my app, despite OK OpenGraph response?

We have an app on Facebook called TouchActive
We provide ways for user to post content to Facebook, either from web (via AddThis) or native Android/iOS app.
When we post from say Android we identify the app and the post appears correctly, showing "... via TouchActive" all fine.
When we post from web, we post a URL that Facebook queries, and we provide an OpenGraph response from our server with all the og: meta tags, including the facebook app_id.
The content appears correctly (it's parsing the OG response OK), but it doesn't show as posted via our app, and the posts don't appear in our Insight statistics for the app.
We are assuming this can be done.
Anyone know what we could be doing wrong in our open graph response that causes this to not work?
I have tried the Facebook debug tool https://developers.facebook.com/tools/debug and it shows the correctly parsed OG response and no errors, only a warning about og:url.
Is og:url recommended or a MUST for this to work?
Andrew: I am also using the same meta tag for my site and it works as expected and the post is attributed to my site. I guess u should specify the og:url meta-tag once and then check. As this url is used on the attributed app's anchor link on fb wall.
If still it has the same issue then we can dig it more to come to solution.
A user manually sharing a link to or liking a web page which has opengraph meta tags (including an App ID) is not the same as posting the content from the app - are you definitely posting the links using the app?
You must post via the API to get the post attributed to your app, regardless of which app is specified on the page's meta tag (which is done primarily for insights and administration purposes)

Preview of website - error - when clicking "Like" on my website

I have added a Facebook Like-Button to my website, which works perfectly. It shows the perfect link to my website on the wall of the persons who click it.
There's only one problem and I can't seem to solve it in any way.
The link also includes a preview of my website, but instead of a complete preview or a preview of my header it shows a picture of one of the link-buttons of my website!
The script itself doesn't contain anything to change or set a preview picture and changing names of pictures, links and header doesn't solve it either. No matter what I do, it still keeps on showing the button...
What can I do bout it?
I've contacted my serverhost but they don't know it either?
You can set the image that shows on Facebook with the following og tag in the head of your page:
<meta property="og:image" content="http://example.com/image.jpg" />
Facebook requires some more open graph tags. (Formerly known as meta tags.)
You have to make sure the facebook linter correctly interprets your page. Use the Facebook debugger to check and fix all issues.
try to refresh facebook catch by submitting link here . If you still have problem , you can provide custom images by with open facebook graph . Refer