Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
50 views

Images in the thumbnail are not appearing when pasting a URL on Facebook in a React.js application

I'm attempting to showcase thumbnail images, titles, and descriptions when sharing a URL on Facebook or other social media platforms, but it's not displaying as expected. Could you please assist me ...
Kayum Ansari's user avatar
0 votes
1 answer
61 views

Why is BeautifulSoup unable to retrieve og:image metadata while Facebook Sharing Debugger is able to do so?

Here is my BeautifulSoup code: from bs4 import BeautifulSoup import requests html = requests.get("https://vt.tiktok.com/ZSLvos3x2/").text soup = BeautifulSoup(html, 'html.parser') image = ...
Ooker's user avatar
  • 2,625
0 votes
1 answer
1k views

Image over Image using React/Javascript/NextJS

I have 2 image. for example image 1 is a news thumbnail image. I want to add a promotional PNG banner on that image and create a output image. I want to make that output image as OG image. How I can ...
Mohammad Fathi Rahman's user avatar
6 votes
1 answer
5k 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" ...
JackNapier's user avatar
0 votes
1 answer
91 views

Facebook OpenGraph images are not loaded (in preview box only!)

For a month Facebook sharer does not show the featured image of any posts of my Wordpress sites in the sharer (preview) box. I am experienced with the sharer function and have been using it for 5 ...
Fodel Estates's user avatar
1 vote
1 answer
5k views

OpenGraph og:image is not showing

I am having some issues with the Open Graph meta tags for images that I have not been able to solve after about 2 hours of debugging. Here are my tags: <meta property="og:image" content=&...
Rhys Woolcott's user avatar
0 votes
2 answers
3k views

don't working Og in meta tag in sharing link

I set all Og tags to my website. But when I share a link from my website on social networks such as WhatsApp and Telegram, the image and other information is not displayed. I even tried with a small ...
farzaneh___'s user avatar
2 votes
1 answer
2k views

facebook image url expires now

I am having a single image url like this but it got expired https://scontent-a.xx.fbcdn.net/hphotos-xfp1/v/l/t1.0-9/p180x540/14377_340369866155028_6836158858133154924_n.jpg?oh=...
Mubeen Mubarik's user avatar
5 votes
3 answers
11k views

Facebook says an open graph image has an invalid content type and ignores it

I’m trying to figure out why Facebook is ignoring an opengraph image. Their Sharing Debugger says it ignores the image because it has an invalid content type . This happens for all images served for a ...
Mathieu's user avatar
  • 5,635
3 votes
1 answer
7k views

Provided og:image URL, [url to AWS S3] could not be processed as an image because it has an invalid content type

Building my company website and want the image to display when I share the link on facebook. The correct meta description and titles show up for each page but not the images. The facebook debugger ...
Tom H's user avatar
  • 175
0 votes
1 answer
11k views

OG:IMAGE meta property of Facebook URL giving Bad URL timestamp

I am making api to generate link previews when sharing from app. I first try to get og:image meta property then try for img tags. Please suggest any solution to get a preview image from facebook URL ...
Kashif's user avatar
  • 69
0 votes
0 answers
30 views

How to display the OpenGraph website image on Facebook without having to type WWW in the URL

I set the facebook opengraph tags in my website to display images on facebook when typing my website's url. The images only display when typing the www.mywebsite.com , how do i display them when ...
user9518897's user avatar
0 votes
0 answers
116 views

Meta image for homepage and meta image for facebook share

I need to put meta og:image for homepage, and meta og:image for facebook share to get featured image from posts. Now when im sharing posts, facebook let me choose from these 2 images, i like by ...
Igor Petkovski's user avatar
0 votes
1 answer
700 views

My images are not displaying when I send a link

I use wordpress.org and bluehost. My site url is http://www.midnightmassmusic.com , and everytime I share an article either through text message, or onto fb, it doesn't display an image. I used ...
Alicia Kay's user avatar
2 votes
1 answer
443 views

Differentiation between facebook and pinterest og:image

I have two different image formats for Facebook and for Pinterest. It seems to be that both are using openGraph for the metadata. So both using the same og: image source. Is it possible to make a ...
PM-Designs's user avatar

15 30 50 per page
1
2 3 4 5
7