Skip to main content

All Questions

0 votes
0 answers
31 views

Share image from an interactive drawing app to Facebook

I have a web app where one could draw mandala designs. I want the user to be able to eventually share that image to Facebook. I was able to convert the SVG element to base64, and to create a blob for ...
naimelhajj's user avatar
0 votes
1 answer
41 views

How to show a big image for the share preview if there is a quoted text?

Currently, when I'm trying to share a post with quoted text I see a small image in preview mode, but the real shared post has a big image. Is there a way to show big images in preview mode as well?
Arman Kostandyan's user avatar
2 votes
0 answers
375 views

Facebook app review for API permissions still rejected

Our web application aims to allow our users to share photos with comments directly from our platform. Since May 10, I have made several permission requests from Facebook for the following permissions: ...
BROCHOT Thomas's user avatar
0 votes
1 answer
145 views

share a page on facebook using href and javascript throwing error

I have a page that load its content from the realtime-database, it's a event page, so the image,title and so on are different based on the query params. before I tried adding the og meta tag info ...
izaac mendes's user avatar
0 votes
1 answer
215 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%...
Eric Slapstick's user avatar
1 vote
0 answers
682 views

Javascript Facebook share dialog with open graph "og:url" not working

I am currently using the javascript Facebook share dialog API version 3.2 as follows: FB.ui( { method: "share_open_graph", action_type: "og.likes", action_properties:...
Jeramy Usher's user avatar
0 votes
0 answers
35 views

Dynamically generated opengraph meta content image width/height

Facebook requires either preacaching a webpage (which I am unable to do) or specifying an images width and height for them to load the opengraph data properly when sharing. My site is pulling images ...
Alex Carpenter's user avatar
0 votes
0 answers
59 views

How to rename "object" in Facebook share_open_graph

I try to create a share button to facebook using open graph API. My function: FB.ui({ method: 'share_open_graph', action_type: 'og.likes', action_properties: JSON.stringify({ ...
GoE's user avatar
  • 596
0 votes
0 answers
28 views

Dynamically changed Open Graph properties aren't shown on Facebook

I am using an Open Graph to make my website beautiful when sharing on Facebook. I have the following meta tags: <meta property="og:url" content="url"> <meta property="og:title" content="...
Giorgi Cercvadze's user avatar
1 vote
1 answer
599 views

Facebook `share_open_graph` share ignores `og:description` when `og:image` is present

I am trying to set the og values shared to Facebook dynamically using the share_open_graph method: FB.ui({ method: 'share_open_graph', action_type: 'og.shares', ...
And Finally's user avatar
  • 5,672
0 votes
0 answers
135 views

How to include text in Share Dialog

I'd like to share a post via facebook AP but I'm facing some issue. In my original post i have a text and an image. By using the share button via Facebook it is possible to keep the original text, ...
Robdll's user avatar
  • 6,125
1 vote
1 answer
2k views

Open graph (og:) meta tags not working in my website

I am working with og: meta tags. I have written 3-4 meta tags in my website, but when i share it on facebook it does not display the information i have provided in the tags. This is my Website when i ...
Antesoft's user avatar
0 votes
1 answer
103 views

Facebook Graph API: GET /feed without privacy "SELF"

how do I have to structure API request (preferably in the JavaScript API version of Graph) to GET everything in the /feed which does not have privacy value set to "SELF"? so far I've only ...
TomasB's user avatar
  • 714
-1 votes
1 answer
57 views

Change font size by Facebook likes

Im trying to create a HTML that is live updating while input from the Facebook data. Is there a way to connect your font sizes (H1 etc.) to the Facebook likes. The more likes they have, the bigger the ...
Ken T's user avatar
  • 1
6 votes
1 answer
221 views

Can I get AngularJS to use different controllers for Facebook OpenGraph scraper?

I have an AngularJS application that is served up using http-server I want my the meta-tags (og:title, og:description, og:image) to be populated dynamically for Facebook and other scrapers (like ...
Saqib Ali's user avatar
  • 12.7k

15 30 50 per page
1
2 3 4 5
8