Customize Menu in Your Facebook by Static FBML

Do you often get bored with the display of facebook? so you want to create your page look more attractive . Ways you can do this like insert html or FBML code, but unfortunately does not allow for iframe. There are many a facebook application that provides the feature to insert html or FBML code, one of which is static FBML. This application is very useful for personal, organization, web developers, owners of online stores, etc. maybe you've heard it, and you can find it in static FBML or if you want to know more information about the application can visit in more FBML applications or Facebook html.

Static FBML
ok, I'll begin to explain the static FBML and how it works. Static FBML is an application that allow you to insert html code on facebook. You have to understand about html code to use it, but no problem .. I will give a simple example to exercise.

As your first step to this page
The second step is to make the box tittle, eg = test

Then subsequently insert an html as an example.
<div><strong>It is my facebook</strong></div>
<a href="www.facebook.com/your_ID_facebook">click here</a>
<div><strong>It is my twitter</strong></div>
<a href="www.twitter.com/your_ID_twitter">click here</a>

and your viewed will be like below:

It is my facebook

click here

It is my twitter

click here

If you have online shop or you will show your products, you can use this code:
<div><h3>product 1</h3></div>
<br><img src="http://domain.com/your_image_product.jpg"></br>
<div>description product here</div>
<div><strong>price: $price product1</strong></div>

<div><h3>product 2</h3></div>
<br><img src="http://domain.com/your_image_product.jpg"></br>
<div>description product here</div>
<div><strong>price: $price product2</strong></div>

and your viewed will be like below:

product 1



description product here
price: $21.99 (example)

You can learn more about script html in w3schools to explore more code html in this apllication. Actually this application can mixed in your fan page if you have it.
Ok it's finished... good luck..