Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>Google+</h2> <p>Will recognize:</p> <pre><code>&lt;meta itemprop="name" content="The page Title for sharing"&gt; &lt;meta itemprop="description" content="The description less than 200 characters"&gt; &lt;meta itemprop="image" content="http://www.yoursite.com/image-200x200.jpg"&gt; </code></pre> <h2>Facebook</h2> <p>Open Graph Tags (Other Social networks read it too):</p> <pre><code>&lt;meta property="og:image" content="http://www.yoursite.com/the-page-thumb-200x200.jpg" /&gt; &lt;meta property="og:title" content="The page Title for sharing" /&gt; &lt;meta property="og:type" content="website" /&gt; (or "article") &lt;meta property="og:url" content="http://www.yoursite.com/the-url-for-sharing" /&gt; &lt;meta property="og:description" content="The Description less than 200 characters" /&gt; &lt;meta property="og:site_name" content="Your Site name" /&gt; &lt;meta property="fb:app_id" content="your-facebook-app-id" /&gt; &lt;meta property="fb:admins" content="your-facebook-user-id" /&gt; </code></pre> <h2>Get app-id</h2> <p>@ <a href="https://developers.facebook.com/" rel="nofollow">https://developers.facebook.com/</a></p> <p>Login with your FB credentials and then setup a facebook app.</p> <h2>Use the Debug tool</h2> <p>@ <a href="https://developers.facebook.com/tools/debug" rel="nofollow">https://developers.facebook.com/tools/debug</a></p> <p>to see how your Data is seen.</p> <h2>Twitter Tags</h2> <pre><code>&lt;meta name="twitter:card" content="summary"&gt; &lt;meta name="twitter:site" content="@publisher_handle"&gt; &lt;meta name="twitter:title" content="The page Title for sharing"&gt; &lt;meta name="twitter:description" content="The description less than 200 characters"&gt; &lt;meta name="twitter:creator" content="@author_handle"&gt; &lt;meta name="twitter:image" content="http://www.yoursite.com/image-200x200.jpg"&gt; </code></pre>
    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.
    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