Forums

FetenWeb image_src Metatag
Compatibility with WP 2.x (2 posts)

  1. jhm
    Member
    Posted 1 year ago #

    Hi there,

    with a minor tweak the plugin gets compatible with WP 2.x - simply change Line 34 into:

    if (function_exists("has_post_thumbnail") && has_post_thumbnail($post->ID)) {

    Another tweak can be used to add Open Graph support - just add in Line 58:

    echo '<meta property="og:image" content="' . esc_attr($image) . '"/>';

    Best regards,
    Hendrik

    http://wordpress.org/extend/plugins/fetenweb-image-src-metatag/

  2. aitor.delapuente
    Member
    Posted 1 year ago #

    Hi jhm,

    I just have updated the plugin. Thanks for your contribution!

    Best regards,
    Aitor.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic