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.

Upon playing with it, it appears that the description for a facebook feed post made by an application can have some html in it. All I've found that works is <b> and <i> but even <br> doesn't work. What sort of formatting is allowed? Or at the very least how can i start a new line?

share|improve this question

2 Answers

up vote 1 down vote accepted

I think this is it: http://www.facebook.com/notes_cheatsheet.php

share|improve this answer
This isn't correct, that is just the cheat sheet for markup for "notes". For example, you can add user <center> tag in feed post description. However, I'm not sure where the full list is, there doesn't appear to be any documentation anywhere. – TMC May 3 '11 at 5:22

For the record, <i>, <b>, <small> and <center> at least work. They only want you to use inline markup, but as a hack you can put <center></center> to make line breaks.

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.