Jump to content

Google+ Shows no images from my RSS feed

Featured Replies

  • Community Expert

If I share a page from your site on Google+, I also get a broken image. 

I checked it out in the code. Two things are unusual: a) you use a GIF animation as Open Graph sharer image. B) I can’t open any of your upload/ images in the browser. Your server forces a download for all of them. 

I guess Google doesn’t like at least one of these things. 

Edited by opentype

  • Author

Ok thank you, i'll have a look at changing the open graph sharer to a normal image.

  • Author

I don't know why they are downloading and not showing!!!

  • Author

This is annoying me now!!!!

What should my upload folder be set to? Its currently 0777

Are there any image settings which could be causing this? 

It sounds like your server is sending the header content-disposition: attachment; or something equivalent of that for the resources. However, testing with some images now, I can't see what @opentype said happens about them being forced to be downloaded.

You would most likely have to talk with your host if it's a case of content-disposition: attachment;

  • Author

I noticed this in my /uploads folder

Its a .htaccess file with the following contents

#<ipb-protection>
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
    Order allow,deny
    Deny from all
</Files>
<ifModule mod_headers.c>
    Header set Content-Disposition attachment
</ifModule>
#</ipb-protection>

#<ipb-protection>
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
    Order allow,deny
    Deny from all
</Files>
<ifModule mod_headers.c>
	Header set Content-Disposition attachment
</ifModule>
#</ipb-protection>

Will that be causing it as all other images I try to view outside of the /uploads folder load up correctly.

Yes, you should remove this part: 

<ifModule mod_headers.c>
	Header set Content-Disposition attachment
</ifModule>

 

Edited by TSP

  • Author

Excellent, thank you very much i'll do that now.

  • Author

Images still not loading for my Google+ Page:

With this image:

IMAG4159.jpg.235e6733969d706fcf3353f2b44

 

So more investigations required for me. Thanks for your help though. 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.