up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

73% accept rate
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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