This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:tellmaps_social_networks [2014/07/07 08:09] honzik [OG tags specification] |
public:tellmaps_social_networks [2014/07/07 08:11] (current) honzik [OG tags specification] |
||
---|---|---|---|
Line 40: | Line 40: | ||
<code html> | <code html> | ||
- | <meta property="og:title" content="This should display as snippet title"> | + | <meta property="og:title" content="This should display as snippet title"> <!-- can be an item name in tellmaps --> |
- | <meta property="og:type" content="website"> | + | <meta property="og:type" content="website"> <!-- keep always --> |
<meta property="og:url" content="full-url-to-given-item"> <!-- this can be without the ?sharing GET param, however most social networks use the shared URL, not this one --> | <meta property="og:url" content="full-url-to-given-item"> <!-- this can be without the ?sharing GET param, however most social networks use the shared URL, not this one --> | ||
- | <meta itemprop="description" content="snippet description, displays under the link and site name"> | + | <meta property="og:description" content="snippet description, displays under the link and site name"> <!-- google+ ignores any description --> |
- | <meta itemprop="image" content="full-path-to-image-1"> | + | <meta property="og:image" content="full-path-to-image-1"> <!-- one or multiple images --> |
- | <meta itemprop="image" content="full-path-to-image-2"> | + | <meta property="og:image" content="full-path-to-image-2"> |
+ | <meta property="og:site_name" content="tellmaps.com"> <!-- optional, not found to work well in most networks --> | ||
</code> | </code> |