After adding the "Share on Twitter" button here:
http://twitter.com/about/resources/tweetbutton
On my https site, a small rectangular frame with this error appears on my pages:
This frame is locked because it contains some insecure content.
When I change two http calls to https:
<a href="https://twitter.com/share"...
...src="https://platform.twitter.com/widgets.js">
I get the text “Tweet”, which works, but it does not have images / layouts from the Twitter site. A javascript call outputs this error in code:
Failed to load source for: https://platform.twitter.com/widgets.js
Is there anything I can do to make this twitter button work?
source
share