-
Notifications
You must be signed in to change notification settings - Fork 11
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
Twitter Widget Doesn't Work Over SSL #9
Comments
[blocked] The page at [website address] was loaded over HTTPS, but ran insecure content from 'http://platform.twitter.com/widgets.js': this content should also be loaded over HTTPS. |
Looks like the problem is due to hardcoded http://platform.twitter.com/widgets.js path, which should instead use the protocol of the host. |
Please fix whatever needs fixin and make a pull request :) |
Hmm, do you need to increment the version number so the gem will be updated? |
After doing bundle update, I'm still getting social-buttons 0.3.7 which still has http:// rather than https:// Any ideas? |
Just reference the repo directly from your gemfile. Yes, the version needs to be bumped and then pushed to RubyGems as a new release. |
Please also add my Config class to the repo and make a new pull request. I'm at work where I can't really do git commands :( |
The Twitter widget is broken when used on website with SSL.
The text was updated successfully, but these errors were encountered: