opengraph

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

Make og:video play inline whatsapp and facebook

半城伤御伤魂 提交于 2019-12-11 00:48:30
问题 Is it possible to add OG:video data to the head of a website so that whatsapp and facebook can play the video inline? I have currently only seen this working with youtube and instagram links. Whenever I copy the whole meta data from a working instagram post and paste it into my document the facebook debugger picks up on all the data. However whatsapp only shows the thumbnail and not the inline video. Is this feature only for whitelisted domains like youtube or is this something anyone can do?

G+ doesn't accept my og:image

帅比萌擦擦* 提交于 2019-12-10 23:59:19
问题 I can't seem to figure out why G+ doesn't show the photo on my page http://cruiser.mototribe.com/photo/march-contest It has the proper meta tags: <meta property="og:image" content="http://cruiser.mototribe.com/sites/default/files/styles/large/public/photos/new/bikeer%2520pose.jpg" /> The testing tool confirms the og:image tags http://www.google.com/webmasters/tools/richsnippets?url=http://cruiser.mototribe.com/photo/march-contest What am I missing? 回答1: From https://developers.google.com/+

How can I get all open graph pages owned by an application?

你离开我真会死。 提交于 2019-12-10 22:11:08
问题 I am trying to get all open graph pages owned by an application. I tried this query, but it returned an empty data set. I want to try this with the app id instead and wondering if there is a way to do that. https://graph.facebook.com/fql?q=SELECT page_id, type from page_admin WHERE uid=me()&access_token={token} 回答1: I haven't found a way to get the pages owned by an application. But there is a way to get pages owned by a user: https://graph.facebook.com/USER_ID/accounts?access_token=ACESS

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

Publishing content to multiple (unknown) domains using Open Graph?

狂风中的少年 提交于 2019-12-10 17:52:25
问题 I'm working on an application that publishes content ('articles') on a variety of URLs, which are all controlled by the same WordPress installation (mapped domains, all powered by the same set of code/part of a network). All of the publishing is done through one central Facebook App. I have no idea what the domains for these URLS are going to be, since they are controlled by our users who register domains and then configure them within their account on our service. When I attempt to use Open

(#100) conflicting og:type found in path (nnn:game) and 'properties' (\“nnn:game\”)“, ”type“: ”OAuthException“, ”code": 100

僤鯓⒐⒋嵵緔 提交于 2019-12-10 15:18:05
问题 I'm getting the following error when trying to test my Story in the Graph API Explorer. (#100) conflicting og:type found in path (nnn:game) and 'properties' (\"nnn:game\")", "type": "OAuthException", "code": 100 Note: nnn is just a place holder for the actual name and is not really being used. I created an object called game. Any idea what this means and how to fix it? Anyone else have any suggestions? This seems like it should be really simple... Thanks. 来源: https://stackoverflow.com

How to get Likes of Instagram photo posts in Facebook Graph API?

核能气质少年 提交于 2019-12-10 13:36:58
问题 I am developing an app that processes <used_id>/posts connection to read the posts a user have made and count the likes and comments that have been received. Yesterday I noticed that Instagram photo posts do not appear in posts connection. After a little search I found this Posts from Instagram not showing up on Facebook Open Graph API after which I was able to see Instagram photos in Feed connection if permission user_actions:instapp was added (or friends_actions:instapp for friend posts).

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