How to Use Very Basic Static FBML for your facebook fan page
Facebook had announced earlier they will be implementing iframes for custom tabs soon, replacing fbml. Up till today, many readers still requesting about fbml posts to be covered more on faebook. How about some basic HTML tags for your current customization? Here we go.
Setup the FBML tab to your page first, then add in the effects:
1. To link to an external web link:
<a href=”external web URL”>the clickable title for the link</a>
2. To place an image:
<img src=”image source URL”>
Your image width must be kept within 520px (standard size for a custom tab).
3. To place a click-able image to an external link:
<a href=”external web URL”> <img src=”image source URL”></a>
Extra tip:
you can open the web page on a new browser by adding target=”_blank” in the middle as follow:
<a href=”external web URL” target=”_blank” > <img src=”image source URL”></a>
4. To show fans only content:
<fb:visible-to-connection>
Insert fans only content here
<fb:else>
<div>Insert non-fans content here</div></fb:else>
</fb:visible-to-connection>
5. Fonts formatting:
Bold texts: <b>your texts</b>
Italic texts: <i>your texts</i>
Font sizes: <font size=”1”>your texts</font>
Note: increase the number if you like to increase the font size.
So there you have it, very basic FBML tips for your fan page. In the mean time, don’t forget to check out our previous cover about adding video to your facebook page, including your YouTube channel.
More tips to share about FBML? Please do so in the comments.
|
Hi, I'm Lee from Faebook.org. Faebook provides latest facebook news and resources, Facebook Fan Page tips and facebook applications, facebook 101, how-tos. Don't forget to sign up as subscriber to receive the latest Facebook tips and Facebook tutorials.
|
Related posts:
- How to Add Video to your Facebook Page using Static FBML
- Facebook 101:How to Setup Static FBML for your Facebook Page
- How to Add Comments to your Facebook Fan Page
- Facebook 101 | How to Create a facebook (fan) page
- How to Use Notes to Import Company Blog into Facebook Page
Incoming search terms for the article:
basic fbmlfbml font sizefbml basicsbasic static fbmlbasic of fbmlhow to use <font size= 1> on facebookhow to use fbml timelinehow to link web page in fbmlHow to use Static fan page timeline facebookhow to use fbml in facebook page on timelineTags: add video to facebook page, basic static fbml for facebook, facebook, faebook, fbml tips, how to use static fbml for facebook fan page, ifames, setup fbml tab
Posted under: Facebook 101, facebook fan page, FaceBook Others, Facebook Tips
November 3rd, 2010 by lee 


Some good code right there!
Thanks you for keeping me informed about all things FBML!