Jump to content

Google+ Shows no images from my RSS feed


boro_boy

Recommended Posts

But Facebook Pages and Twitter do show them.

This is the link to my pages:

https://plus.google.com/+Fansfootballforum

Facebook:

https://www.facebook.com/fansfootballforum

Twitter:

https://twitter.com/myfootieforum

But as you can see, all the images on google+ page are broken. They used to work but they don't anymore and I haven't got a clue what is up!!

Has anyone else got or had this problem?

 

Thank You

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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;

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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