How to create anchor text links in facebook posts
facebook, hyperlink
Solution
Two scenarios:
Posts: Not possible. Can only have very basic HTML formatting: bold, italic, strike, underline.
Notes: Possible. Quite a number of HTML allowed. Access by typing "My Notes" into the search field. Click. Edit your note and publish it as if it was a Post.
Problem
How can I create a text link with anchor text in a facebook fanpage post? It works because I have seen many posts containing such links, even in comments. I have tried this but it does not work: ``` <a href="http://www.mysite.com">Anchor Text</a> ```