Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>How an i do to force facebook to use the metas of the liked page? </code></pre> <p>You cannot force Facebook to use the metas, as they do it automatically from the URL you give to them. They lint it. You can see the linter in action at <a href="https://developers.facebook.com/tools/debug" rel="nofollow">https://developers.facebook.com/tools/debug</a></p> <hr> <p><strong>EDIT</strong> Per the comments below:</p> <p>The page where the like button is located has the following iframe specified:</p> <pre><code>http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hoteletlodge.fr%2Fhotel&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=80 </code></pre> <p>So the page being liked is itself: <a href="http://hoteletlodge.fr/hotel" rel="nofollow">http://hoteletlodge.fr/hotel</a> </p> <p>To have that like button like to the <a href="http://hoteletlodge.fr/hotel/inde/maharajas-express" rel="nofollow">http://hoteletlodge.fr/hotel/inde/maharajas-express</a> page, you will need to change the iframe's href to:</p> <pre><code>http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hoteletlodge.fr%2Fhotel%2Finde%2Fmaharajas-express&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=80 </code></pre> <p>When you get that changed on <a href="http://hoteletlodge.fr/hotel" rel="nofollow">http://hoteletlodge.fr/hotel</a> , then you will need to fix the og errors on the maharajas page. See: <a href="http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fhoteletlodge.fr%2Fhotel%2Finde%2Fmaharajas-express" rel="nofollow">http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fhoteletlodge.fr%2Fhotel%2Finde%2Fmaharajas-express</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. 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