Skip to main content

All Questions

1 vote
0 answers
218 views

Changing Facebook Metatags in SPA, but OG meta tag changes not recognized when shared [duplicate]

I have the following code to set for default Facebook meta info. <meta property="og:type" content="music.song"> <meta property="og:title" content="cXc Music (Alpha)"> <meta property="...
Douglas's user avatar
  • 1,248
0 votes
1 answer
92 views

Facebook Open Graph get shares - reload cache issue

i'v implemented a sharing counter with Facebook Open Graph Shares, here the code: <script> function GetShareTargetCMS(){ var token = 'XXXXXXXXXXXXXXX|...
Riccardo Mel's user avatar
-1 votes
1 answer
588 views

Passing Dynamic OG title, description and image to Facebook share dialog in javascript

I am trying to implement a dynamic facebook share button that shares a custom "title" + "description" on the same URL for every quote, here: http://codepen.io/ryanabi/pen/mVoJGp The problem is that ...
Joseph Raphael's user avatar
0 votes
1 answer
197 views

Facebook Open Graph Object Debugger not work with jQuery append function

I try to add open graph object in my php site but having issue because i use jQuery append function to dynamically update all pages title & description but facebook opengraph object debugger not ...
Atranaz's user avatar
1 vote
0 answers
96 views

Like button popup not showing Title, Description and Image

I am having trouble displaying the Title, Description and Image fields in the popup window when a user clicks on the Like button. The fields are blank. This only happens on first page load. When I ...
Da Burnsman's user avatar
0 votes
2 answers
1k views

Changing meta facebook og with jQuery

I have a problem (obviously), I've done a form that sends data in AJAX. I get the return value from my request when it success and I append it in the og tag content. for example $('meta[property="...
Brazeredge's user avatar
  • 1,111
0 votes
1 answer
664 views

OG Meta tags Facebook

First of all, I searched how to change the meta tags of Open Graphics, and I managed to change them when the page loads. This is inside the head section of the page. <meta property="og:title" ...
Zander's user avatar
  • 1,076
0 votes
1 answer
5k views

Does facebook opengraph works on localhost?

Maybe a stupid question but I never integrated social like butons before. I'm using social-likes plugin https://github.com/sapegin/social-likes and I would like to add an image and description via ...
kasper Taeymans's user avatar
0 votes
1 answer
325 views

Loading paginated images in a facebook gallery

I'm attempting to create a gallery by loading images from a facebook album. However, I'm running into a problem where facebook has a limit of 25 images per page, and I can't work out a way to use ...
Alan Kael Ball's user avatar
3 votes
1 answer
2k views

How to read Open Graph and meta tags from a webpage with a url

I want my website to be able to pull up information about a web page when the user pastes a link into the post box, similar to Facebook. I was wondering how sites like Google, Reddit and Facebook are ...
user1537360's user avatar
  • 4,791
0 votes
1 answer
194 views

JQuery populate select dropdown

I am using Facebook Open Graph to retrieve information about the pages that I am admin with the following: $user_profile_accounts = $facebook->api('/me/accounts','GET'); foreach ($...
Daniela costina Vaduva's user avatar
0 votes
1 answer
131 views

change name of facebook open graph action

I am trying to create a new open graph action for my website. I named the action comment, however was asked to rename it. Now, its been around 24 hours since I renamed the action, but even now I am ...
nik-v's user avatar
  • 753
0 votes
1 answer
213 views

Submitting a form with jQuery after an AJAX call to a Facebook Open Graph object

I've created a Facebook Open Graph object and action. It works very well and has been fully tested. The problem is that I want to submit a different form when the data is returned. Just to be clear, ...
Dol's user avatar
  • 964
1 vote
1 answer
82 views

OpenGraph watch action - less than 50% watched

I'm using the Javascript SDK to contact the API. Using Built-in Watch action: When a user watches less than 50% of a video, or if a user removes a watch activity from your app/site, you should ...
patternott's user avatar
0 votes
2 answers
1k views

Facebook Open Graph - Issuing HTTP DELETE request

I'm trying to remove permissions via an Ajax HTTP DELETE request, but the response I'm getting back is not what the graph api docs say i should be getting. It says I should be getting a boolean ...
chuuke's user avatar
  • 606

15 30 50 per page