Twitter frame locked button

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?

+3
source share
2 answers

Twitter Tweet HTTPS, - .

+3

tweetmeme .

- , .

<A HREF=https://twitter.com/share?url=MYURL&via=VIA&text=TWEET>Tweet</A>

, .

+1

All Articles