শনিবার, নভেম্বর ২৭, ২০১০

How to create Custom Facebook Fanpage tab -- For beginners/Advance

Hello I am Md.Shahnur Arefin from Bangladesh. Doing Freelancing over 6 months. I did lot of Facebook customized fanpage tab. See My portfolio
FBML stands for Facebook Markup Language. Doing a customized fanpage tab is not so hard. If you have a good knowledge on HTML(Hyper Text Markup Language) and CSS(Cascading Style Sheet) , you can do it easily.
Let's see the basic of html and css
Human body has skeleton and skin. And for beautification human needs dress. I want to compare Webpage/website to a  human body. HTML is the skeleton and css is the dress.
First I will show the basic structure of HTML.
<html>
<head>
</head>
<body>
</body>
</html>

-----
In HTML every tag (tag is a text enclosed with <>, here html tag is "<html>") has starting and ending point. When you will start a tag, you have to end the tag. Otherwise the page will not work properly.

But in FBML we don't need any of these tag. <html><head><body>.
FBML has some restriction with the tag. It supports some tags of HTML but not all. For Facebook Customized Fanpage we will use DIV tags.
------
<div>
<p>Hello Everyone</p>
</div>
-----
Paste this code to your Static FBML application(you can find this application in the search by writing "Static FBML". After that you need to click "Go to application", then click "Add to my page", select the page you want to add this application. That's it. Now go to the fanpage and Click "Edit". From the left menu select "application". Now you will find an application with logo "<->", click on the "Go to application" button).

Md Shahnur Arefin
Bangladesh

২টি মন্তব্য: