philsturgeon / ee2-widgets

Widgets is a ExpressionEngine 2.1 module that allows even your least experienced client or to manage chunks of intelligent content on there site without needing to learn loads of tags, HTML or call you in to help.
http://devot-ee.com/add-ons/widgets
18 stars 13 forks source link

Twitter Feed widget does not work #5

Open kruncher opened 11 years ago

kruncher commented 11 years ago

I am testing on my localhost server using the latest version of Expression Engine and version 5.3.13 of PHP.

When I create a widget area that only contains a HTML widget it works without fail.

When I create a widget area that only contains a Twitter widget I get the following error message in Google Chrome:

Error 330, CONTENT_DECODING_FAILED): Unknown error.

When I create a widget area that only contains Google Maps it works provided that I manually include jquery prior. I am not sure if there is a way to automate this, like for example check to see if jquery has already been included first. For my purposes I can just do it manually.