Note that there are some explanatory texts on larger screens.

plurals
  1. PORecommend button -> post on wall/timeline
    primarykey
    data
    text
    <p>When the user click "Recommend" button on my page, I'd like to post on his wall title and part of the article from my page. How can I change the information which is send to the user wall/timeline? I've found a tip that I should add open graph meta tags, but when I set og:title and og:description in META:</p> <pre><code>&lt;meta content="Title" property="og:title"&gt; &lt;meta content="Description" property="og:description"&gt; </code></pre> <p>nothing change.</p> <p>Any other ideas? Or maybe I do sth wrong?</p> <p>[Edited]</p> <p>My code:</p> <pre><code>&lt;head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"&gt; &lt;meta content="Test1" property="og:title"&gt; &lt;meta content="website" property="og:type"&gt; &lt;meta content="*Link to my web page*" property="og:url"&gt; &lt;meta content="*Link to my image*" property="og:image"&gt; &lt;meta content="Description" property="og:description"&gt; &lt;title&gt;Page Title&lt;/title&gt; [...] &lt;/head&gt; </code></pre> <p>In the Object Debugger I get such messages:</p> <h2>Warnings That Should Be Fixed</h2> <blockquote> <p>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>Inferred Property: The og:locale property should be explicitly provided, even if a value can be inferred from other tags.</p> </blockquote> <h2>Open Graph Object Properties</h2> <blockquote> <p>og:url: <em>Link to my web page</em> </p> <p>og:type: website</p> <p>og:title: Page Title </p> <p>og:updated_time: 1319793567 </p> </blockquote> <h2>Raw Open Graph Document Information</h2> <blockquote> <p>Canonical URL: <em>Link to my web page</em></p> </blockquote> <p>So it seems that the debugger gets only info from my page (e.g. <code>&lt;title&gt;</code>), not from Open Graph tags. What I do wrong?</p> <hr> <p>Probably I've found the reason of my problem - I render my page using JavaScript and then I set my META. Is there any way to set META (dynamically) visible for FB?</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