• Although it works, it requires you to add code to header.php for the Facebook preview to show it:

    <?php
    if (function_exists('z_taxonomy_image_url'))
    echo '<meta property="og:image" content="' . z_taxonomy_image_url() . '" />';	
    ?>

    It would be a very nice addition to have the plugin do this for you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘OG:Image for Facebook’ is closed to new replies.