Hi Marcel,
Just to let you know that you aren't alone with this issue.  It looks
to me that unique solution is to build you own share tweet button, but
you will miss the counter.

http://dev.twitter.com/pages/tweet_button

Or use a topsy retweet button instead
http://corp.topsy.com/publishers/retweet-button/

At least you will remove that ugly prompt window from your page, but
either of both solutions will brake your https page status since both
will access http  (unsecured)  information.

Hope this help,
Carlos.

On Mar 9, 2:56 pm, Marcel Stör <mar...@frightanic.com> wrote:
> The following code on an SSL protected page produces "invalid" code:
>
> <a href="http//twitter.com/share" class="twitter-share-button" data-
> text="my super text" data-url="https://mydomain.tld/foo.html"; data-
> count="none" data-via="myaccount" data-lang="en">Tweet</a><script
> type="text/javascript" src="http://platform.twitter.com/widgets.js";></
> script>
>
> Part of the Twitter code generated by by widget.js is:
>
> <iframe scrolling="no" frameborder="0" class="twitter-share-button
> twitter-count-none" tabindex="0" allowtransparency="true" src="https://
> platform0.twitter.com/widgets/tweet_button.html
>
> The problem with this is that the SSL certificate 
> athttps://platform0.twitter.com
> is not issued for *.twitter.com but for *.akamai.net
> (a248.e.akamai.net in my case). Needless to say that the tweet button
> is not rendered because the SSL connection fails - until I add a
> security exception in Firefox :-(
>
> Marcel

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to