This is my first post on StackoverFlow. Here's my issue. Im trying to get Linkedin and Facebook to recognize the og:image and og:description but no luck. They both pull the description from my "About me" section instead of the og:description and no Image at all.
The image is 320 by 320.
Here's a link to my page. ( work in progress)
My Website
What Am I doing wrong?
I didn't find an og:description tag in your head.
add it and then check in FB debugger:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fadrianrivero.com%2F
you'll see there exactly what Facebook 'sees' on your page
Related
I'm using Facebook opengraph API in my html page meta tags.
I've given the url of the image in the og:image property, but when I share the page in FB, it's not showing the image.
But, after the first time, when I share the article again, the image appears.
Can any one explain why it is happening?
When I share the same article in whatsapp it is showing the image for the first time only.
Thanking you in advance.
Facebook has a cache of scraped links, and the first time you're sharing the link, the image isn't available in FB cache.
You can use the FB precaching tool to "force" a first scrape of your page, or you can add og:image meta tags to your page:
<meta property="og:image:width" content="300"/>
<meta property="og:image:height" content="300"/>
Read the link above for more information about FB sharing.
Be sure to check how FB "see" your page using the debugger.
Cannot see thumbnail on my blog link posted on Facebook
I tried using FB developer tools and I see only a ugly gray generic image from my link, not a proper thumbnail.
I don't know how to solve.
https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Flnx.sinapsi.org%2Fwordpress%2F2016%2F10%2F07%2Fdentista-di-coccodrilli%2F
Thumbnail picture exactly what in your og:image, if you don't like it i think that you must change your og:image.
I have put up facebook and Linkedin share buttons on a page in my website. I have set the fb opengraph tags for that page. I have also set up the meta tags with description i want to share on FB and Linkedin, but when i share the content on facebook i get a wrong url and description shared. Please have a look and give me any ideas where i am wrong.
This is the page
I checked my URL and OG tags in facebook debugger here and it pointed out i had a type error and also a description tag was missing, which is essential. Fixing these, made everything perfect.
For those who want to test their page against both Facebook and LinkedIn...
Facebook Page Debugger
LinkedIn Post Inspector
We have built a website in wordpress and have implemented social share icons (Twitter/FB like/G+/...) using the AddThis plugin.
When I FB like an article, the article is displayed in my FB profile wall but with wrong title (e.g instead of displaying example.com in my wall it's displaying example sample blog)
I have checked the meta tag fb:app_id and id is correct.
I have used debug tool to check the meta tag are read properly by FB and is correct.
http://developers.facebook.com/tools/debug
Found no help in FB forum or in google.
Appreciate urgent help.
Thanks in advance.
I am not sure why this is happening. But, When i try to post Link Omitted on the company's facebook page, the thumbnails aren't loaded by the facebook. Whereas if I try to post some earlier link from my website, like Link Omitted, all the pics from that page are loaded.
Can someone tell why this happens...Also, sometimes, facebook doesn't load all the images from page.
You rely on how Facebook scrapping your page content which isn't a best way to achieve what you want. The reason you see image for older links is probably caching.
To ensure you have images with posting your content on Facebook you should add og:image OpenGraph meta tags.
For more info on this read OpenGraph documentation and use Facebook Debug tool to check if you have any issues with scrapping and/or all details scrapped correctly.