Mysterious “image caching” reference causing issue
-
The plugin has references to some unknown third party image caching service, “images.weserv.nl” — in two places in its code, in the file named “podcast-feed-player-widget.php” — on line 93, and again on line 303.
Here’s an example of code lines referencing the third party service:
$image_src = "//images.weserv.nl/?url=".$image_src."&w=".$size;
Thus, the plugin seems to presume both that
(1) some local image is connected with each podcast entry (which is not always the case)
and
(2) that the services of the third party service are desired and obtained (not the case for us).
We are seeing “broken link” image display while trying to use the plugin to display a podcast feed. We’re trying to use the plugin to display the very same podcast in two different themes on two sites, and, interestingly, one of the two reveals the above mentioned issue, while another does not.
Can we get a fix, or otherwise get a version of the plugin that does not presume a local image is associated with each podcast entry, and that does not presume use of a third party image caching service?
Thanks for any help or advice.
- The topic ‘Mysterious “image caching” reference causing issue’ is closed to new replies.