• Resolved pipoulito

    (@pipoulito)


    Hi,

    I added images with a snippet in my rss feed , they appear in a browser but not in your email builder…thanks for help

    http://theatredenimes.com/feed/

    function featuredtoRSS($content) {
    global $post;
    if ( has_post_thumbnail( $post->ID ) ){
    $content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘medium’, array( ‘style’ => ‘margin-bottom: 15px;’ ) ) . ‘</div>’ . $content;
    }
    return $content;
    }

    add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
    add_filter(‘the_content_feed’, ‘featuredtoRSS’);

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pipoulito

    (@pipoulito)

    the question is don’t you accept wp custom rss feeds ?

    Plugin Author Jackmail

    (@heyjackmail)

    Hi!

    We’re aware we’re having an issue with import articles/pages/etc and its content.
    Only text is imported since yesterday, we’re doing what it is needed to be fixed.

    Thread Starter pipoulito

    (@pipoulito)

    Hi,
    is there something new about this issue ?
    thanks

    Plugin Author Jackmail

    (@heyjackmail)

    Bonjour,

    Après vérification en effet Jackmail ne gère pas les images dans les descriptions du flux RSS. Notre emailbuilder nettoie le code HTML avant d’importer un contenu et supprime les images et liens. Notre équipe R&D va travailler dessus.

    Cordialement,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS images’ is closed to new replies.