open-graph-protocol

How to update Linkedin Open Graph Image? [closed]

不想你离开。 提交于 2019-12-01 08:42:32
I need to update the Open Graph Image for linkedin when being shared. I changed it on Facebook and Plus but not on Linkedin. Is there any workaround on this? I've tried adding a new link via this site with no luck http://beta.beantin.se/clearing-linkedin-link-sharing-preview-cache/ LinkedIn's content cache presently stores website information for approximately 7 days before the crawler will revisit the site. We are in the process of creating more self-service tools for the developer community, but until those tools are completed, you will need to wait for the cache period to expire, which will

Open Graph Protocol - how to make it work with multiple stories on a page?

旧时模样 提交于 2019-12-01 02:27:13
问题 The Open Graph Protocol is a new methodology for storing metadata to make it easier for third party sites (think the Facebook LIKE button) to identify relevant content on your page. It looks like this: <title>The Rock (1996)</title> <meta property="og:title" content="The Rock" /> <meta property="og:type" content="movie" /> <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> The question is,

Meaning of HTML prefix attribute (Open Graph Protocol)?

帅比萌擦擦* 提交于 2019-11-29 21:19:51
I'm new to Facebook Open Graph Protocol . I have been trying to figure out what the meaning of the HTML prefix attribute is. The closest post on Stack Overflow I could find dealing with this subject is this post which was very helpful as it deals with what the differences are among the various possible syntaxes and which one to use. However the post does not say anything about what this prefix attribute is or what it does. AFAIK this is not a standard HTML attribute. I was able to find this document which I think is where the W3C defines this attribute but was not able to make any sense of it.

How to update facebook open graph image

℡╲_俬逩灬. 提交于 2019-11-28 17:26:52
问题 Say if you have set the facebook image for your webpage via the meta tag of the open graph protocol like this: <meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/> If you want to replace/update the image with another image of the same name rock.jpg , how do you get facebook to update your image accordingly with the new image when you share the page? Forcing facebook to fetch your page's data with this link http://developers.facebook.com/tools/debug won't update the image.

Meaning of HTML prefix attribute (Open Graph Protocol)?

不问归期 提交于 2019-11-28 17:25:33
问题 I'm new to Facebook Open Graph Protocol. I have been trying to figure out what the meaning of the HTML prefix attribute is. The closest post on Stack Overflow I could find dealing with this subject is this post which was very helpful as it deals with what the differences are among the various possible syntaxes and which one to use. However the post does not say anything about what this prefix attribute is or what it does. AFAIK this is not a standard HTML attribute. I was able to find this

Do services other than Facebook use Open Graph?

倖福魔咒の 提交于 2019-11-27 22:42:33
Will other services other than Facebook use Open Graph tags when scraping the page for sharing information? Meaning, if I have an AddThis button (for example) on a page, which allows sharing to Facebook, Google+, and Pinterest etc., will any of the other services also honor those meta tags? Or is generally something we do specifically for Facebook? JasonStoltz The answer appears to be yes... sort of. Since Open Graph is an open protocol of sorts, it's not meant to be Facebook specific. And it appears that while not all vendors may respect the tags yet, most do. Take Pinterest for example. If

OpenGraph or Schema.org?

▼魔方 西西 提交于 2019-11-26 19:35:30
Just wondering whether you guys out there are favouring the OpenGraph protocol following markup like: <meta property="og:title" content="The Rock" /> <meta property="og:type" content="movie" /> <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> Or the Schema.org protocol with <div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Kenmore White 17" Microwave</span> <img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' /> <div itemprop="aggregateRating" itemscope itemprop="http://schema.org/AggregateRating"> Which one should I integrate as I

FB OpenGraph og:image not pulling images (possibly https?)

a 夏天 提交于 2019-11-26 16:57:38
First -- I do not believe this is a duplicate issue. I've searched for same or similar problems on SO extensively, and due to the nature of troubleshooting before asking, I believe this problem is unique. Facebook cannot grasp my og:image files and I have tried every usual solution. I'm beginning to think it might have something to do with https://... I have checked http://developers.facebook.com/tools/debug and have zero warnings or errors. It is finding the images we linked to in the " og:image ", but they're showing up blank. When we click the image(s), however, they DO exist and it takes

OpenGraph or Schema.org?

余生长醉 提交于 2019-11-26 07:19:57
问题 Just wondering whether you guys out there are favouring the OpenGraph protocol following markup like: <meta property=\"og:title\" content=\"The Rock\" /> <meta property=\"og:type\" content=\"movie\" /> <meta property=\"og:url\" content=\"http://www.imdb.com/title/tt0117500/\" /> Or the Schema.org protocol with <div itemscope itemtype=\"http://schema.org/Product\"> <span itemprop=\"name\">Kenmore White 17\" Microwave</span> <img src=\"kenmore-microwave-17in.jpg\" alt=\'Kenmore 17\" Microwave\'

FB OpenGraph og:image not pulling images (possibly https?)

限于喜欢 提交于 2019-11-26 03:47:14
问题 First -- I do not believe this is a duplicate issue. I\'ve searched for same or similar problems on SO extensively, and due to the nature of troubleshooting before asking, I believe this problem is unique. Facebook cannot grasp my og:image files and I have tried every usual solution. I\'m beginning to think it might have something to do with https://... I have checked http://developers.facebook.com/tools/debug and have zero warnings or errors. It is finding the images we linked to in the \"