Meta issues

Discussion in 'BlackBird WordPress Theme' started by redman45, Aug 12, 2013.

  1. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear Inkthemes author ,

    The theme is excellent :)
    but i have a small issue with meta issues when i try sharing my sites URL on facebook:

    1)The meta description has a issue where it disappears and appears randomly ?
    2) How can i set my desire thumbnail to be displayed ?

    Note: I have attached a print-screen to back my issues up thanks so much

    Sincerely,
    Redman45.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    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" />

    [​IMG]

    *There is no need to put anything in first line
    *In second line put your Title
    *In third line enter site name or any thing else that you want to show there
    *In fourth line put image address
    *In fifth line put description text.

    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.
     
  3. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear Piyush ,

    I have been using this plugin wordpress SEO plugin(http://yoast.com/wordpress/seo/) .
    Do i remove that plugin or just continue using it and then follow accordingly to what you taught me ?


    Sincerely,
    Redman.
     
  4. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear piyush ,

    do get back !
    thanks

    Sincerely,
    Redman.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    There is no problem with the plugin you will continue to use it.
     

Share This Page