2 messages in com.googlegroups.bloggerdevRe: [bloggerDev] Blogger API not disp...
FromSent OnAttachments
sub...@gmail.com23 Nov 2006 02:42 
Pete Hopkins ☠27 Nov 2006 10:58 
Subject:Re: [bloggerDev] Blogger API not displaying images
From:Pete Hopkins ☠ (phop@google.com)
Date:11/27/2006 10:58:00 AM
List:com.googlegroups.bloggerdev

On 11/23/06, sub@gmail.com <sub@gmail.com> wrote:

Hi,

I am using the blogger API to display the entries created under a blog using PHP. In other words, I have creating an option in my website, where the members will be able display and post new entries from their blog that they have created at blogger.com.

The posting or modification of an existing entries are done properly, but when I am trying to display the image that the member has uploaded in a post of his blog, it is not displaying the image, however the text that was there along with the image is displaying properly.

Can anyone please let me know why is this happening and how do I resolve this problem?

Blogger photos does referrer checking to prevent hotlinking. You will have to do something reasonably clever to get around this. (I recommend requesting and caching the images yourself, and then serving them by rewriting the URLs you show in the blog post.)

-- Pete