facebook-opengraph

Share specific section of page on facebook

前提是你 提交于 2019-12-11 04:02:01
问题 I have multiple facebook share links on my page, corresponding to each section of the page. Is it possible to provide facebook a unique description for each of these shares? 回答1: Facebook retrieves the URL being shared and looks for the Open Graph meta tags for the description. Therefore a specific URL can only have a single description. You would have to create different URLs which returned different OG tags in order to achieve this (although the URLs could return the same content). For

Open Graph Publish Using Spring Social

蓝咒 提交于 2019-12-11 03:25:08
问题 I am trying to use Open Graph API of Facebook using Spring Soical in my project and trying to publish action on facebook using function: facebook.openGraphOperations().publishAction("og.likes", "object", "http://test.com"); getting error: org.springframework.social.ResourceNotFoundException: Unknown path components: /namespace:og.likes at org.springframework.social.facebook.api.impl.FacebookErrorHandler.handleFacebookError(FacebookErrorHandler.java:81) at org.springframework.social.facebook

Google Plus Share ihgnores open graph Meta and itemprops

泪湿孤枕 提交于 2019-12-11 02:39:23
问题 I use a google plus share button on a site. Usually it accepts the given meta Data. All the data I send, are accepted. Only the description gets ignored. I have placed it in this way: <meta itemprop="description" content="text text text" /> <meta property='og:description' content="text text text"/> In the document's head. I did it that way on many site and it worked fine. Today I installed the button and tested it and it did not work anymore. I also testet it on other sites, where I installed

Facebook preview image not showing for wordpress blog post

 ̄綄美尐妖づ 提交于 2019-12-11 01:50:02
问题 I have a blog post here. When I share this on Facebook the preview image doesn't show. I've tried re-scraping with the facebook developer tool It gives no errors and shows the correct og:image tag but does not update the preview image. <meta property="og:image" content="http://gingerslist.com/blog/wp-content/uploads/2015/11/blossom-233838_1920.jpg" /> The current image is 1920 x 1276, which is well above the 200x200 requirement. It's 304KB, nowhere near the 8MB size limit. I've tried

Validating link in post-inspector linkedin in gives server error

北慕城南 提交于 2019-12-10 19:50:36
问题 When i try to validate the following page in the post inspector: https://www.cicomcopier.nl/nieuws/cicom-copier-levert-bijdrage-aan-de-ontwikkeling-en-realisatie-van-bellenschermen-tegen-verzilting-a-dam-rijnkanaal-en-noordzeekanaal/ I get the error: We encountered a server error while trying to inspect the URL. and on the URL redirect trail i get: 0 undefined I have no idea where to start debug this, is this a error on our side or linkedin side? when i debug the URL using the facebook graph

facebook opengraph crawler doesn't send me fb_locale

橙三吉。 提交于 2019-12-10 17:40:56
问题 I have an opengraph object that supports multiple locales (in this example, en_US by default and fr_FR). This is an example of the generated html page that is used by the facebook opengraph but when I call it myself. Default: <meta property="og:locale" content="en_US"/> <meta property="og:locale:alternate" content="en_US" /> <meta property="og:locale:alternate" content="fr_FR" /> <meta property="og:title" content="chair" /> ?fb_locale=en_US <meta property="og:locale" content="en_US"/> <meta

Open Graph built-in actions (like video.watches or news.reads) from my friends always empty

落爺英雄遲暮 提交于 2019-12-10 16:23:29
问题 I am trying to get all video.watches from my friends with https://graph.facebook.com/me/friends/video.watches?access_token=<valid_token> My access token has both user_actions.video and friends_actions.video permissions. And I get empty result: { "data": [] } While a friend of mine with id 100000291284354 has watched videos with Vevo app and when I do https://graph.facebook.com/100000291284354/video.watches?access_token=<valid_token> I get these videos. The same with news.reads (I can get the

Facebook custom story share using JavaScript sdk() showing error(Action Requires At Least One Reference)

泪湿孤枕 提交于 2019-12-10 13:18:13
问题 I am using JavaScript sdk for one of my Facebook canvas game application. I am trying to implement custom story share dialog to post story on user wall. The information available on developer site is unclear and limited.The bellow code is for sharing custom story using open grap API. Bellow code is available on Facebook developer site link provided(https://developers.facebook.com/docs/sharing/reference/share-dialog). The Facebook provided code is working fine as its using predefined action

What does “Failed to get composer template data” mean in Facebook lint?

梦想与她 提交于 2019-12-10 11:15:52
问题 I've created a trivial prototype app on Facebook. When my test script (JavaScript on Ubuntu command line, powered by Node.js) tries to access the app, it produces this error message: { error: { message: 'Invalid OAuth access token.', type: 'OAuthException', code: 190 } } So I'm trying to debug using Facebook's lint debugger. However when I paste the app's access token into lint, it responds with: Failed to get composer template data. I have no idea what this means, and a lengthy stumble

Facebook doesn't detect video while sharing my own page

混江龙づ霸主 提交于 2019-12-10 11:15:50
问题 I have a website with many video pages. There is only one video on each page. When i share a link of one of these pages on facebook, it is not considered as a video, but only a standard article. Thumbnail, Title and Decription are well displayed. But instead of displaying the thumbnail, i would like Facebook to display the video. I'm using videoJS as video player. Here is my html header: <meta property="og:title" content="Page Title" /> <meta property="og:description" content="Page