3,958 questions
0
votes
0
answers
12
views
I can't get aliexpress meta tags using server functions
I’ve been stuck on an issue while trying to fetch metadata (like title, and images) from Aliexpress product URLs in my serverless functions hosted on Vercel. Here’s the weird part: it works perfectly ...
0
votes
0
answers
23
views
Dynamic Meta Properties for Social Media (Open Graph) Not Updating in Vue 3 with Vite
Title:
Body:
I am building a blog in Vue 3 with Vite where each article page has dynamic meta properties, including og:image, for proper social media sharing previews. The meta properties, including ...
0
votes
0
answers
31
views
Facebook Developer : Privacy policy url error while changing an app back to Live mode
My app was already live in facebook. I had then changed it back to "In development" , to integrate instagram. Although i did spend some time, i did not request for any new permission. I ...
0
votes
0
answers
21
views
Unable to Send Thumbnail with Caption and Description using ReactJS and react-helmet-async in production
I am trying to send metadata (like title, description, and an image thumbnail) for social media sharing using the react-helmet-async library in my ReactJS application. However, the thumbnail image and ...
0
votes
0
answers
23
views
Linked share option is always picking up home page as a preview link - Linkedin post inspector also showing wrong canonical link
When I share a job details page link in linkedin, it is always picking up homepage as a preview link.
I tested the same link in "Linkedin Post Instector - https://www.linkedin.com/post-inspector/&...
0
votes
0
answers
51
views
How do you retrieve facebook graph api comment/like
I am currently trying to retrieve likes and comments for my post on facebook graph explorer. I get response bug, there is only my like, those other are missing whereas there is really much more likes.
...
0
votes
1
answer
34
views
Facebook Graph API: Unable to find the created A/B Test Campaign in console UI Facebook
I am trying to create A/B test using facebook graph API. The documentation I follow: https://developers.facebook.com/docs/marketing-api/guides/split-testing
The documentation mentions following curl ...
0
votes
1
answer
57
views
Branch.io OG Tags Not Displaying on LinkedIn but Work on Facebook and Slack
Problem Description:
I'm encountering an issue with Open Graph (OG) tags not displaying correctly when sharing Branch.io links on LinkedIn. The same links work as expected on Facebook and Slack, ...
0
votes
1
answer
77
views
Instagram opens the main page of the site instead of the link
I often send links to products via instagram messages. Some links open correctly, the rest open the main page of the site. Open Graph markup is fine, no dependence on the type of product and its ...
0
votes
0
answers
41
views
Facebook Open Graph Debugger says "og:image could not be processed" but it's known to be working
Facebook Sharing Debugger return error "Provided og:image URL, image_link could not be processed as an image. It may be corrupted or may have an invalid format." but image known to be ...
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
1
answer
44
views
Expo Web & Firebase Hosting: Header meta tags present in exported raw html file, but not when serving through Firebase hosting
I'm using Expo Router. I've created some routes and used the Head component to add static meta data tags. Running npx expo export -p web creates the routes in my dist/ folder. When opening those html ...
0
votes
0
answers
52
views
How to handle Facebook OAuth2 with 2FA
I'm creating an automation flow with puppeteer to log in to Facebook and get the User Access Token. The code is a NodeJS code and pretty simple for now:
require("dotenv").config();
const { ...
0
votes
1
answer
42
views
facebook API for getting all type of post in my feed
I am trying to get all types of post's visible on my feed of all the user's, is their any way to do it.
I tried differnt facebook graph api but they are only retruning me posts made by me.
I have read ...
0
votes
1
answer
152
views
Getting `Unsupported request - method type: post` when trying to create an ad account with the Facebook API
I'm trying to create an ad account in my Facebook Business with this API endpoint:
https://developers.facebook.com/docs/marketing-api/reference/ad-account/
I'm using these parameters for my API call:
{...
2
votes
0
answers
217
views
Facebook Sharing Debugger is returning a 403 error when testing my website's links
For a while now, I've had a problem with Facebook's Sharing Debugger. When I try posting the links to my Wordpress site to test/precache them for sharing, they return code 403. It mentions that I must ...
0
votes
0
answers
30
views
Facebook graphApi - /{pageId}/feed returning empty data array
My website uses FacebookClient to get the company's Facebook feed and display the latest posts on the site. It's no longer working (not sure how long ago it stopped). The access token expired a while ...
0
votes
1
answer
31
views
Facebook Graph API: Products without \"link\" information can't be uploaded
I am trying to send items to commerce catalog using V20 Graph API andI continue to get this error.
"error_user_msg": "Products without \"link\" information can't be uploaded. ...
0
votes
0
answers
73
views
Facebook Open Graph not working; no previews
I'm having problems with my OG tags in Facebook debugger. It is displaying properly in , however Facebook Open Graph returned with a Bad Response Code: URL returned a bad HTTP response code 503.
...
0
votes
1
answer
135
views
How to do a batch request using facebook_business SDK for python?
I have created this code to fetch leads from Facebook:
import pandas as pd
from facebook_business.api import FacebookAdsApi
from facebook_business.adobjects.adaccount import AdAccount
from ...
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
1
answer
42
views
Opengraph doesn't show
So I want my website to have an opengraph preview. For that I coded a new system in my index.html file which goes like this:
$(document).ready(function(){
$("#navbar").load("navbar....
1
vote
0
answers
79
views
Facebook Messenger and WhatsApp Opengraph not showing image
I am using nuxt 3 SSR with useSeoMeta for pages/posts/[id].vue like this
useSeoMeta({
title: () => post.value?.title,
description: () => post.value?.subtitle,
keywords: () => ...
2
votes
1
answer
116
views
Dynamic open graph images for social media sharing on an ionic capcitor react app on firebase
I am building an image based food diary (fueld.ai) that automagically does AI analysis of food items and nutrition from a picture of a plate of food. This is super shareable on social. We want to be ...
0
votes
1
answer
33
views
How to assign system user to ad account when creating an ad account via Facebook API?
I'm creating an ad account with a system user token, like so:
POST: {business_id}/adaccount
Body:
{
"name": "Ad Account created by application",
"currency": "EUR&...
0
votes
0
answers
23
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 ...
0
votes
0
answers
50
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:...
0
votes
0
answers
20
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 ...
3
votes
0
answers
228
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 ...
0
votes
0
answers
40
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 ...
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
44
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. ...
0
votes
1
answer
215
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 ...
0
votes
1
answer
179
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:...
0
votes
0
answers
45
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":"...
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 ...
1
vote
0
answers
67
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 ...
2
votes
1
answer
136
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 ...
0
votes
0
answers
13
views
thymeleaf generated opengraph tags not picked up by facebook scrapper debugger
I can't seem to understand why facebook scapper debugger (https://developers.facebook.com/tools/debug) won't pick up the og:url and og:type tags. In fact I think it doesn't pick up any tags from this ...
0
votes
1
answer
437
views
Preview from Open Graph is not appearing in Telegram for main page
I'm encountering an issue where the preview from Open Graph is not appearing in Telegram for the main page of my website, but it appears for any other page. For example:
https://andrei-psyhelp.ru/ - ...
0
votes
0
answers
78
views
Open graph image in text messages
I'm trying to have the app's logo appear when the link to the website is sent in a text message (SMS)
Here are my meta properties
<title>MyApp</title>
<meta property="og:title"...
0
votes
1
answer
453
views
Facebook Graph API /me?access_token=... keeps returning empty JSON for valid access token
I'm developing an app that will make use of the Business On Behalf Of API (https://developers.facebook.com/docs/marketing-api/business-manager/guides/on-behalf-of#bm-client). Based on the steps in the ...
0
votes
0
answers
219
views
I'm making facebook share button on my next.js project. Image is not appearing on shared contents
The developer tools shows no issue. it also shows the correct URL as og:image. But in the actual sharing content don't fetch the image. I suspect the image source issue which is the storyblok. Because ...
0
votes
0
answers
143
views
How do I display multiple OpenGraph preview images when my page is shared?
I found an example of a site that, when shared on iMessage and Discord, displays two OpenGraph images stacked on top of each other. How do I replicate this on my site? For reference, I am using Next....
0
votes
0
answers
35
views
Facebook Post Images from local system on own Page
i have 1 dog page on Facebook,
i usually post photo of dogs when ever i have time, so trying to write a scheduler that will take images from my system folder and upload and publish on my page.
i want ...
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 ...
1
vote
0
answers
70
views
How to Dynamically Add OpenGraph URL in Next.js?
I'm working on a Next.js project and I'm trying to implement dynamic OpenGraph meta tags. Specifically, I want to set the og:url dynamically based on the current page URL. However, I'm not sure how to ...
1
vote
0
answers
179
views
Meta tags are not updating properly in Angular 17 SSR pre-rendered site. What am I doing wrong?
I am creating an HTML word game app using Angular 17 and SSR. Which game is loaded is determined by an ID passed in via the URL. When the game is over, there is a share link, so that the player can ...