Just append "http://www.google.com/";

Tom


On 9/29/10 7:55 PM, alto wrote:
> If I leave the anchor element as is, e.g. string link = "<a href=
> \"http://www.google.com/\";>GOOGLE</a>"; I receive "The remote server
> returned an error: (403) Unauthorized." Fine, it's a script, so it's
> dangerous.
> 
> But if I escape the script tags as in string link = "&lt;a
> href='http://www.google.com/'&gt;GOOGLE&lt;/a&gt;"; what is rendered
> in the tweet is <a href=\"http://www.google.com/\";>GOOGLE</a> and not
> the actual link.
> 
> So how to append the link to tweet text?
> 
> Thanks.
> 

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