FB Like - Thumbnails

Discussion in 'BlackBird WordPress Theme' started by villa4season, Mar 26, 2013.

  1. villa4season

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi,
    when someone "Likes" my home page and this "liked article" shows into this person's stream, together with the URL of my home page instead of the slider image one of the blog thumbnails (usually the 4th one) shows up. Why does this happen? Usually blog articles have nothing to do with my site's profile, so it looks very misleading (example: the site is about villa rent, the blog page is about a museum in Greece) . What can i do to this please?
    www.villa4season.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and add the code given below

    Code:
    <link rel="image_src" href="image of the page" />
    <meta property="og:title" content="Enter your  title" />
    <meta property="og:site_name" content="Enter your site name" />
    <meta property="og:image" content="Enter your image address here" />
    <meta property="og:description" content="Enter your description text here" />
    Sending image for reference

    [​IMG]

    Note:- These changes take some time to show changes in your facebook page. But you can check your the website url in the [debugger](https://developers.facebook.com/tools/debug). It should re-scrape with the new parameters.
     

Share This Page