Results 1 to 2 of 2

Thread: Facebook Image META Tags For Wordpress

  1. #1
    Join Date
    Jan 2011
    Posts
    28

    Facebook Image META Tags For Wordpress

    You guys are my last hope at fixing this, I've tried absolutely EVERYTHING. So, on my website: http://futurepocket.com, when you like a post, it takes a random image rather than an image from the post itself (or the custom field defined "Image"), which has nothing to do with the post itself - this is really annoying.

    I've tried multiple plugins to add META tags, I currently have All In One SEO Pack, and have tried multiple functions to fix this issue with no results. I've also added Facebook OPENGRAPH META tags to the header, and used a custom PHP script to call the first image from the post. Now, the og:image (if you view page source) is defined as the correct image, but Facebook is still NOT taking that image when it posts it to Facebook. (FYI it works fine for facebook share, but not Facebook like).

    Any other suggestions to fix this? Need a quick fix please help!

  2. #2
    Join Date
    Mar 2011
    Location
    Palm Beach
    Posts
    12
    I know this works for the FB share, but it may also work for your FB like pages as well. Placing this absolute div just inside the body tag will let facebook see the image, but won't display on your page:

    HTML Code:
    <div class="fb-logo" style="position:absolute; top:-9999px; left:-9999px;">
       <img src="blah.jpg" />
    </div>
    I haven't done anything with FB like, so I can't know for sure if that solves your problem, but it's always worth a shot.

Similar Threads

  1. Facebook won't find image in WordPress post
    By futurepocket in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 14 Jan 2011, 12:24 AM
  2. Meta Tags and content
    By clock in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 21 Nov 2007, 01:23 PM
  3. meta tag analyzer rates my meta tags 0%-Please helppppp me
    By ad2002 in forum Search Engine Optimization and Marketing
    Replies: 1
    Last Post: 14 Jan 2007, 11:56 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •