[twitter-dev] Tweet button SSL (invalid certificate)

2011-03-09 Thread Marcel Stör
http://groups.google.com/group/twitter-development-talk/browse_frm/thread/2f600498f2c34d52/92584b17b64c0eae
says that at the moment there's no support for a SSL tweet button.
Are there any plans to change this?

I find it really irritating that Facebook for example does support
this but Twitter doesn't. Besides, from a developer's perspective it
doesn't seem like a terribly difficult thing to implement. Sure, the
JavaScript widget sits on Akamai's CDN but still...
It's a bit of a poin to customize everything just to be able to
support SSL (the only reason for that being the IE warning about mixed
content).

Cheers,
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


[twitter-dev] Tweet button SSL

2010-09-09 Thread Jordan McKible
As far as I can tell, the Tweet button javascript does not work on
https pages without warnings.  Chrome in particular gives one of those
big red page warnings involving an Akamai domain.  Is there a way to
use the tweet button on https pages, or is that unsupported?

-- 
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?hl=en


Re: [twitter-dev] Tweet button SSL

2010-09-09 Thread John Adams
At the moment SSL tweet buttons are unsupported.

-j

On Thu, Sep 9, 2010 at 3:23 PM, Jordan McKible jmcki...@gmail.com wrote:

 As far as I can tell, the Tweet button javascript does not work on
 https pages without warnings.  Chrome in particular gives one of those
 big red page warnings involving an Akamai domain.  Is there a way to
 use the tweet button on https pages, or is that unsupported?

 --
 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?hl=en


-- 
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?hl=en


Re: [twitter-dev] Tweet button SSL

2010-09-09 Thread Matt Harris
Whilst the Javascript version of the Tweet Button is not support over
SSL you can use the 'build-your-own Tweet Button' technique instead.
In this situation you still create a 'Tweet' link pointing to
http://twitter.com/share with all parameters in the query string. For
example:
http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com

Then using your own Javascript open the link in a popup window,
invoked by a users click on the link.
This will allow you to provide the Tweet Button experience whilst
running your site over SSL.

There is more information on our developer resources site:
http://dev.twitter.com/pages/tweet_button#build-your-own-example

Hope that helps,
Matt

On Thu, Sep 9, 2010 at 3:44 PM, John Adams j...@twitter.com wrote:
 At the moment SSL tweet buttons are unsupported.
 -j

 On Thu, Sep 9, 2010 at 3:23 PM, Jordan McKible jmcki...@gmail.com wrote:

 As far as I can tell, the Tweet button javascript does not work on
 https pages without warnings.  Chrome in particular gives one of those
 big red page warnings involving an Akamai domain.  Is there a way to
 use the tweet button on https pages, or is that unsupported?

 --
 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?hl=en

 --
 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?hl=en




-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
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?hl=en