Loading
Loading....

Adding one of those fancy FBML “Tell your friends about us” boxes on your fan page

I was looking for this and having trouble finding working code. It puts this box on your fan page using the static FBML application (for a movie I’m working on):

The working code for this is:

<fb:request-form
method=”post”
type=”Play On Official Movie Fan Page”
invite=”true”
content=”Check out Play On the Official Movie Fan Page<fb:req-choice url=’http://www.facebook.com/pages/Play-On-The-Rugby-Movie-Official-Fan-Page/122875067756788′ ‘ label=’GO’ /> “>

<fb:multi-friend-selector actiontext=”Tell your friends about Play On!” rows=”3″ showborder=”true” />
</fb:request-form>

Be careful of how the quotes are formatted. Pull up Notepad or TextEdit and make sure it’s not using smart quotes, but plain text quotes. There you go, hope this helps anyone else looking for this.