Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The easiest way is just a link tag:</p> <pre class="lang-html prettyprint-override"><code>&lt;link rel="image_src" href="http://stackoverflow.com/images/logo.gif" /&gt; </code></pre> <p>But there are some other things you can add to your site to make it more Social media friendly:</p> <p><strong>Open Graph Tags</strong></p> <p>Open Graph tags are tags that you add to the <code>&lt;head&gt;</code> of your website to describe the entity your page represents, whether it is a band, restaurant, blog, or something else.</p> <p>An Open Graph tag looks like this:</p> <pre class="lang-html prettyprint-override"><code>&lt;meta property="og:tag name" content="tag value"/&gt; </code></pre> <p>If you use Open Graph tags, the following six are required:</p> <ul> <li><code>og:title</code> - The title of the entity.</li> <li><code>og:type</code> - The type of entity. You must select a type from the list of Open Graph types.</li> <li><code>og:image</code> - The URL to an image that represents the entity. Images must be at least 50 pixels by 50 pixels. Square images work best, but you are allowed to use images up to three times as wide as they are tall.</li> <li><code>og:url</code> - The canonical, permanent URL of the page representing the entity. When you use Open Graph tags, the Like button posts a link to the <code>og:url</code> instead of the URL in the Like button code.</li> <li><code>og:site_name</code> - A human-readable name for your site, e.g., "IMDb".</li> <li><code>fb:admins</code> or <code>fb:app_id</code> - A comma-separated list of either the Facebook IDs of page administrators or a Facebook Platform application ID. At a minimum, include only your own Facebook ID.</li> </ul> <p>More information on Open Graph tags and details on Administering your page can be found on the Open Graph protocol documentation.</p> <p><a href="http://developers.facebook.com/docs/reference/plugins/like" rel="noreferrer">http://developers.facebook.com/docs/reference/plugins/like</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload