Fb:header-title
From Facebook Developers Wiki
[edit] Description
Specifies the header title for a fb:mediaheader. Note: As of recently, fb:header-title no longer supports HTML placed inside this tag (ie/ if you insert html in between fb:header-title tags, the html is escaped). A solution to get around this problem has been posted and involves utilizing an HTML/CSS equivalent to the fb:header-title and (parent) fb:mediaheader tags: [1]
[edit] Examples
<fb:mediaheader uid="123456">
<fb:header-title>Header title</fb:header-title>
</fb:mediaheader>
![]() |

