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

project logo

The Facebook Open Graph allows apps to model user activities based on actions and objects and to become part of the user's identity and social graph. Building an Open Graph app gives you the opportunity to deeply integrate into the core Facebook experience, including Timeline, News Feed, and Ticker.

External Links

3931 questions
1
vote
2 answers

Dynamically inserting og:image on a WordPress page

I'm using the following function, and am using FB's debugger on a page that I'm certain has a featured image set: function fb_opengraph() { global $post; if(is_page()) { if(has_post_thumbnail($post->ID)) { $img_src =…
hudsonian
  • 349
  • 5
  • 21
1
vote
1 answer

Difference between Facebook link and source?

I am trying to understand the difference between "link" and "source" in results from the Facebook opengraph API. Example #1 (the common case): 'link', but no 'source' {"id":"538094606_148946261795695","from":{"name":"Shameem…
dfrankow
  • 20,191
  • 41
  • 152
  • 214
1
vote
0 answers

Facebook bot redirect for angular app showing card title as 302 redirect

I followed this blog http://www.michaelbromley.co.uk/blog/171/enable-rich-social-sharing-in-your-angularjs-app for enabling rich sharing and there by changed my .htaccess file to redirect facebook crawler to a custom story.php Here's the .htaccess…
1
vote
1 answer

facebook scrape error regarding og:image

Please note that I am far from being proficient in HTML so I might be doing something silly. Also I am posting this question because although I found other questions about the same topic, none of them addressed the exact problem I am having.…
FGS
  • 11
  • 3
1
vote
1 answer

Statistics on which pages on my site users have Facebook-liked

I have Facebook "Like" buttons across my site and I'd like to see which articles get the most likes. I tried "Insights for your Domain", but I keep getting this error: The application ID specified within the "fb:app_id" meta tag is not allowed on…
Tom Lehman
  • 85,973
  • 71
  • 200
  • 272
1
vote
0 answers

Facebook Open Graph posts layout switches between small image and large image

We are currently integrating Facebook Open graph with our web and mobile applications. We have couple of stories created in the open graph sections. Each story has a custom action and a custom object. The object contains an image thats getting…
1
vote
1 answer

Is there a blogger tag to get the URL of a Page's main image?

In blogger, for posts, we can use the data:blog.postImageUrl data 'tag' to include an image for Open Graph/Twitter cards meta tags like so: Unfortunately though this doesn't work for…
Matt Lyons-Wood
  • 931
  • 11
  • 17
1
vote
1 answer

I can't specify the image G+ or Facebook share for my Rails app on Openshift

I tried using both the snippets for open graph protocol and from schema.org then ran the Structured Data Testing Tool and everything checked out. I restarted my Openshift app but the darn image I specify won't load. It just loads the one displayed…
1
vote
1 answer

Facebook Open Graph Feed Not Returning All My Wall Posts From Me

When I use the open graph API to get my own facebook news feed (my wall), everything looks right for the most recent 3 months, but prior to that, I no longer see my own posts (but still see posts of other users on my wall). I'm using a version of…
ryan
  • 2,311
  • 3
  • 22
  • 28
1
vote
0 answers

How to set open graph image, after load the page without og image and call the image by AJAX

After load the article/page, I then make ajax call to get the article images from API, So the images of article get loaded after page load (and that's because bring them take long time), Now I want to make the returned image as og:image value. See…
Bashar Abu Shamaa
  • 1,998
  • 2
  • 21
  • 36
1
vote
0 answers

How to pass an id with FBSDKShareOpenGraphObject so when story is selected on Facebook it goes to that particular content in app

I'm using Facebook's Mobile Hosting API for iOS and open Graph Stories, I want to know how to pass an id with FBSDKShareOpenGraphObject so when selected on Facebook it goes to that particular content in app. So far this is how my Share Dialog…
1
vote
0 answers

Facebook scraper is ignoring the og tags

I'm trying to fix the og tags for the site http://www.milkywayelementaryschool.hu I have set the og meta tags for Facebook, already used the Debugger too, and it reports that is sees the meta tags for title, description and image, but decides, to…
Gregdawn
  • 31
  • 2
  • 7
1
vote
2 answers

Get/Set audience for Open Graph Post

Is it possible to get OR set the audience (FRIENDS, ONLY ME, PUBLIC) of an Open Graph Story post? According to developers.facebook there should be a field for the privacy setting. My application does have the publish-permission:"publish_actions" and…
Johannes
  • 441
  • 5
  • 15
1
vote
0 answers

FB debugging. Error parsing input URL, no data was cached, or no data was scraped

I can't use facebook sharing on all inner pages like this: http://www.bazar-cy.com/adv/bmw-e46-330i-2003-sedan-_888/ I have all og tags, but they don't want to work. Who know where is problem?
York
  • 31
  • 3
1
vote
0 answers

Facebook OpenGraph meta in single page application

I have angular SPA application. Application have posts and single post is state in angular router. Now I want add for this page open graph metas, but when I try make this dynamically in JS facebook don't see this generated metas. Is there a way to…
Artur Kasperek
  • 565
  • 2
  • 5
  • 17
1 2 3
99
100