Jump to content

Google+ Shows no images from my RSS feed


boro_boy

Recommended Posts

Posted

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. 

Posted

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;

Posted

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.

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...