opengraph

Linkedin: Sharing URL Summary not appearing

会有一股神秘感。 提交于 2019-12-04 15:59:12
问题 I'm not sure if this is new behaviour or if it didn't work at all. So I'm using the LinkedIn Customized URL feature, you can look it up here. The URL looks like this: https://www.linkedin.com/shareArticle?mini=true&url=http://developer.linkedin.com&title=LinkedIn%20Developer%20Network&summary=My%20favorite%20developer%20program&source=LinkedIn Once I share the URL the provided summary is not shown in the post preview: So I tried with other services like Youtube, Reddit etc. and all posts do

Provided og:image is not big enough in Facebook linter

£可爱£侵袭症+ 提交于 2019-12-04 15:53:56
问题 I properly set og:image on my website, the facebook linter sees it (facebook debugger) however, it says the image should be at least 200x200, which it is not the case, my image is 250x250 image. What could be causing the issue? Could this have anything to do with Cloudfront? Edit: I got around it by switching from this image to another image which is a jpg image, but still I couldn't find the cause for the problem since the image looks fine. 回答1: This was happening to me. I was only using the

Facebook Open Graph API - action-type & object-type of another application (foursquare)

偶尔善良 提交于 2019-12-04 12:47:19
问题 I am trying to retrieve a user's foursquare checkin data that is published using the open graph to Facebook. I am generally having trouble finding information (namespace, action-types and object-types) about an application that I do not own. So far my application has successfully asked the user for (what I believe are) the appropriate permissions to access data that they have submitted to the foursquare FB application: user_actions:playfoursquare I found 'playfoursquare' from the url when I

How to get activity from my app with Facebook Graph API?

时光怂恿深爱的人放手 提交于 2019-12-04 11:50:23
I have an app that uses the Graph API to post activity to a user's timeline, however, I want to be able to display this activity within the app itself (and potentially friends' activity, but that's another issue). I can't seem to find a way to access my own app's activity though. Poking around, I found this: https://developers.facebook.com/docs/authentication/permissions/#open_graph_perms and tried adding permission for user_actions:NAMESPACE, however I can't seem to get the activity. I can successfully get video/music activity with the user_actions.video/music permission, and calling /me

HTML5 and RDFa support

匆匆过客 提交于 2019-12-04 10:47:17
问题 I'm about to introduce the Open Graph protocol to an existing HTML5 Web application and I'd like to include the necessary RDFa data without introducing any unnecessary crud. I've looked at the HTML+RDFa 1.1 draft and comparing it with Facebook's Open Graph protocol documentation, I just need to set the lang attribute on the html element and it's HTML5 ready: <html lang="en"> <head xmlns:og="http://opengraphprotocol.org/schema/"> <title>The Rock (1996)</title> <meta property="og:title" content

Why won't Facebook sharer.php provide a selection of images when multiple og:images have been scraped?

筅森魡賤 提交于 2019-12-04 09:46:49
So here is a page with multiple og:image elements : <meta name="post-image" property="og:image" content="http://www.destinationtips.com/wp-content/uploads/2014/06/tiger-woods-elin-nordegren-1200x800.jpg"> <meta name="post-image" property="og:image" content="http://www.destinationtips.com/wp-content/uploads/2014/06/Sandy_Lane-1200x797.jpg"> However, when I click the sharer.php link on the page, Facebook only offers the 1st image . I was under the impression that it should present 2 image options. I have re-scraped the URL many times and the Facebook Open Graph UI even hints that 2 images should

Multiple Facebook, Twitter share buttons in one page with custom image and title

╄→尐↘猪︶ㄣ 提交于 2019-12-04 09:42:56
问题 I'm creating a blog where the landing page will show 5 latest posts by default and each post will have a Facebook and Twitter share buttons on them. I will need each of the share button to have a default title, description and image attach to them and I'm using open graph to append the data. The problem is how do I include multiple open graph data for each of the share button. I heard there is a way using iframe and another way is to pass the data in the share url. 回答1: Here is what I did.

Have a posted song URL be an embedded music player with Facebook?

 ̄綄美尐妖づ 提交于 2019-12-04 09:40:51
We would like our members to be able to share songs from our website and be able to listen to them inline a Facebook post. SoundCloud is able to do this as seen in their posts on their page here . Are they doing this through being a whitelisted member and using Open Graph Music ? If not, what would be the best way to accomplish that same player functionality? It appears as though the player is not initiated within the Facebook post until the link is clicked on. You're correct in that it's only for whitelisted members according to their documentation here: https://developers.facebook.com/docs

Linkedin show 3 different image when sharing

孤街浪徒 提交于 2019-12-04 09:20:37
Linkedin show different 3 image when trying to share. Here is then head tags <meta property="og:site_name" content="OkyTalk"> <meta property="og:title" content="OkyTalk "> <meta property="og:type" content="website"> <meta property="og:url" content="https://okytalk.com/teachers/profile/displayProffesional"> <meta property="og:image" content="https://okytalk.com/media/okytalk/img/share.jpg"> <meta property="og:image:type" content="image/jpeg"> <meta property="og:image:width" content="470"> <meta property="og:image:height" content="246"> Any Ideas how to show only one ? Others share(facebook,

Posts from Instagram not showing up on Facebook Open Graph API

强颜欢笑 提交于 2019-12-04 08:29:52
问题 I have an issue with Facebook OpenGraph API. Whenever I request data using either '/home' or '/feed', none of the posts from Instagram showed up. I've been googling around and apparently some people raised the same issue with no solution yet. And I read some that the issue not only affecting posts from Instagram, but also other third-party app/device/platform. Even the ticket posted on Facebook's dev page seems somewhat dead (no continuation). Link: https://developers.facebook.com/bugs