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
0
votes
0 answers

Why is the OG Image for this article not showing up when sharing?

This is not a duplicate of: FB OpenGraph og:image not pulling images (possibly https?) I tried everything there! This is driving me crazy. All of our articles share with images, but this one (and two others like it) are…
0
votes
1 answer

Showing open graph meta tags for link in iOS WhatsApp

There are two pages from two different sites http://nastyazelenetskaya.pixlpark.ru/calendars http://printkov.pixlpark.ru/prints/notepads When I copy a link to the first one in iOS WhatsApp, tags don't display. But for the second one, all tags…
Uyiui
  • 1
  • 1
0
votes
2 answers

Signal to iOS that a meta og:image property tag has a content change after page has loaded

I'm implementing og:image tags for a web project. The value in the tag updates asynchronously after the page has loaded and an HTTP call has returned. iOS seems to pull the content of the tag right at the time of page load and if there is no value…
0
votes
1 answer

Difference between og:image:url vs og:image

Should my web page include both og:image:url and og:image or just og:image? Also, do I need to include og:image:width and og:image:height?
Rodrigo
  • 135
  • 4
  • 45
  • 107
0
votes
1 answer

Why will Facebook not load og:image loaded via a php file?

I'm using a php file to load images into my webpage, since they are hosted outside the webroot. Everything works well apart from Facebook not registering the image in an og:image metatag when they are loaded in this way. Ironically, the page in…
MrMills
  • 151
  • 11
0
votes
1 answer

OpenGraph embeds in discord with express&ejs

I am making a website with express.js and ejs, and I want to add OG embeds to it. Specifically, to be displayed when used in a message in Discord. I have an https://domain/devs endpoint which returns a .ejs file with such code in the …
Fortnite
  • 81
  • 2
  • 6
0
votes
1 answer

Open Graph for Jekyll not showing as expected

Knowing little about programming, I followed the descriptions on Opengraph link previews in Jekyll and https://jekyll.github.io/jekyll-seo-tag/installation/ , trying to set up Open Graph preview for my website. I can see property="og:title" etc tags…
0
votes
0 answers

Twitter OGP not working with Laravel & Heroku

I don't think I miss anything in meta tags. I get the error message below when I try validating an URL I set here: https://cards-dev.twitter.com/validator INFO: Page fetched successfully INFO: 4 metatags were found ERROR: No card found (Card…
ryo.m.code
  • 105
  • 2
  • 10
0
votes
1 answer

Facebook Open Graph scraping base URL instead of actual URL

My portfolio page has separate Meta tags for each subpage, but I am struggling - facebook is only scraping my main page https://larsejaas.com As of now, anyone sharing my page will get the same meta image and title+description for any page. The page…
Lars Ejaas
  • 153
  • 9
0
votes
1 answer

Not able to share Facebook/Twitter content from my React next.js website using open graph meta tags

I have a Next.js application in which I am having trouble sharing content to Facebook and Twitter. I have added the needed open graph meta tags in the head tags of the document and am using React Helmet to change those meta tags dynamically. If I…
navin1551
  • 61
  • 1
  • 9
0
votes
0 answers

Get og:image url with PHP

I'm trying to adapt some PHP code I found here to make it get the og:image url from any url, The tags are usally like so (and i will make a isset for when one is not present)
Glen Keybit
  • 296
  • 2
  • 15
0
votes
2 answers

Large og:imgae but Facebook shows small square instead

We are using large image 1920x1080 but after sharing the URL on Facebook, it still shows the small square instead of large image. We defined og:image
0
votes
1 answer

OPEN GRAPH meta tag DESCRIPTION not working in Linkedin share.Is there any way to show description in Linkedin share?

I am using the following Linkedin API for sharing from my application. https://www.linkedin.com/shareArticle?mini=true&url=XX&title=XXXX&source=XXXXX. I am using open graph meta tags for binding the informations 'title', 'URL', and 'description'.…
0
votes
0 answers

some custom posts do not show url preview in facebook while some does

I have created a wordpress plugin that fetches data from a API and creates custom posts. Also i have set featured image to post from data taken from the API. My problem is some posts show the url preview with image correctly but some posts do not…
CraZyDroiD
  • 6,622
  • 30
  • 95
  • 182
0
votes
0 answers

Facebook's Open Graph Tags for Blogger

A while ago, some members helped me with Open Graph tags for my Blogger blog. Now I'm trying to add the Facebook versions of the tags - but have no idea now to integrate them with the Twitter tags. The OG tags I'm currently using…