• Resolved stani66

    (@stani66)


    Hello danikoo,

    thanks for this great Plugin! I am having trouble using the featured image with Mailchimp. As i saw you already added the media:content tag but somehow the feature image is still not shown with *|RSSITEM:IMAGE|*. Could it be because medium=”image” type=”image/jpeg” is missing?

    Note from Mailchimp:
    To help ensure that Mailchimp can view your feed’s images, you can include medium or type information inside the <media:content> tag.
    Examples:
    <media:content url=”https://hathaway.edu/example.jpg&#8221; medium=”image”>
    <media:content url=”https://hathaway.edu/example.jpg&#8221; type=”image/jpg”>

    Do you maybe know whats the problem?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stani66

    (@stani66)

    I just changed in custom-simple-rss.php Row 729 to:
    $csrp_feed_current .='<media:content url="'.esc_url( $thumb_url) .'" height="'. $thumb_height .'" width="'. $thumb_width .'" type="image/jpg"/>';

    And now it works ??
    Maybe you can change that in the next update.

    Plugin Author danikoo

    (@danikoo)

    hi great idea
    i will apply it to next version

    many thanks
    danny

    Plugin Author danikoo

    (@danikoo)

    Hi again
    i have uploaded version
    2.0.8
    with support for type= in media:content

    please try it and let me know if that did the trick ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image & Mailchimp RSS’ is closed to new replies.