wordpress rss feed img src missing http

Issue #23 closed
Tony Herman created an issue

Hello,

I'm trying to use my feed with GetResponse and images were not showing up. After a week or so (!) of them looking at it, they came back saying that the image src is showing "//" instead of "http://" and that's why the images don't show up. You'd think they could adapt to this new way but I guess not.

I went into the SB-RSS_feed-plus.php file and on line 292, I tried to add "http:" to the img src tag but then it put it in twice.

Any ideas?

-TCSTIX

Comments (3)

  1. Ladislav Soukup repo owner

    I'm using path, that is generated by WordPress... The "//domain.com/..." url is most likely altered by some HTTPS plugin, for example CloudFlare plugin has an option to do that (or another http -> https rewrite). Do you have plugin to help you rewrite images and js/css paths to https or "//" ? Like https helper?

  2. Tony Herman reporter

    THANKS! I am using Cloudflare. I found the setting and that fixed it - you're a genius!

    -TC

  3. Ladislav Soukup repo owner

    Good to hear that the problem is fixed :) This is the second problem with Cloudflare http -> https rewrite I have saw :( - it's hard to make their rewrite to work without making another problems...

  4. Log in to comment