-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS #7
Comments
I'd suggest using the twitterlib script directly. It's easy to use, and On 13 March 2013 20:57, stevedurr [email protected] wrote:
|
Cheers for the reply Remy I have got it working by hosting both files locally but will look at the docs for the twitterlib. Thanks again Steve |
The protocol variable works great and knows when to use http or https. However, the twitter profile pic is served over http regardless of the protocol value. #20 fixes that by using profile_image_url_https instead of profile_image_url. |
Hi
When using the twitterjs script on a secured page the tweets don't load due to blocked insecure content. Looks to be the call to http://remy.github.com/twitterlib/twitterlib.js in the file.
Is here a way to fix this?
Cheers
Steve
The text was updated successfully, but these errors were encountered: