Fixed my feed image issue on Netvibes

Since i launch twitter little star last month, i facing quite a few technical problem, one of the strange problem is although i can see image showing nicely in my google reader , but when i view it in netvibes feed view, the image went missing. Base on the feed view , it seem like there are images but the images can’t display.

feed_with_no_image.png

After doing some digging and debugging, finally i found out what’s wrong, the main reason of this is because of the theme i using, actually make use of timthumb this library to display resize image on the fly, when i embeded the image into the feed, i actually make use of image url that using this library also.So i change the feed code again and embeded the actual image url.

feed_with_image.jpg

the feed now is display with image nicely in my netvibes feed block.

You may also like...