opengraph

Embedding html5 video with opengraph on facebook

帅比萌擦擦* 提交于 2019-12-06 03:49:46
问题 I have built a web site for our student tv station and the concept is pretty similar to youtube. We would like for our videos to be playable directly in facebook when shared, with the videos themselves still hosted on our server and our stats being updated. The player on the site uses videojs and is all working with the html5 video tag. There is also an embeddable version of the player that can run in an iframe. Ideally I'd like this to be used on facebook but don't think it's possible. This

Facebook Open Graph Protocol on Tumblr

偶尔善良 提交于 2019-12-06 02:48:05
When a link from my Tumblr blog is posted on Facebook, Facebook grabs the title between the title tags and not the one specified in the Open Graph meta tags. Why is it doing this? Is there any way to fix it? Without seeing the code, I'm not sure what you're problem is exactly, but for anyone else searching for this looking for how to set up Open Graph on their blog, try doing something like this: <!-- FACEBOOK OPEN GRAPH --> <!-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--> <meta property="og:site_name" content="{Title}"/> {block:PermalinkPage} <meta property="og:url" content="{Permalink}

Facebook open graph private group feed request

安稳与你 提交于 2019-12-06 01:43:23
I want to get data from graph api, in particular I try to get timeline from a group. For example lets take a look at request provided on fb developers overview... https://graph.facebook.com/195466193802264 this returns a json with group info as expected https://graph.facebook.com/195466193802264/feed this should return group's timeline, but I get the error below { "error": { "message": "An access token is required to request this resource.", "type": "OAuthException", "code": 104 } } So I created a fb app (I suspected I will need to do this at the begining) and created an access token, but then

Set dynamic Meta Tags and Open Graph tags using jQuery

纵饮孤独 提交于 2019-12-06 01:26:21
I'm trying to add dynamic tags using jQuery but it seems not to work. I load my script directly after loading the page. This is my HTML <!DOCTYPE html> <html lang="en"> <head> <script type="text/javascript" src="script.js"></script> </head> <body> </body> </html> This is how I add the tags on jQuery. $(function() { $('head').append('<meta property="og:type" content="profile"/>'); $('head').append('<meta property="og:url" content=""/>'); $('head').append("<meta property='og:title' content="+text+"'/>"); $('head').append("<meta property='og:image' content="+imageUrl+"'/>"); }); Why I'm doing

set text to google+ share button

こ雲淡風輕ζ 提交于 2019-12-06 00:03:48
问题 I'm creating a page which has a g+ share button, but I wanted to dynamically change the description of the content to share. to customize the share button I am using the snippet with Open Graph protocol. The solution I tried was the following, but it did not work correctly: <meta property="og:title" content="O Fabuloso Gerador De Lero Lero v3" /> <meta property="og:image" content="images/robot.png" /> <meta property="og:description" content="..." /> $('meta[property="og:description"]').attr(

Multiple Facebook app_id on same url

此生再无相见时 提交于 2019-12-05 21:12:21
Is it possible to have two Facebook App Ids on the same page? We wish to do this as we are adding a new Facebook app to a network of sites but want to avoid having to update each individual site's app. If we can have multiple apps we will be able to maintain a single app across all sites, while retaining the functionality of the legacy apps on the sites. eg adding two open graph tags for app_id (Facebook linter seems to pick up both but I'm not sure if this will create other problems/complications): <meta property="fb:app_id" content="{APP ID 1}" /> <meta property="fb:app_id" content="{APP ID

The app ID specified within the “fb:app_id” meta tag was invalid

半世苍凉 提交于 2019-12-05 17:18:33
问题 I tried to enable Facebook Insights for my web. I added my page's APP_ID to fb:admins to enable every admin of my page to access Insights when logged into Facebook as Page. But when I try to save the dialog message appears: The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid. I double checked my app ID and it's correct. 回答1: To link Domain Insights to an app rather than a user, you need to use the fb:app_id tag: <meta property="fb:app_id" content="your_app

Open Graph Localization

三世轮回 提交于 2019-12-05 14:41:54
Is it possible to localize objects in Facebook's OpenGraph? My specific goal is having French/English users able to like the same URL or Graph object, while having local-specific descriptions appear in their timelines. So far the only way I can achieve this is having two separate graph nodes, effectively dividing the number of likes in half. I've attempted to provide English and French versions of my page, with the French version using the English page's URL as its canonical URL, but this results in the French user's having the English page's title/description appear in their timeline. Is

Critical Error Linting URL: An internal error occurred while linting the URL

五迷三道 提交于 2019-12-05 09:04:16
I tried to create a post (using a blogger URL) in the Facebook Power Editor. Result: Error creating posts. Please retry later. You can also go to your Page and post from there. (OAuthException) (#1500) The url you supplied is invalid Then tried to install Facebook's Open Graph tags into Blogger to see of that would fix the problem. To test the OG tags I used Open Graph Object Debugger. Here are the results: Critical Errors That Must Be Fixed, Error Linting URL, An internal error occurred while linting the URL. How do I fix the invalid URL and the Critical: Error Linting URL? I am not tech savy

Unable to post Open Graph actions as a Test User

僤鯓⒐⒋嵵緔 提交于 2019-12-05 08:32:30
I've been able to post Open Graph actions using my own account, but I'm unable to do the same as a Test User of the application, receiving this error: OAuthException: An unexpected error has occurred. Please retry your request later. I've tested the access token that I'm using with the debugger and it's fine. Here's the code I'm using - I'm pretty sure the code is fine, because it works when I'm logged in as myself: $token = $this->facebook->getAccessToken(); $params = array( 'access_token' => $token, '{object}' => 'http://samples.ogp.me/{objectID}', ); try { $result = $this->facebook->api('