1-To make a word clickable to another website or a page:
<a title="whatever the name of the linked page is" href="http://www.whateverwhatever.com/">word you want clickable</a>
2-To insert a picture:
<img src="http://www.whereverthepicturelives.com/picturename.jpg">
3-To insert a picture so that it is linked to a website:
<a href="http://www.whatever.com/linktoexactpage.html" target="_blank"><img src="http://www.whereverthepicturelives/picturename.jpg" alt="whatever this is a picture of including a keyword or two" border="0"></a>
4-To skip down to the next line:
<BR>
5-To skip a whole line between items:
<p>
6-To center something:
<center>whatever whatever</center>
7-To make words BOLD:
<b>whatever word you want bold</b>
8-font:
<font size="3">whatever word(s) you want larger</font>
9-invitation box:
<fb:request-form
method="post"
action="YOUR URL"
type="YOUR PAGE NAME"
invite="true"
content="Check out YOUR PAGE Here on Facebook!<fb:req-choice url='YOUR PAGE URL' ' label='GO' /> ">
<fb:multi-friend-selector actiontext="Tell your friends about us"cols="3" rows="3" showborder="true" />
</fb:request-form>
10-welcome with the name of the visitor:
<center>
<font face="monotype corsiva"><font size="6"><font color="#FF0080">
<br><B> welcome </B><fb:userlink uid="loggedinuser" />
<br>
</center>
<font face="arial"><font size="2"><font color="#000000">
11-comment box code:
<fb:comments xid="ANY UNIQUE NAME" canpost="true" candelete="false" returnurl="YOUR PAGE URL">
<fb:title>Say Something…</fb:title>
</fb:comments>
12-hide contents of the tab to non fan:
<fb:visible-to-connection>
PUT YOUR CODE
</fb:visible-to-connection>
13-share button:
<fb:share-button class="url" href="YOUR URL" />
14-background pic:
<center><div style="background-image:url(IMAGE URL);
background-repeat:no-repeat; background-position:50% 0%;
width:500px;
height:1000px;">
<p>
<BR/>
<BR/>
IF YOU WANT TO WRITE SOMETHING INSIDE THE PIC
<BR/>
<BR/>
</p>
</div></center>
15-insert mp3:
<fb:mp3 src="URL OF THE MP3" title="name of song"
artist="name of band" album="title of album"/>
Categories:
SCCRIPT FACEBOOK PAGE (FBML)