One Comment

  1. Posted March 2, 2011 at 6:35 am | Permalink

    Thanks Hardien,

    I’m using the thematic template with my own custom child theme. Just as a hint for your other readers. If using child themes you can put the Meta Property PHP above into your functions.php

    The code should look like this
    function childtheme_override_headprofile() {
    $content = '' . "\n";
    echo apply_filters('thematic_head_profile', $content);
    if ( is_single() ) { ?>
    <meta property="og:title" content=""/>

    <meta property="og:url" content="" />
    <meta property="og:image" content="ID, "image", $single = true); ?>"/>



    <meta property="og:description" content="" />

    }

    Thanks again for the hint that got me going on the solution for me.

    Dale

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">