Twitter widget in Appstore

1
I downloaded the widget for a cloudproject. I get it working correctly when deployed in development mode (localhost) but on moving the app to ACPT and PROD it dont seem to latch on to a feed ?? Am I correct to assume that the issue is with cloud (security) settings ?? And since I am here anyway, will there be a similar widget for the Mobile ??
asked
1 answers
1

The problem is that the twitter widget uses plain http, whereas the Cloud only allows https calls. You can file a support ticket for this and/or open the .js source file and change the calls to http://search.twitter.com/... to https://search.twitter.com/... yourself.

I do not know of any existing plans for a Twitter Mobile widget.

answered