Questions tagged [share-open-graph]

Tag for using Facebook OpenGraph protocol to preview webpage links (HTML meta tags with property starts with "og:"

105 questions
1
vote
1 answer

Why doesn't whatsapp read my og:tags as it should?

So I have a webpage that autogenerate og:tags for link preview on facebook, whatsapp etc. but whatsapp apparently can't scrape them. It works good on facebook but not on whatsapp. In whatsapp it just gives me this error message (see pictures. only…
1
vote
0 answers

Dynamic open graph in react

This is a dynamic page in my website: link I gave this page all this code as meta tags for dynamic favicon, dynamic title, dynamic description and most important dynamic open graph (og:image for example) when sharing in Whatsapp, Facebook…
Naor
  • 337
  • 1
  • 3
  • 11
1
vote
1 answer

Magnolia: Range request doesn't serve content when cache filter enabled resulting in Facebook Sharing not to work

When sending an HTTP request with a Range header to Magnolia I get a Response with Content-Length: 0: curl -I -X GET \ http://localhost:8080/ \ -H 'Accept-Encoding: gzip, deflate' \ -H 'Cache-Control: no-cache'…
puhlerblet
  • 113
  • 5
1
vote
1 answer

LinkedIn's published og:image URL expiring

When sharing an article hosted on LinkedIn, the og:image URL expires after a certain time (I think 24 hours). Is there a direct URL to call in order to get an always up-to-date og:image? For an internal work resource, I pull og:image to use as…
gvjonjones
  • 90
  • 2
  • 8
1
vote
0 answers

Facebook API Share open graph Issues

Since a few days , Facebook share via the implementation of share_open_graph no longer works correctly. Its seems it's the open graphs metatags found on the og:url which are scraped. Is anyone having the same issue ? FB.ui({ …
j.b
  • 151
  • 1
  • 7
  • 17
1
vote
0 answers

Facebook open graph choose share location

Is it possible to add option for share location somewhere in the code using share_open_graph? FB.ui({ method: 'share_open_graph', action_type: 'og.shares', action_properties:…
Toniq
  • 4,492
  • 12
  • 50
  • 109
1
vote
2 answers

How to extract metadata & open graph info when paste a link?

I'm building a sort of sharing system where users can paste links and share with their friends. I want to be able to extract information like title, description and images when the user pastes a link. Would be similar as Facebook or LinkedIn. The…
1
vote
1 answer

How to pass base64 jpeg image to ogimage?

I have image that is being generated in runtime on my website and I display it in html using img src="data:image/jpeg;base64," Now, I want for Facebook to fetch this image, but if I do the same for og:image meta tag, facebook…
Dilip Solanki
  • 11
  • 1
  • 2
0
votes
0 answers

Why is my Open Graph image not showing in LinkedIn 403 forbidden

I have an Open Graph image. It appears to work, on various platforms, when I'm sharing my website address. But it does not display in LinkedIn. I've checked my site on the Linkedin Post Inspector https://www.linkedin.com/post-inspector/inspect/ I…
user2991837
  • 626
  • 1
  • 8
  • 17
0
votes
0 answers

WhatsApp doesn't show image in link sharing?

Since this year (I think), all my sites with OpenGraph tags does not show image when an section or article is sent on whatsapp. E.g: My shopping website Its contains these tags:
0
votes
0 answers

Open Graph tags not working for sub pages of React App

I am using an AWS S3 bucket to serve up a react web app (sits behind an AWS cloudfront distribution) which is pointed to by a hosted zone in route53. I have configured OG tags in the index.html page, and they are working perfectly when sharing…
Mark
  • 136
  • 9
0
votes
0 answers

How to fix Post View on LinkedIn?

I've an issue with LinkedIn OpenGraph metadata. As image it takes first image in body not og:image... On Facebook it works correctly but not on LinkedIn. title: post.title, description: post.description, openGraph: { title: post.title, …
Jullew
  • 13
  • 3
0
votes
1 answer

Unable to get Facebook Open Graph meta tags to work in Sveltekit for routes other than home '/'

The Facebook meta tags work fine on the homepage and a preview is generated along with the og:image. However, when trying with individual blog article pages, the preview is not generated. https://developers.facebook.com/tools/debug/ is used for this…
AllStack
  • 33
  • 1
  • 4
0
votes
2 answers

How to make an image with %2F in the url appear when shared, after including it in html meta og:image tag?

I have an image stored in Firebase Storage. I used the link for my website's meta og:image tag, but it doesn't appear on the preview for WhatsApp or Facebook. It seems like the %2F characters are being replaced with %252F. How can I get around this…
0
votes
0 answers

Getting 403 in Facebook sharing debugger

I'm looking for a good way to implement og tags on my angular application, on my hosted site, when I load certain page, the network tab says 403 but the page loads, I found this is the reason Facebook sharing debugger is not recognizing the OG…