Do services other than Facebook use Open Graph?

断了今生、忘了曾经 提交于 2019-12-17 16:27:08

问题


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?


回答1:


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 you use the "Pin" button provided by AddThis, it will use the "og:image", "og:description", and "og:url" tags. However, through my own experimentation, the Pinterest bookmarklet and adding directly through their site does not appear to use the open graph metadata.

As for Google Plus, that's answered here. Basically, they give "schema.org" the highest weight, but if they do not exist they will fall back on open graph tags, and if they do not exist they will fall back on page content, like "title", etc.




回答2:


The Open Graph protocol is supported by a wide range of social platforms which includes:

  1. Facebook
  2. Pinterest Developers
  3. Linkedin
  4. Twitter
  5. Google Plus



回答3:


Embed.ly also parses Open Graph tags (see an example here), thus (possibly) also their customers, such as: TweetDeck, bit.ly, hunch, Yammer, Reddit, etc.



来源:https://stackoverflow.com/questions/10397510/do-services-other-than-facebook-use-open-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!