Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Sharer.php - ignores URL QueryString
    primarykey
    data
    text
    <p>I have created a link on a site that when clicked goes here: <a href="http://www.keli-annpye-beshara.ca/?SMIDS=200899a1028301a28863a227638&amp;t=THE+LIGHT+IS+OUT" rel="nofollow">http://www.keli-annpye-beshara.ca/?SMIDS=200899a1028301a28863a227638&amp;t=THE+LIGHT+IS+OUT</a></p> <p>When I view the source of this page I see:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;meta property="og:title" content="THE LIGHT IS OUT"/&gt; &lt;meta property="og:type" content="website"/&gt; &lt;meta property="og:url" content="http://www.keli-annpye-beshara.ca"/&gt; &lt;meta property="og:site_name" content="THE LIGHT IS OUT"/&gt; &lt;meta property="og:description" content="36 x 60 Acrylic on canvas SOLD"/&gt; &lt;meta property="og:image" content="http://www.keli-annpye-beshara.ca/assets_d/28863/portfolio_media/lwlm_the-light-is-out---small_108.jpg"/&gt; </code></pre> <p>When the page shows up on Facebook to be shared, only, canonical domain is displayed and none of the OG tags are working. When I pass the URL through facebook's litner, they say:</p> <p>Admins And App ID Missing: fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high clickthrough rate.</p> <p>Like Button Tag Missing: og:title is missing. The og:title meta tag is necessary for Facebook to render a News Feed story that generates a high clickthrough rate.</p> <p>Like Button Tag Missing: og:type is missing. The og:type meta tag is necessary for Facebook to render a News Feed story that generates a high clickthrough rate.</p> <p>Open Graph Warnings That Should Be Fixed Inferred Property: The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.</p> <p>Inferred Property: The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.</p> <p>When I click the link to view the page as Facebook' scraper does, they see only the following:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=utf-8"&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;meta property="og:image" content="http://www.keli-annpye-beshara.ca/assets_d/28863/web_media/lm_kap-website-pic_135.jpg"&gt; </code></pre> <p>I can tell from this, that they are not scraping the page with the URL parameters in place. This is the default content that displays if no SMIDS parameter is passed.</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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