open-graph-protocol

og:image doesn't show

久未见 提交于 2019-12-11 09:48:27
问题 I've been testing the open graph tags for facebook and I can't get my logo to show when I share my website link on facebook. If I use the lint debugger (https://developers.facebook.com/tools/debug) I get: **Open Graph Object Properties** og:url http://www.movimenting.me/ og:type website og:title http://www.movimenting.me/ og:updated_time 1318267537 **Raw Open Graph Document Information** Canonical URL http://www.movimenting.me/ Meta Tag <meta property="fb:app_id" content="210576275672723" />

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

Object Debugger gives me Extraneous Property And Inferred Property error on opg

拈花ヽ惹草 提交于 2019-12-08 08:13:06
问题 I have everything right in my header. I followed the Dev Doc for adding my location and address to my header but I get these warnings. Can someone tell me what I am doing wrong? Extraneous Property Objects of this type do not allow properties named og:language. Extraneous Property Objects of this type do not allow properties named og:email. Extraneous Property Objects of this type do not allow properties named og:phone_number. Extraneous Property Objects of this type do not allow properties

Facebook Open Graph protocol not working

心不动则不痛 提交于 2019-12-08 04:36:23
问题 Ok, i know there's a lot of posts on this topic and i have read through a lot of them; however, i have yet to be able to solve my problem. I am trying to add a Facebook like button to a website and use the Open Graph protocol to send specific information for the post that gets posted to the persons news feed that clicks the like button. This is the code blocks i am using on the site: HTML tag: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb=

article:publisher meta tag cannot be parsed as profile

馋奶兔 提交于 2019-12-08 00:51:36
问题 According to this update... https://developers.facebook.com/blog/post/2013/06/19/platform-updates--new-open-graph-tags-for-media-publishers-and-more/ ...I thought article:publisher (with page ID or URL) would put a like button for the representative page when shared links are posted to walls? The debugger seems to think differently... what am I missing? Debugger info: Object at URL 'http:// domain.com/post/' of type 'article' is invalid because the given value 'http:// www.facebook.com/mypage

facebook opengraph not updating and other questions

泄露秘密 提交于 2019-12-07 20:16:49
问题 I'm having a problem using Facebook's OpenGraph. I'm attempting to implement timeline features into my application. However, when try changing my meta tags to change the tile of my object, the changes are not reflected. When I pass my url into the debugger tool facebook offers, it displays that my OG object is still using the old data, as opposed to the new data. However, the weird thing is the raw properties show my changes. How do I get facebook to update the OG object? Another problem I'm

Getting old image while sharing page in LinkedIn

ε祈祈猫儿з 提交于 2019-12-07 19:46:11
问题 We have updated og:image but still in LinkedIn we are getting the old image. Is there any way to clear the catch for LinkedIn? 回答1: Unfortunately you can't clear the Cache LinkedIn is using like Facebook or Google+. But you can add a new query parameter to the url you are sharing to let LinkedIn fetch new data: http://mydomain.com/myarticle/?v=1 or something else like http://mydomain.com/myarticle/?foo=bar 来源: https://stackoverflow.com/questions/24081373/getting-old-image-while-sharing-page

LinkedIn not picking up og:image

跟風遠走 提交于 2019-12-07 05:09:46
问题 For one of my websites I am using Open Graph to enrich posts shared from my website. But LinkedIn is not picking the image specified in og:image. The image is modified for the LinkedIn bot to be 200px X 200px by a simple PHP script. I found some experiencing a similar problem (Linkedin not getting thumbnail image) but this problem is not yet solved. 回答1: I know it's old but this helped. Linkedin caches link preview content for 7 days. You have to do the following to clear Linkedin Preview