Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My application sends Facebook notifications to a user. Is that possible to format the notification text with some html or fbml tags?

I've found out that <a> tag works just fine, but what about the others?

share|improve this question

1 Answer

up vote 5 down vote accepted

You can only use a subset of HTML and FBML tags:

  • HTML: a, em, b, var, cite, dfn, i
  • FBML: fb:name, fb:pronoun, fb:grouplink, fb:eventlink, fb:networklink, fb:user-table

http://wiki.developers.facebook.com/index.php/Allowed_FBML_and_HTML_Tags#Notifications:_Allowed_Tags

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.