All Questions
Tagged with facebook-opengraph share-open-graph
64 questions
0
votes
0
answers
13
views
Facing issue with the OG tags - Next.js and Prismic
The OG tags were showing fine for my site but ater updating the Next.js version from
"next": "10.2.0", "next-slicezone": "^0.1.2", to Next 13,
the OG tags have ...
0
votes
0
answers
37
views
Facebook Open Graph Debugger not picking new og:url with trailing slash and complaining about circular redirect
I have been improving my SEO and fixing canonical urls and realized that there was a trailing slach problem on one of my URLs.
I have fixed this on my webpage (thanks to this SO), and now my og:url ...
0
votes
0
answers
237
views
Facebook Sharing Debugger reports HTTP error for Open Graph meta tags
I'm encountering an issue with Facebook's Sharing Debugger tool (https://developers.facebook.com/tools/debug/) when trying to debug URLs from my website. The debugger consistently reports an error ...
0
votes
0
answers
64
views
opengraph-image and twitter-image - Metadata Image social previsualisation Nextjs App error
I have a Next.js Blog type application on which articles are published. Links to these are shared on social networks. I use opengraph-image and twitter-image for metadata. Initially when I do the ...
0
votes
0
answers
67
views
linkedin messages website preview where does it come from when using messages?
I have website which we manualy share links on social media platforms including linkedin. Then we created a business page in linkedin. then suddenly when we send our website url to different people ...
0
votes
0
answers
228
views
why open graph image (og:image) not show on real share but show on analyzer?
If I use https://www.opengraph.xyz/ to check my page (https://timy-app.surge.sh), I can see the open graph image that I have provided. As below image.
Somehow I don't see the image when I share that ...
1
vote
0
answers
47
views
Multiple og meta tags on single page
I have a single page on my site suppose example.com/content . That page have a tab contents like tab1 and tab2. When user visit example.com/content#tab1 the tab1 will be active and the tab2 content ...
4
votes
1
answer
951
views
NextJS dynamically created Image for opengraph tags not working in production
I'm working on a Next.js project where I need to dynamically generate Open Graph images. My implementation works locally, but I'm facing issues when deploying to production on Vercel and Netlify.
...
0
votes
0
answers
61
views
Nuxt2 social cards not displaying
I'm trying to set the metadata to see the social card in my nuxt2 aplication when i share the link of a post in facebook.
In my nuxt.config.js i have set this:
head: {
titleTemplate: '%s - Estudios ...
0
votes
1
answer
41
views
How to change url in open graph options?
Basically, I'm trying to set up meta tags and all that stuff. I have no idea how to change url so there will be just the name of the website. For instance, github has just GitHub there and I have this ...
1
vote
0
answers
63
views
How to get Open Graph image to work in LinkedIn
I have an Open Graph image and the following code in the <head>
<meta property="og:title" content="<?= $site->title_meta_tag() ?>" />
<meta property="...
0
votes
0
answers
379
views
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:
<meta property=&...
3
votes
2
answers
4k
views
Open Graph meta tags not recognized in NextJS website deployment
I have been working on a NextJS website project and I'm facing an issue with Open Graph meta tags. I have added appropriate meta tags for title, image, and description on all pages of the website to ...
0
votes
1
answer
101
views
How will I fix this so that I can have different thumbnails in every web pages?
I'm new in making website, I searched on how to put an open graph, but I encountered a problem where I can only put 1 thumbnail for the website. Let's say I have 4 Navigation Menu (Home, About, ...
1
vote
2
answers
2k
views
how can I get image preview with data of github after sharing repo?
how can I get an image like this?
is there any linking structure for getting it?
like you see there is some data, like userName, RepoName, Logo, description, N contributions, N issues, N stars, N ...
1
vote
0
answers
138
views
open graph tags are not shown properly in nuxt static site generation when I share on social media
I'm trying to add social sharing to my muxt.js website through opengraph meta tags. All the tags are generated but when I share a link to my website on any social media nothing is shown. I statically ...
0
votes
1
answer
420
views
Why og:url can not point to og:image?
I have this sharing page: https://tikex-dev.com/kubl/34lw/j1vd/ceay
Though og:url is the same as og:image, og:url value in Facebook Debugger will not show the meta tag value, but the url of the ...
2
votes
0
answers
237
views
Why og:url is not taken from meta tags?
On my sharing page: https://tikex-dev.com/kubl/38fn/j1vd/2mi1
in header I specify a different og:url than the url itself, this:
<meta property="og:url" content="https://t44-post-...
1
vote
0
answers
703
views
Why Facebook does not animate gif, if gif is used as og:img?
I have this post: https://tikex-dev.com/kubl/szkg/j1vd/7w68
it has og:img: https://t44-post-cover.s3.eu-central-1.amazonaws.com/v56o
If you load it in a browser it animates, but not on Facebook, why?
...
6
votes
1
answer
6k
views
Get the open graph image for a webpage? (The way facebook embeds a thumbnail image when you share its link)
On my webpage I want to share a link - let's say to this wikipedia page for Superhero
In the code for that page there is the following code in the head tag:
<meta property="og:image" ...
1
vote
1
answer
1k
views
Reddit Link Thumbnail not Showing Dynamic og:image
I've got a NextJS app where users can share links to Reddit and the link preview in Reddit should show a different thumbnail based on the shared link. It works perfectly sharing to Slack or FB, but it ...
0
votes
1
answer
565
views
Open Graph tags on my web page work everywhere but not on Facebook
I added the open graph tags to my website. I tested it and it was fine. Link's Open Graph is working in Twitter and Linkedln. But when I share it on Facebook it gives 404. I don't understand why it ...
5
votes
1
answer
1k
views
Facebook's debugger shows a preview image, yet on Facebook it doesn't pull in that same preview image?
Facebook will randomly take posts I have shared on a company page and make the preview image blank/white. It is maddening.
Here's what I do to replicate:
Copy URL that I want to share
Go to Facebook'...
1
vote
0
answers
96
views
Can Google Analytics track URL previews generated by social media sites
When a link is posted to a social media site, such as Facebook, Twitter, and WhatsApp, does the preview that is generated lead to a page view that can be captured in Google Analytics? I'm assuming ...
1
vote
0
answers
59
views
Why is LinkedIn not fetching correct og tags from my URL
I am trying to use OG tags to share my links on social media. However, for some reasons, LinkedIn is not capturing correct tags from my link. When I share on LinkedIn, it seems to pick the default ...
2
votes
1
answer
2k
views
og meta tags in angular application not working when shared on facebook
i am working on the og tags for the first time. Not getting where to place what. i am working on an angular application where i need to share my application link in facebook and it should be loaded ...
2
votes
1
answer
1k
views
OpenGraph Tags are not working for links to our website on Discord
I posted this to reddit as well asking the same thing.
Here are some picture examples of them working & not working...
This is posting the links on twitter. You can see 2 links work, 1 does not. ...
0
votes
0
answers
181
views
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 ...
0
votes
1
answer
373
views
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 ...
0
votes
2
answers
317
views
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 ...
1
vote
1
answer
1k
views
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?
0
votes
1
answer
222
views
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 ...
0
votes
1
answer
3k
views
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 ...
11
votes
3
answers
14k
views
Twitter Open Graph image not showing
I am trying to implement OpenGraph in a website. Here's my metadata code:
<!-- open-graph basic tags -->
<meta property="og:title" content="Philippine Standard Geographic Code ...
0
votes
1
answer
217
views
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 ...
0
votes
1
answer
125
views
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 ...
2
votes
0
answers
806
views
twitter card validator error : No card found (Card error) , even thou I have the metatags
I followed this tutorial for adding social media cards to my site: https://www.gatsbyjs.com/tutorial/seo-and-social-sharing-cards-tutorial/
However, my url https://www.peregrinastro.com/articles/...
1
vote
1
answer
3k
views
OpenGraph image standards for Facebook, Whatsapp, and iMessage
Open Graph tag for Whatsapp link sharing showed that I can have two or more Open Graph images, e.g. a rectangular one for Facebook and a square one for Whatsapp:
<meta property="og:image" ...
1
vote
1
answer
204
views
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 ...
2
votes
1
answer
705
views
Dynamic Open Graph meta tags in a static GatsbyJS site hosted on S3
The app can take users's info and signup his account. Then the user can post his referral link, like www.site.com/username, to social media and a unique image (having user's name and username), ...
0
votes
2
answers
69
views
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
<meta name="og:image" content="...
0
votes
0
answers
47
views
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 ...
2
votes
1
answer
3k
views
Nuxt.js preview on Facebook/Twitter doesn't work: 404 error
I have a site implemented with Nuxt.js and want to share the pages on Facebook, Twitter and WhatsApp. I have to use the metatags opengraph, so I've included them. When I try to share a page into a ...
7
votes
1
answer
4k
views
Open Graph meta tags are inconsistently missing from instagram post's link response
I am putting link previews in my web app. I'm using nodejs in backend to retrieve og properties (like site_name, description, image, title, etc). Links of YouTube and other stuffs works fine but with ...
0
votes
0
answers
58
views
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.
...
0
votes
1
answer
232
views
Facebook-Share with open graph custom Title, Image, Description not showing (Magento 2)
Im trying to get open graph sharing running in Magento 2.
When sharing url looks like this: https://www.facebook.com/v6.0/dialog/share_open_graph?action_properties=%7B%22object%22%3A%7B%22og%3Aurl%22%...
0
votes
1
answer
49
views
Creating Opengraph metatags for each individual video link on website?
The site is say https://videosite.com. Currently each video has its individual link which is generated by the following:
I want to add the OG metatags like thumbnail onto each of these video links ...
0
votes
0
answers
2k
views
Facebook sharing image not showing up
I have implemented AddThis sharing functionality in my Umbraco CMS website.
<meta property="og:title" content="AddThis Tour" />
<meta property="og:description" content="Watch the AddThis ...
0
votes
3
answers
978
views
not show link prewiew in telegram open meta data
I,m using open graph meta tags and when share links has og meta tags not correct working in Telegram.
like link:
http://yaldayekavir.com/fa/product/223/%D9%85%D8%AD%D8%B1%D8%A7%D8%A8
<meta ...
-3
votes
1
answer
2k
views
opengraph:image finds the image but returning Unknown Error
I'm having issues with facebook-opengraph:image.
It reads the image but throws an Unknown Error response.
I've changed it around and tried everything I possibly can.
Its URL is http://www.trendiiin....