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

Questions tagged [facebook-opengraph]

For programming questions about Facebook's Open Graph API, designed to integrate Web pages representing profiles of real-world things into the social graph

0 votes
0 answers
9 views

How to call @vercel/og image endpoint from getStaticProps?

I have set up dynamically generated OG images that I also want to use as header image for my blog posts. I have set it up using @vercel/og in Next.js, but it takes forever to dynamically call the API ...
swedishtea's user avatar
0 votes
0 answers
37 views

Image not shown on preview while sharing link on whatsapp

I am facing an issue while sharing my link on whatsapp it didn't preview image in thumbnail. <meta property="og:type" content="Product Detail" /> <meta property="og:...
Sohaib Ahmad's user avatar
0 votes
0 answers
6 views

Opengraph image is not global in nextjs

I have defined my opengraph metadata in layout.tsx in my NextJs app directory. const pageTitle = { template: "%s | Oasis of Ideas", default: "Oasis of Ideas | Share & discover ...
Mukul Yadav's user avatar
-1 votes
0 answers
16 views

Get all the standard events for a particular app in app promotion objective when performance goal is - Maximise number of app events

I want to get all the standard events for a particular app in app promotion objective when performance goal selected is to maximise number of app events. By inspecting the ads manager in browser, I ...
girish jain's user avatar
1 vote
0 answers
28 views

Open Graph doesn't read meta tags in Facebook Messenger

Open Graph data is not showing when I'm sharing my NextJs website's url (https://www.casadebambu.ph/) via Facebook Messenger when sending it to other people. But it is visible in my own chatbox, in my ...
Nickr's user avatar
  • 356
0 votes
0 answers
29 views

Open Graph images - priority order and size preference?

LinkedIn is now using a thumbnail version of the Open Graph image when the URL is external and shared onto LinkedIn. The thumbnail version seems to be 120px by 72px. When our meticulously worked upon ...
raisinrising's user avatar
0 votes
0 answers
38 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 ...
Abubakr Shomirsaidov's user avatar
0 votes
0 answers
25 views

Problems Connecting Facebook Pages in My App

a few months ago I requested the corresponding permissions in my app V.18.0: pages_messaging, public_profile, pages_manage_metadata, pages_read_engagement, pages_show_list, and business_management. ...
CRM Zeus's user avatar
-1 votes
0 answers
25 views

Why is my content in `og:description` getting converted into lowercase characters?

Is there specific information on how the og:description parsed on Facebook? We used the og:description to put the categories and tags of a page. We specifically capitalize each word but when you share ...
gptimajo's user avatar
  • 137
0 votes
1 answer
37 views

Can't get Facebook to update OG:Image data for link embeds

My brother in law has a simple website for his small business, and he has requested that I change the image for the embed when the site is shared on Facebook. Everything looked fine when I checked it ...
Naddison's user avatar
0 votes
1 answer
84 views

Why is LinkedIn Post Inspector not displaying the correct OpenGraph title?

I am using Yoast to generate the OpenGraph meta on the following page: https://www.wjdfund.org If you visit that URL and view the page source, you will see the following meta tag: That is the only og:...
user5606034's user avatar
0 votes
0 answers
27 views

Instagram Open graph API: Access to publish data but not to read

Problem: When making a GET request to Instagram Graph API I get the following error: {"message":"(#10) Application does not have permission for this action","type":"...
Alice Pettersson's user avatar
0 votes
0 answers
18 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 ...
Christian Emmanuel Nkengne's user avatar
1 vote
0 answers
53 views

Calling user groups facebook graph API returns empty data

I'm making a following API call to facebook graph API to fetch user groups but it returns empty data array. In the docs: https://developers.facebook.com/docs/graph-api/reference/user/groups/ I found ...
user3009518's user avatar
1 vote
1 answer
43 views

(Vue 3) Open graph works only on homepage but not other routes

I have a VueJS website deployed to github page with below open graph setting place in the <head> section inside /index.html: <head> <meta name="description" content="My ...
Oliver Mak's user avatar

15 30 50 per page
1
2 3 4 5
263