Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is a common mistake:</p> <blockquote> <p>If you have noticed, I used a GET request and Facebook app URL in og:url. (I want uses to get directed to app when they click links)</p> </blockquote> <p>If <strong>og:url</strong> is anything other than the current page it is telling Facebook to "ignore these meta tags and go get the ones at this location instead."</p> <p>However, this is not where your current issue lies.</p> <p><strong>Your re-direct is what is causing this problem.</strong></p> <p>Facebook can detect redirection and will attempt to grab those open graph meta tags instead. This is exactly what is happening with your described issue.</p> <p><strong>How to fix it:</strong></p> <p>Change the URL in your Like Button code to this:</p> <pre><code> http://o-e.us/e.php?o=53fa </code></pre> <p><strong>For Example</strong>, if you are using the XFBML Like button code, it should look like this:</p> <pre><code>&lt;fb:like href="http://o-e.us/e.php?o=53fa" send="false" width="450" show_faces="false"&gt;&lt;/fb:like&gt; </code></pre> <p><strong>I got this using:</strong></p> <p><a href="http://o-e.us/fb/lbg" rel="nofollow">Facebook/Open Graph Like Button Generator</a></p> <p>Using the info from above, I entered:</p> <ul> <li><strong>Title</strong>: Underwater Shades</li> <li><strong>Image URL</strong>: <a href="http://2.bp.blogspot.com/-Z-yBlXMMYWo/UBUYe-Lc46I/AAAAAAAAAxc/VO9XB7Ls-sY/s640/Under+water.jpg" rel="nofollow">http://2.bp.blogspot.com/-Z-yBlXMMYWo/UBUYe-Lc46I/AAAAAAAAAxc/VO9XB7Ls-sY/s640/Under+water.jpg</a></li> <li><strong>Description</strong>: View Underwater Shades on Surya Test App</li> <li><strong>Redirect URL</strong>: <a href="http://apps.facebook.com/surya-dev-app/post?feed_link=http://withmycam.blogspot.com/2012/07/underwater-shades.html" rel="nofollow">http://apps.facebook.com/surya-dev-app/post?feed_link=http://withmycam.blogspot.com/2012/07/underwater-shades.html</a></li> </ul> <p>I tested it and it's working for me so hopefully it helps you out. You can change the info I entered and generate a new URL if what I entered doesn't work for you. Good Luck!</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. VO
      singulars
      1. This table or related slice is empty.
    2. 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