Follow Our Contest (The prize is slideshow photo for your facebook page ,free advertise your facebook page link here as long 6 month and cool design for your facebook page)

Hai Facebooker,we have a contest ,the prize is:
1.slideshow photo for your facebook page example like this:
Demo Slideshow
2.free advertise for your facebook page link in this blog as long 6 month
3.Cool facebook page template.
This contest is simple:
1.Upload our image to your facebook profile,tag “our image” as much as to your facebook friend,include our blog link and description like this:

“Free customize your  facebook page with our tips,in this blog you can get tutorial about facebook page,like script,code,template facebook page and many tutorial about facebook page or fan page.With our freee service,make easy and simple for your nice and attractive facebook page template.
“FreeCustomizeFacebookPage.blogspot.com,nice and attractive design for your facebook page”

upload this image to your facebook profile
3.Add our Facebook page to your Favourite Facebook Page
4.After that, comment in this page,include your facebook photo link.Please do not lock your wall,in order we are easy to review your  upload “our image”
5.who so much like and comment he/she is the winner.
Thanks for join our contest....!

                            

HOW TO: Add comment box to your Facebook fan page with Static FBML




Facebook being the hero among allsocialnetworking site, a blogger can drive lots of traffic to his blog from facebook. There are different strategies and tricks he must learn to deliver lots traffic for his blog. There too exists some facebook applications that makes a blogger even more easy. In this post we will be customizing your facebook fan page with the comment box.
Comment box in your facebook page is the best way to knowwhatyour facebook fans think about your page and your blog. So you first need to add Static FBML application t your page. We have already written a post on our blog titled How to create best landing page for your facebook fan page? where you will be finding how to add Static FBML application t your page.

You can take the example of our Facebook fan page at http://www.facebook.com/pages/freecustomizeF%D0%B0%D1%81ebookpageblogspotcom/157723310958533http://www.facebook.com/pages/freecustomizeF%D0%B0%D1%81ebookpageblogspotcom/157723310958533(Consider to like this Page). Here in this page we have currently used the Tab called Bloganol as the landing Tab. This tab contains the Snapshot of our blog with the blog link, a text link to the blog and a great comment form where facebook users can comment about our blog that everyone will see.
So in this post we will be Talking about the same comment form as used in our page. To add the same style of comment form in your page, First you need to add a FBML application to your page and then you have to use the comment code inside it. Itsprettyeasy task, I have succeeded at the first shot. I got this code from the Facebok developers wiki about adding the comment code.The code in simple format goes below.

<fb:comments xid="YOUR PAGE ID" canpost="true" candelete="false" returnurl="http://www.facebook.com/pages/freecustomizeF%D0%B0%D1%81ebookpageblogspotcom/157723310958533"> <fb:title>Comments here...</fb:title> </fb:comments> This code belongs to our page. You can edit the code according to your page. If you want to get a little advance then you can follow the tutorial at the Facebook Developer wiki. I you got any problem then you are free to post at the comment box of this post or at the wall of your facebook fan face, We will surely respond you as soon as possible.

OUR BLOG MISSION

We are tryng to give free service for facebooker about tutorial FBML or Facebook page,we are enjoy and happy to give nice,good and the best tutorial about Facebook page.
our slogan is:
“Give Tutorial as simple as,as easy as and as good as about FBML or arround Facebook Page for Facebooker,because SHARING IS BEAUTIFULL”
        SINCERELY

Thank you..thank you...thank you.....!FOR FACEBOOKER & VISITOR

So much thank you for visiting our blog,your apreciate and your response about our blog is happy thing to us.
say “Thank you” is nice word ,same like Facebook,spread the word... sharing with friend,other people,humanity is universal arround the world”

THANK YOU.... THANK YOU.... THANK YOU.... THANK YOU....
Thanks to GOD
Thanks to Mother
and
Thanks To Friend arround the world...!

SINCERELY

Nice Multi Tab On Facebook Page

Hello facebooker, FBML on facebook page really customize your fcaebook page,you can create mini site on facebook page.With code HTML you can create nice multi tab on FBML,here is the code...just copy and paste to FBML static:





<style>
.container {
    width:520px;
    min-height:1000px;
    background:#4b1c0b url(http://urlimage.jpg) no-repeat left top;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#fff1e6;
}
.header {
    height:304px;
}
.logo {
    margin:10px 0 0 20px;
    float:left;
}
.logo img {
    border:0;
}
.slogan {
    padding:20px 0 0 0;
}
.likeButton {
    float:right;
    padding:12px 20px 0 0;
}
.likeButton img {
    border:0;
}
.icons {
    float:right;
    padding:0 50px 0 0;
}
.icons ul {
    margin:0;
    padding:0;
}
.icons li {
    display:inline;
}
.icons li a img {
    border:0;
}
.menu {
    padding:95px 0 0 0;
    height:36px;
    text-align:center;
}
.menu ul {
    margin:0;
    padding:0;
    height:36px;
}
.menu li {
    list-style:none;
    display:inline;
    padding:15px 20px 15px 40px;
    text-align:center;
    background:url(images/menuP.png) no-repeat left top;
    width:103px;
    height:36px;
}
.menu img {
    border:0;
}
.menu a {
    font-size:12px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}
.homePage, .aboutPage, .housePage, .contactPage {
    background: url(images/contentBackground.png) repeat-y left top;
    margin:0 30px;
}
.homePage p, .aboutPage p, .housePage p, .contactPage p {
    margin:0 30px 30px 30px;
    padding:20px 0;   
    height:470px;
    overflow:auto;
}
.programsPage p span {
    padding:2px 5px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    background:#ff9000;
}
.pageTitle {
    text-align:left;
    font-size:36px;
    color:#fff1e6;
    margin:0 30px;
    padding-top:20px;
    font-weight:bold;
}
.pageTitle span {
    color:#c66f39;
}
.pagePic {
    float:left;
    margin:0 20px 15px 0;
}
.pagePic2 {
    float:right;
    margin:0 0 15px 20px;
}
.footer {
    background: url(images/footerBackground.jpg) repeat-x left top;
    height:41px;
    text-align:center;
    color:#b79b7b;
}
.footer a {
    color:#ddb676;
}
.footer p {
    text-align:center;
    padding-top:15px;
}
.clearer {
    clear:both;
}
</style>
<div class="container">
    <div class="header">
        <div>
            <div class="logo">
                <a href=""><img src="images/logo.png" alt="" /></a>
            </div>
            <div class="slogan">
                     <img src="images/slogan.png" alt="" width="217" height="49" />
            </div>
            <div class="likeButton">
                <a href=""><img src="images/likeButton.png" alt="" /></a>&nbsp;&nbsp;<img src="images/likeText.png" alt="" />
            </div>
              <div class="clearer"></div>
            <div class="icons">
                <ul>
                    <li><a href=""><img src="images/Chrome-Twitter-32.png" alt="" /></a></li>
                    <li><a href=""><img src="images/Chrome-Youtube-32.png" alt="" /></a></li>
                    <li><a href=""><img src="images/Chrome-Facebook-32.png" alt="" /></a></li>
                    <li><a href=""><img src="images/Chrome-Rss-32.png" alt="" /></a></li>
                </ul>
            </div>
        </div>
        <div class="clearer"></div>
        <div class="menu">
            <ul>
                <li><a href="index.html" clicktoshow="home" clicktohide="about, house, contact">HOME</a></li>
                <li><a href="about.html" clicktoshow="about" clicktohide="home, house, contact">ABOUT</a></li>
                <li><a href="house.html" clicktoshow="house" clicktohide="about, home, contact">HOUSE</a></li>
                <li><a href="contact.html" clicktoshow="contact" clicktohide="about, house, home">CONTACT</a></li>
            </ul>
        </div>
    </div>
    <div id="home" class="homePage">
        <div class="pageTitle">Welcome <span>HOME</span></div>
        <p>
            In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis. Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam<br /><br />
           
            <img src="images/homePic.jpg" alt="" width="121" height="182" class="pagePic" />In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis.<br />Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam tempor vestibuIn tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis. Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam
        </p>
    </div>
    <div id="about" class="aboutPage" style="display:none;">
         <div class="pageTitle">Welcome <span>ABOUT</span></div>
        <p>
           <img src="images/aboutPic.jpg" alt="" width="124" height="104" class="pagePic" />In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis. <br /><br />
        Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam tempor vestibulum <br /><br /><br /><br />
        <img src="images/aboutPic2.jpg" alt="" width="124" height="104" class="pagePic" />In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis. <br /><br />
        Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam tempor vestibulum
        </p>
    </div>
    <div id="house" class="housePage" style="display:none;">
         <div class="pageTitle">Welcome <span>HOUSE</span></div>
        <p>
               <img src="images/housePic.jpg" alt="" width="125" height="141" class="pagePic" />In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. FuscVe libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis.<br /><br />Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam tempor vestibulum tortor, id consequat mi gravida a. Etiam tincidunt sagittis purus, sed semper ipsum elementum sit amet.<br /><br /><br />
            In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. FuscVe libero arcu, malesuada in tincidunt in, venenatis ultrices neque. Sed vel justo dolor, eu pulvinar turpis. <br /><br />
            Aenean ac quam sed erat malesuada luctus. Aliquam eget diam eu neque condimentum consectetur. Pellentesque a ligula eu dui bibendum luctus sed adipiscing tellus. Cras id bibendum lorem. Nullam tempor vestibulum tortor, id consequat mi gravida a. Etiam tincidunt sagittis purus, sed semper ipsum elementum sit amet.
        </p>
    </div>
  <div id="contact" class="contactPage" style="display:none;">
    <div class="pageTitle">Welcome <span>CONTACT</span></div>
         <p>
             <img src="images/contactPic.jpg" alt="" width="234" height="156" /><br />
        <b>9387 - 8282 Mill road,<br />
        Cambridge, MG09 33HT</b><br />
        Freephone: +1 800 329 3292<br />
        Telephone : +1 800 929 2928<br />
        Fax:               + 1 800 928 2928<br />
        E-mail: uda3mau@facebook.com<br /><br /><br />
       
        <b>Our Location</b>
     
          <img src="images/contactPic2.jpg" alt="" width="234" height="142" class="pagePic" />In tincidunt porta elementum. Sed id ipsum erat, ac auctor est. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<br /><br />
        FuscVe libero arcu, malesuada in tincidunt in
      </p>
    </div>
    <div class="clearer"></div>
    <div class="footer">
        <p>
            Copyright &copy;2011 Tutorial Facebook Page | Design by <a href="http://freecustomizefacebookpage.blogspot.com/" title="Facebook Templates"> Tutorial Facebook Page </a>
        </p>
    </div>
</div>



Thanks for visting brother and sister,nice to see you on our blog...!

Hai Brother and Sister,say something about our blog (your response here)


This page is place to comment and response about our blog.How about your response
to this blog,your comment is important to us.
THANK YOU....!

Your FBML Request Here (It’s Free)


Hi brother and sister,hi buddy..guys...friends all arround the world,sharing with the other is really beautifull...amazing...extraordinary and Facebook make happy be reality.I want to help facebook mission to help facebooker about FBML or arround of facebook page.Please your request here,comment here and i will as soon as to help your problem arround Facebook page or FBML.Request your tips Facebook Page here.
Thanks,sincerely.....!Low profile,humble,fast response is our mission.

Thanks For visiting Facebooker


OUR MISSION BLOG:
“Give Tutorial as simple as,as easy as and as good as about FBML or arround Facebook Page for Facebooker,because SHARING IS BEAUTIFULL”
                                  SINCERELY

How to Create a Custom Welcome Tab on Facebook Fan Pages

A custom welcome tab is a great way to convert visitors to your Facebook fan page into fans and grow your presence on Facebook. fbadz.com is setting up our own fan page and this video walks you through the steps of how to create a custom welcome tab with an image and make it the default tab for non-fans when they visit your fan page. This is done using the FBML application on Facebook. FBML is Facebook’s mark-up language, similar to HTML, and it allows for complete customization of Facebook fan pages. The steps outlined in the video are below.

Steps:
1. Create a welcome tab image that’s 520 pixels wide. To be viewed without scrolling, the maximum height should be 500px. Note: You can use 750px as the maximum width but Facebook will be changing this spec to 520. Tip: Have a strong call to action for viewers to become a fan of your page.
2. Host the image online. Tip: http://tinypic.com/ is a great photo hosting resource if you don’t have your own server.
3. Go to your Facebook fan page’s admin management portal. You can access this by clicking the ‘Edit Page’ link that appears right beneath the fan page’s profile picture.
4. Add the ‘Static FMBL’ application to your fan page. To do this, scroll down to the bottom of the page. There will be a box that reads ‘More Applications.’ Click the ‘Browse More’ link. Or simply go straight to the applications directory here: http://www.facebook.com/apps/directory.php. Search for ‘Static FBML.’ Click on the ‘Static FBML’ search result. Then click the link ‘Add to my page’ that appears right beneath the profile picture of the app’s page. On the pop-up box, click “Add to Page” beside the fan page that you want to add the custom tab on. Your fan page admin area will now have the Static FBML app in the admin management portal.
5. Once the FMBL application is added to your fan page, go back to the admin management portal and click ‘Edit’ in the Static FBML box.
6. Type the name of your tab in the “Box Title” field – this is what will appear on the actual tab navigation area. Examples include “Become a Fan” or “Welcome”.
7. Type this html/fbml code into the FBML editing area:
<center><img src=”LINK TO YOUR IMAGE GOES HERE”></center>
8. Click ‘Save Changes’
9. Go back into your admin management portal and find the FBML application. It will have the title of the tab in the name.
10. Click ‘Application Settings’
11. Click ‘remove’ beside the box option and ‘add’ by the tab option. It should look like this when you’re complete:
Box:  Available (add)
Tab:  Added (remove)
12. Your tab is now live!
13. If it’s buried, you can make it visible on your fan page by moving it to the top 6 tabs that are shown on fan pages. To do this, click the arrows tab that appears to the far right of the visible tabs. Click your custom tab and drag it to the visible tabs area. The tab that was closest to the arrows tab will now be buried.
14. To make the tab the landing tab for non-fans of your page, go to the Wall and select the ‘Options’ link that appears right beneath the status update publisher. It has a little looking glass icon. (You can also edit the Wall Settings in the admin portal area too.)
15. Then click ‘Settings’ link.
16. For the option ‘Default Landing Tab for Everyone Else:’ select your custom tab from the drop-down b0x. It will be listed as the name of your tab.
17. Congratulations! You’ve created a custom landing tab for your Facebook fan page for non-fans!
Have you seen any great welcome tabs on Facebook? Have any questions about custom tabs or boxes on Facebook fan pages? Share here!

How To Show A Visitors Name on Welcome Tab

you can add it here to your facebook page:

<fb:userlink uid="loggedinuser" />

Add more than one fbml tabs

Collection of Javascript and CSS Code for Facebook Tweaking


tweak your facebook profile, javascript and css code for facebook, facebook javascript collection, CSS Injection, Facebook Welcome Alert, Blinking Facebook Logo, Add MP3 Background Music to Facebook, Change Facebook Profile Picture With GIF Animated Picture, Floating Visitor Picture On The Right Side, Facebook Visitor Log, facebook javascript codesFBJS Tips and TrickHere are some simple javascript codes you can use to tweak your facebook profile. They are actually the codes from my /facebook/fb_layout.js . Please note that to use these codes you have to insert an XSS first to your profile, kindly read an article on this blog about Facebook XSS onClick via iPhone. You can host your own external javascript file, so you can freely add more modification to your profile.


Below are the javascript code :
CSS Injection :
a=document.createElement('link');
a.rel='stylesheet';
a.href='YOUR_CSS_URL';
document.getElementsByTagName('head')[0].appendChild(a);
change the red part with your own external css file.
Facebook Welcome Alert With Visitor Name
alert('Hello '+$('navAccountName').innerHTML.replace("'","\'")+'..\nWelcome to my profile');
change the red part with your custome message
Blinking Facebook Logo
Read the post here :
Add MP3 Background Music to Facebook
$('blueBar').innerHTML+='<embed src="http://static.int.crazydavinci.net/music/player.swf?soundFile=YOUR_MP3_URL&autostart=yes&loop=yes" width="1" height="1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" />';
change the red part with your own MP3 URL
Change Facebook Profile Picture With GIF Animated Picture
$("profile_pic").src="YOUR_GIF_IMAGE_URL";
change the red part with your own GIF animated image
Change Facebook Profile Picture With Flash
$("profile_pic").innerHTML="<embed src="YOUR_SWF_URL" />";
change the red part with your own swf url
Floating Visitor Picture On The Right Side
Shows a floating object on the right side of your window with visitor profile picture. Read the post here :
Facebook Visitor Log
Record who has viewed your facebook layout. Kindly proceed here :
Typing Text
on Title Bar :
var teks = 'Your Typing Text Here…',mulai=1;
setInterval(function(){document.title = teks.substr(0,mulai) + '_'; mulai = (mulai>teks.length) ? 1 : mulai+1;},150);
on Profile Name :
var teks = 'Your Typing Text Here…',mulai=1;
setInterval(function(){$('pagelet_header_personal').innerHTML='<div id="profile_pic" class="profileHeaderMain"><h1 id="Joy">'+ teks.substr(0,mulai) + '_</h1></div>'; mulai = (mulai>teks.length) ? 1 : mulai+1;},150);
Change the red part with your own value. 150 is the delay time in milisecond, you can change it to your own delay value.
You can also try all the javascript codes above live on your profile using javascript address bar hack to see the preview, example, for the welcome alert code, you can try it by following these steps :
  1. Go to your facebook profile
  2. add the word javascript before, and the word void(0) after, like this :
  3. javascript:alert('Hello '+$('navAccountName').innerHTML.replace("'","\'")+'..\nWelcome to my profile');void(0)
  4. Copy paste the code, then paste it to your address bar, press enter
And here are some of the CSS hide codes you can use :
Hide Send Message Button
#profile_action_send_message{display:none}
Hide Unfriend Link
#profile_action_remove_friend{display:none}
Hide Report/Block Link
#profile_action_report_block{display:none}
Hide Right Sidebar
#pagelet_right_sidebar{display:none}
Hide The Whole Profile =))
.hasLeftCol{display:none}
That’s all for now, you can see yourself the other divs/classes from your facebook profile and hide them yourself.
Happy tweaking ;)

Facebook XSS onClick via iPhone

Facebook XSSFacebook XSS again. This time is activated onClick via Facebook iPhone application. I decided to reveal this to public, as one of our friends has found this accidentally and many have also posted it publicly on their wall. sooner or later they will find out then patch this vulnerability again anyway. This XSS vulnerability was actually found back on the year 2009. I used this before using the old “profile box” to load XSS on my profile. I didnt use this at that time as it’s actually activated onClick, meaning that the script will load on users click, not autorun.
This time we will post the XSS vector via iPhone apps. OK, if you want to see real facebook layout on your own profile, without any addon, please follow these steps carefully :

  1. Customize this URL to your own need :
    http://static.int.crazydavinci.net/facebook/fb_layout.js?text=Welcome to my profile&mp3=http://crazydavinci.info/music/TrailofTears-SignofTheSameless.mp3&profpic=<img width=200 src=http://static.int.crazydavinci.net/images/facebook-logo.png />
    important : for profpic parameter, If your HTML code has “&” char, you must change every “&” character with %26 or the code wont work
  2. change the red part with your own value :
    text = running text on your profile name
    mp3 = autoplay mp3 as a background music
    profpic = innerHTML code for your profile picture (you can also use swf embed)
  3. Shorten the long URL above using any url shortener, like tinyurl.com, is.gd, tiny.cc, goo.gl, etc
  4. CLICK HERE to generate the XSS vector
  5. Press Publish Button
  6. Enjoy your layout ;)
Ok that’s it, if you have your own external javascript, you can replace the cazydavinci.src above with your own url. Let’s see how long this will work when it’s on public. Hurry up, try it on your own profile, this wont take so long for them to discover.
Happy tweaking ;)

Show Facebook Suggest to Friends Dialog

If you are an admin of a facebook fan page or a facebook application page you can find the Suggest to Friends link on the left bottom part of the page for application page, while for a fan page, you can find it on the top right of your page. You can easily click the link to suggest your page to your friends. But the problem is, when you are not an admin of a certain page, you cant now find the link on that page. It was not like this before, Suggest to Friends was actually an Invite Friends link on the old version of a fan page/application page. Anyone could invite their friends at that time even when they’re not the admin.
Now it’s a little bit hard to suggest a facebook page to our friends when your not the admin. Many people ask, How to show Facebook Suggest to Friends Dialog ?. Well, we can use javascript address bar hack to show the dialog. using this simple code, the dialog will show whenever you click on any part of the page. The link will show transparently overlayed in front of the page. Here is the script :


  1. Copy the code above
  2. Go to the page you want to suggest, for example : Facebook GIF Animated Application
  3. Paste the code on the address bar
  4. Then press enter
  5. An alert will show, just click OK or press enter
  6. Click anywhere on that page, the Facebook Suggest to Friends Dialog will show
Preview :
Facebook Suggest to Friends Dialog
That’s it, you can now suggest any page you want to your facebook friends.
However, i cant find where the suggested page will show on our facebook home page, no notification either. It’s probably just a facebook bug, because even when i suggest my own fan page where i’m the admin, the same thing happens. lol. They will fix this soon for sure. So why i share this code if it’s still buggy? You can learn how the code work and maybe you can then use and modify it for another trick. Happy tweaking ;)

Next Script FBML for Attractive Facebook page

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&nbsp;</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"/>

The Great and Attractive Fbml codes for facebook page

Facebook markup language or FBML for short is used in a variety of places within the social network. Anyone who has written any Facebook applications will already be pretty familiar with its tags, and will probably have used it to write data to walls, or share postings with others programmatically. If however you haven’t yet dipped your toe in the water of the Facebook API, or indeed haven’t actually needed to – there are some snippets of FBML which prove to be mighty useful when creating custom Facebook Fan Pages, and can easily and quickly out of the box be used with the FBML widget, which adds an extra much needed layer of customisation to an existing Facebook fan page. The static FBML widget can be added multiple times, and in multiple places (sidebar and tabs) to facilitate this. Once you’ve added it to your page, simply go to “edit page”, then under Applications click “edit” under Static FBML. This will give you the options you need to paste in your code.

Adding your newsletter

If your blog or website offers subscription via email, an additional place to find subscribers is within the Facebook network. Fans that stumble upon your page, or are invited by others may want to add themselves to your subscriber list directly from you page, without visiting your site. Using the code that your newsletter provider gave you, you can easily create a newsletter tab with a subscribe box. Whilst this isn’t strictly FBML (its just HTML) – its an easy way to increase your reach and exposure on the cheap. FBML needed. Something similar to below. This is what I’m using folks.
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=WebDesignInIrelandBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
 <p>Enter your email address:</p>
 <p><input type="text" style="width:140px" name="email"/></p>
 <input type="hidden" value="WebDesignInIrelandBlog" name="uri"/>
 <input type="hidden" name="loc" value="en_US"/>
 <input type="submit" value="Subscribe" /> </form>

Include Sharing With Friends

One of the main benefits of being on the Facebook platform is the ability for viral sharing to take place amongst participants in the network. To encourage your business page to be shared with others you can implement a Facebook “multi-select” box, all within the static FBML box. This will loop through the current users friend list, allowing them to select who they want to share the fan-page with when they click send. You might want to put this under a “Spread the word” type tab to increase your reach.
Update. Some people have reported problems with this code. From what I can remember, it worked previously – so unless FB have changed things. Anyway – I’m using the below successfully now. Don’t for god’s sake copy and paste, examine the code, and type it exactly. WordPress makes a mess of single quotes which won’t work inside Facebook. I will get around at some stage to ammending this, but for now take care and try and understand what you are using. If all else fails, consult the Facebook documentation, or leave a comment here, which I’m more likely to respond to. I’ll not be replying to personal emails asking for help.
<fb:request-form method="POST" type="Webdistortion" invite="true" action="http://www.facebook.com/multi_friend_selector.php" content="Become a fan of Webdistortion!<fb:req-choice url='http://www.facebook.com/webdistortion' ' label='GO' /> ">
<div style="padding-bottom: 10px;">
<fb:multi-friend-selector condensed="true" style="width:80%;" /&gt
</div>
<fb:request-form-submit />
</fb:request-form>
FBML needed
<fb:request-form method="post"
 type="Your Fan Page Name Here."
 invite="true"
 content="Check out Your Fan Page Name Here on Facebook!<fb:req-choice url='YOUR FAN PAGE URL here' ' label='GO' /> "&gt
 <fb:multi-friend-selector actiontext="Tell your friends about us rows="3" showborder="true" /> </fb:request-form>

Include Multimedia

Multimedia objects such as flash, video and images can also be easily added to Fan Pages. If for example you wanted some flash video, or embedding of a flash game, the FB:swf, and FB:flv are perfect candidates. More details on the format of the API request available here for FLV and here for SWF. FBML needed (Flash object).
<fb:swf swfbgcolor="ffffff"  swfsrc='http://www.yoursite.com/flash.swf' width='380' height='250' />
(FLV video)
<fb:flv src='http://www.yoursite.com/video-gallery/video.flv' />
(Image)
<fb:photo pid="12345" />
 <img src="http://www.yoursite.com/image.jpg" />

Monitor your pages with Google Analytics

A great social media campaign should focus on measurement over reach. One of the easiest ways to take a look at the data provided via a Facebook page is via Google Analytics. Thankfully, inclusion on an existing static FBML page is particularly easy. Here’s the code you need. Obviously, just replace the uacct with your own account ID to start collecting data about your page. FBML needed
<fb:google-analytics uacct="UA-9999999-99" />

Randomise your messages

You can easily add random messages to your Facebook page. You may for example, want to experiment with multiple calls to action – or offer multiple promotions to your audience. The Facebook Random tag lets you achieve that, without any programming. Here’s how: FBML needed
<fb:random>
 <fb:random-option weight="2">A: This will be shown 2 times as often as B.</fb:random-option>
 <fb:random-option weight="1">B: This will be show half as often as A</fb:random-option>
 </fb:random>

Add profile image

Your profile image is the thumbnail found at the top left of your page. To include it again anywhere on your Facebook Static FBML page, try using this example. A number of size parameters can be set with the tag, so if this size isn’t your thing, you can easily adjust it. Replace the UID parameter with your own userId.
<fb:profile-pic uid="12345" size="normal" width="400" />

Add wall sharing capabilities

Sharing of individual bits of data or URL’s on Facebook is pretty integral to success. One easy way to do this on a Static FBML app is via the share-button. This allows you to share both data and links into a users wall / stream. FBML needed
<fb:share-button class="url" href="http://www.yoursite.com" >
Or to include more specific meta data. FBML needed
<fb:share_button>
 <meta name="medium" content="news"/>
 <meta name="title" content="Announcing the xxx Application"/>
 <meta name="description" content=""/>
 <link rel="target_url" href="http://apps.facebook.com/xxx"/>
 </fb:share_button>

Overview

Hopefully some of these  FBML examples should help get your Facebook page off the ground, with some additional functionality  for minimal effort. Combining some of the tags that Facebook provide out of the box, with a little creativity can really boost your social media marketing efforts without the need for calling on a programmer.

 

Tips Remember This Blog

please press CTRL+D (bookmark) for remember article

Featured Posts