Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HI I'm using Twitterizer2 library to update my status on twitter. Is there any way post it as HTML? I tried but it's not rendering html tags.

share|improve this question

2 Answers

Simply put: you can't do this.

Twitter doesn't want you to do this, so none of the twitter clients (including twitter.com itself) will render HTML. Your HTML will get escaped on display and render as plain text.

share|improve this answer
its frustrating, but it was working year ago I think – Kolon Mar 1 '11 at 21:49

yea the best thing you are can do if you are wanting to use any kind of code at all since twitter was made for microbloggin and fast loading is sign up for like a wordpress or whatever and send people to there using the twitter. like @ITNetwork is what i use for posting articles off my site and it just gives the title and the url and if people wanna see it they just click on it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.