Hi Allen,
I have two categories, the first displays correctly images on the left and the description on the right. But on the other category, it seems images are not fetched correctly, the images don't display. I saw that if I choose "give me everything" parameter, then the image are there ! But this cause a bad display on the first category (too long data).
I already tested with "allow_url_fopen" to ON.
I really understand your plugin and the code inside, but I'm not able to find out where to change something in the "preg_match" instruction to fix the issue and get the images correctly on the RSS Feed http://feeds.feedburner.com/surftagram
A "preg_match" change is required in the file "excerpt_functions.php" for the images to be fetched correctly because of their specific name.
For example : http://i0.wp.com/distilleryimage3.s3.amazonaws.com/5e4206e092ac11e2bbd422000a1f9ab2_7.jpg?resize=584%2C9999
Here is the page where is the RSS Feed output :
http://www.riversatile.fr/instagram/
I noticed that if I change ftp to "0" at line 432 in "excerpt_functions.php", images are showing !
if($ftp==0){
$content = limitwords($maxchars,$content);
}else{
$content = limitwords($maxchars,strip_tags($content));
}
Thanks for your support
Riversatile.