Internet Business Blog
« Previous | Home | Next »

 

Facebook Fan Pages and Static FBML - Part 1

Share/Bookmark

May 5, 2010

Create a Facebook Fan Page and Customize with Static FBML (Facebook Markup Language)

Customize Your Facebook Fan Page with Static FBML (Facebook Markup Language)

What is a "Fan Page"
Facebook Fan Pages are for businesses, bands, products, websites, and organizations. It works very much like a standard Facebook profile in that you can post status updates, photos, videos, etc. For brick and mortar businesses you can configure your location, hours and parking information. You need a regular or personal Facebook page to setup and configure (administrator) a fan page; you can't just have a fan page. You can configure multiple administrator accounts so that more than one person in your organization can update the fan page.

Custom URL for Your Fan Page:
Once you reach 50 fans, you can set a custom URL for your Fan Page. For example: http://www.facebook.com/fwblack - Go to this link http://www.facebook.com/username/ to set a custom URL for both fan and personal pages. Note that you cannot change it once you set it, so put some thought into your URL.

Like vs. Fan
In April 2010 Facebook changed the "Become a Fan" button to a "Like" button. Prior to April, someone could click the "Become a Fan" button for your Fan Page and they would be added to your fan list. Now they click the "Like" button which does the same thing. Personally I prefer the "Become a Fan" button, but Facebook feels the "Like" button is "softer" and requires less of a commitment therefore should increase the number of fans. One of the nice things about a Fan page is that when someone "Likes" you by clicking the "Like" button it is displayed to all their friends that they "Like" you, and that should increase your number of fans.

FBML = Facebook Markup Language
Just like with a regular Facebook profile you can add tabs for different functions and apps, one of the differences with a "Fan" page is you can add a tab with an app called Static FBML (Facebook Markup Language) and use your own HTML and limited JavaScript. This lets you setup custom welcome pages, request forms, email signups, etc. You can even setup a form that submits using AJAX so the user never leaves Facebook. This is very important as part of the "culture" of Facebook is that people don't necessarily like to click something that takes them off of Facebook. I will show how to do this AJAX submission in the next post on this topic.

Boxes vs. Tabs
Static FBML can create a box in the left column of your "Fan" page, and/or, a new Tab.

JavaScript
Facebook FBML does not let you actually use just any JavaScript directly. Instead they have compiled a library of JavaScript that you can use. If you try to use something besides the commands they allow, it will be commented out or removed when the page is rendered.

Images
You can embed images you've upload to your Fan page using FBML, but it's easier to upload images to your web site and reference them from FBML.

Default Landing Page
Once you create your Static FBML tab, you can set which tab a new visitor to the page (meaning a non-fan and a non-admin) will see first. (Once a person "Likes" you, or is an administrator, they will default to the Wall tab).
To set this:

  1. Click "Ads and Pages" in the left column of your facebook profile.
  2. Click edit on the fan page and then
  3. Click edit in the Wall Settings Section
  4. In the "Default Landing Tab for Everyone Else" Select the name of your Static FBML tab.

Getting Started - Adding Static FBML to your page
To add Static FBML to your account:

  1. Type "Static FBML" into the search box.
  2. Click on the "Static FBML" that shows and then
  3. Click "Like" this will make you a fan.
  4. In the left column click the link that says "Add to my Page", this will open a dialog box that lets you select which of your "Fan" pages to add the Static FBML app.
  5. Click the "Add to Page" button beside the "Fan" page or pages you want to use Static FBML, then
  6. Close the "Add Static FBML to your Page" dialog box.
  7. Click the "Home" link in the top right corner

Selecting Box vs. Tab
Static FBML can add a tab and/or a box in the left column of your Fan Page.

  1. Click "Ads and Pages" in the left column

  2. If you have multiple "Fan" pages, select the "Fan" page you want to edit

  3. Scroll down until you see the "FBML - FBML" (or the name of your FBML tab or box) section and click "Application Settings".

  4. From here you can click "add" or "remove" to add or remove the box or the tab.

External CSS vs. Inline Styles
You can use either. Like using external images, you call an external style sheet from YOUR web site. If you call an external style sheet, use this syntax:
In the example below I used inline styles which are easier when doing something simple like this example. In one of my subsequent articles on this topic I'll change to external styles sheets in the example.

If CSS, HTML, Inline Styles sound like a foreign language to you, get my FREE courses:

Editing Your FBML Page

  1. Click "Ads and Pages" in the left column of your facebook profile.
  2. If you have multiple "Fan" pages, select the "Fan" page you want to edit
  3. Scroll down until you see the "FBML - FBML" (or, [name] - FBML once you give it a name) section and click "Edit".
  4. You can edit the HTML code here.

I prefer to edit HTML it in a text editor and paste it in vs. editing in this little box.


Creating More Tan One FBML Tab for Your Fan Page
If you want more than one, you can do that too!

  1. Click "Ads and Pages" in the left column of your facebook profile.
  2. Click "Edit Page" for the Fan Page you want to edit,
  3. Scroll down until you see the "FBML - FBML" (or, [name] - FBML once you give it a name) section and click "Edit".
  4. Below the fields for the box click "Add another FBML box";


Basic Example:
Below I'll give you the exact HTML code I used to create the FBML tab for my pqGallery Fan Page.... I didn't use any of the FBML codes, just regular HTML and I referenced images from the pqGallery web site. As mentioned above, I used inline styles. Please visit the pqGallery Fan Page... and become a "Fan" by clicking "Like" - also checkout pqGalleryand setup an account!

I've included a screen shot because in the next few articles on this, I'll keep modifying the code to create different examples. You can look at the code and this screenshot to see what it does.

pqGallery Facebook Fan Page Static-FBML Tab Example 1

pqGallery Facebook Fan Page Static-FBML Tab Example 1, Created using the code shown below.

HTML Code For pqGallery Fan Page Static-FBML Tab
This is the actual HTML code used to create the Tab shown in the screen shot above and on my pqGallery Fan Page...

Facebook Fan Pages and Static FBML - Part 2

Until Next Time,
Fred

About the Author

Fred Black is an experienced online business operator, programmer, web site developer, father, husband, musician, and songwriter. Visit his Internet Business Blog at: http://www.pqInternet.com.


You may reprint or distribute this article as long as you leave the content and the About the Author resource box at the end intact.


Get Free Updates! Enter your name and e-mail address to receive a short notice each time I make a new post.

First Name:

Last Name:

E-Mail Address:

E-Mail again:

NOTE: You will receive a confirmation email. You must click the link in the email to activate your free updates. Please check your spam folder(s) if you don't receive the email.


Share/Bookmark

Tip Jar: Leave a Donation

Comments: 29,   TrackBacks: 0.

Posted by Fred on May 5, 2010 | Printer-Friendly

TrackBack: http://www.pqInternet.com/Blog/mt-tb.cgi/228


Assigned Categories: Social Media | Web Site Design, HTML, CSS


Related Entries:

 

 
Comments and TrackBacks 
  Comments:
  1. From: Gregory E. Nemer

    Wow Fred,
    You've outdone yourself. You've given enough information that it could actually be sold as an ebook.
    I visited your Facebook fan pages and I "Like" them.
    I'm your fan.

    Thanks for the quality information.

    Posted by Gregory E. Nemer on May 5, 2010 8:57 AM

  2. From: Jimmy

    what an excellent post i use facebook fan page as marketing and this post is helpful for me.

    Posted by Jimmy on May 6, 2010 3:25 AM

  3. From: dominic

    I like the new "like" option. Acquiring fans for fan pages used to be difficult, but perhaps these new changes would ease that up a little bit. I appreciate the how-to's, Fred. I bookmarked this for future use. I work in the field of social media seo by the way.

    Posted by dominic on May 7, 2010 3:40 PM

  4. From: David

    It's fairly obvious that FB provides a great option for small businesses and the like to market themselves. You'd almost be foolish not to in this day and age!

    Posted by David on May 10, 2010 10:58 AM

  5. From: seo basics

    Thanks for an informative and well-written article!

    Posted by seo basics on May 11, 2010 8:31 AM

  6. From: Maurizio

    Hi, i was trying to add a FBML page but it won't give me the choice of adding it to my page when i visit the app page...if it makes sense. Is the app still working?

    Posted by Maurizio on May 12, 2010 11:47 AM

  7. From Fred...

    Maurizio;
    Remember that Static-FBML only works on Fan Pages, so you have to have a Fan page associated to your account to add it to.

    Posted by Fred on May 12, 2010 12:54 PM

  8. From: Maurizio

    Hi Fred,
    actually i managed to do it, i guess it takes a little patience and practice. Now i will try to add some more static pages. Will keep you posted and will keep coming back. Good work! and thanks.

    Posted by Maurizio on May 13, 2010 3:41 AM

  9. From: Alex

    I think changing it to from "become a fan" to "like" was a very smart step from Fecebook. Lots of people don't like the image/idea of being a fan but they do like things.

    This guide is actually pretty helpful for me right now cause I just started to build my own brand.

    Thanks!

    Posted by Alex on May 13, 2010 11:10 AM

  10. From: Chistopher

    The FBML is very good and nourishing thing for the small business like us and it is really interesting to know that even a single person can use it and have it's benefits if he does the right thing in right way!

    Posted by Chistopher on May 15, 2010 12:08 PM

  11. From: Website Monitoring

    Wow Fred
    You've shared a great information.I will definitely visit your Facebook fan pages . REally facebook fan page is very much useful for marketing.

    Posted by Website Monitoring on May 17, 2010 3:47 AM

  12. From: C'est La Mode

    Very interesting post! I've been thinking about adding FBML. Hope trying out your tips shared will work. Thanks!

    Posted by C'est La Mode on May 27, 2010 7:40 AM

  13. From: Vicky

    It seems like FB is starting to make some smart changes that will increase the number of users, which is a good thing for all the people who are promoting their brands and businesses over FB.

    Posted by Vicky on May 28, 2010 3:12 AM

  14. From: Meesan

    Perfect article! I never realized how much you could customize your FB page with this! I'm definitely going to try this stuff out. Thanks for the great article!

    Posted by Meesan on May 30, 2010 1:20 PM

  15. From: Fred

    Thanks for all this info. For some reason I can't get it to show on the left only in tab position. Even though I have it set to both

    Posted by Fred on June 7, 2010 7:20 AM

  16. From: coolblog

    Facebook is an excellent platform to market products and websites. Marketers as well as designers find facebook very useful for getting linked with different people. Your article is very comprehensive about how to market through fan pages on facebook.

    Posted by coolblog on June 10, 2010 6:10 AM

  17. From: Jake

    We've had quite a lot of success with our Facebook fan page. Of course we are always looking for ways to get more out of it and I think this article has helped with that.

    Jake.

    Posted by Jake on June 19, 2010 3:42 PM

  18. From: Tara

    These are some great reasons as to why companies should be looking into facebook and other networking systems. I especially like the "like" feature. I agree that it does feel softer and gives the impression that there isn't such a heavy commitment. With regards to editing your FBML page, those are also some great examples and methods on how to do that. Thanks!

    Posted by Tara on June 22, 2010 11:30 AM

  19. From: Jorgan

    Fred, thanks so much for that bit of code! I've been meaning to look into this for a long time!

    Posted by Jorgan on July 20, 2010 1:27 PM

  20. From: Shayera

    Thanks for showing how to mess around with the fan pages! It's gonna help a lot!

    Posted by Shayera on July 22, 2010 2:20 PM

  21. From: Saad

    Hey Fred,
    I have made a table in my static fbml page, but I can't get the text in the cells to be aligned right. For some reason the align attribute of isn't working.... Any insights and workarounds will be much appreciated.

    :)
    Saad

    Posted by Saad on August 11, 2010 7:38 AM

  22. From: Angie V

    Thanks! I found it really helpful to see your code!

    Posted by Angie V on August 16, 2010 3:45 PM

  23. From: Maria

    Fred You are a LIFE SAVER! I am new to the whole Facebook Fan page thing and am pretty much on my own when it comes to html etc (can't afford to pay the $$$) ;) - your post just saved me a lot of time and $$$. Can't thank you enough. I now have a very professional looking Welcome page. Come have a look: http://www.facebook.com/WomensDigitalLeague ...

    Cheers,
    Maria.

    Posted by Maria on August 18, 2010 6:16 AM

  24. From: Olivia

    It's awesome that facebook allows businesses to be able to customize their pages like this. What a great partnership!

    Posted by Olivia on August 19, 2010 6:33 PM

  25. From: Leah Rocha

    I have a personal profile on facebook and I have three Fan Pages, but for some reason, when I go to add Static FBML to my Fan Page, only two of the three show up in the list. The most important one to me, does not show up so I can't install the application. Do you know why this happens and how to fix it?

    Thanks! Leah

    Posted by Leah Rocha on August 24, 2010 11:17 PM

  26. From: Alex

    Dude, you just saved me at least $100 in web design fees with this post...much appreciated.

    Posted by Alex on August 26, 2010 10:17 AM

  27. From: Adrian

    I have been looking an FBML that will help monetize my page. Thanks a lot mate.

    Posted by Adrian on August 28, 2010 7:58 AM

  28. From: amir

    Nicely explained. Thank you for sharing this information. I'm spending the day on the subject of FBML graphic and web design.

    Posted by amir on August 28, 2010 3:23 PM

  29. From: peggy

    Thanks for this site. I'm trying to figure out how to post an obfuscated (to avoid spam and viruses) email link on my fanpage so potential customers can reach me. I see how to do it on other websites but it doesn't appear to work in Facebook. Do you know how to do it?

    I also read somewhere that in the absence of the ability to do this, get a yahoo address. I have a hotmail and live.com addresses. Is that just as good? Thanks for responding

    Posted by peggy on August 28, 2010 9:15 PM

 


Post A Comment




Remember personal info?




Comment Policy <--- Read the comment policy (Updated 1/13/2010).

About  Contact  Free Products Fred W. Black

Blog Feeds, EMail, etc.:

Subscribe by EMail

RSS 2.0 Feed for www.pqInternet.com.
Add to Google Toolbar

Free Updates via EMail

Receive Free Updates.

Free Products and Software.

Search

 

Link to Me!

How to Link to this Blog.

Products

Products I Use & Recommend

www.3WayLinks.Net

www.1WayLinks.Net

Free Traffic System

Wordtracker Keyword Research Tool

www.aweber.com Opt-In List Management.

1&1 Hosting

Categories

All

ClickBank

Copywriting

Free Videos

Funny

Internet Business

Internet Marketing

Life

Search Engines: SEO

Social Media

Technology

Traffic

Truth and Freedom

Web Site Design, HTML, CSS

Recent Entries

Facebook Fan Pages and Static FBML Part 3: iFrames!

Facebook Fan Pages and Static FBML Part 2

Facebook Fan Pages and Static FBML - Part 1

Texting Social Media Updates - Useful vs. Useless

Success or Failure in an Internet Business Depends on Who's Looking Back at You in the Mirror...

Bullets from God - The Greatest Copywriter of All Time?

Success is not Sticky - You Have to Hold the BALL!

Birthday Salute!

New Layout

What's the Value of a Link to SEO (Search Engine Optimization)?

Internet Business Ethics 101

Exploding Your Copy (and life) From Sissy to SEISMIC.

Long Tail Keywords

I'm a Slasher!

Start Your Own Home Internet Business with these 7 Easy Steps...

All Entries

Recently Commented On

Mozilla Thunderbird Email Client - Part 2: Corrupted Inbox

Facebook Fan Pages and Static FBML - Part 1

Long Tail Keywords

Bullets from God - The Greatest Copywriter of All Time?

Success is not Sticky - You Have to Hold the BALL!

Success or Failure in an Internet Business Depends on Who's Looking Back at You in the Mirror...

Replacing a ClickBank Vendor's Sales Page with Your Own.

Facebook Fan Pages and Static FBML Part 2

Archives

All

Blog Roll

Clayton Makepeace

Terry Dean

Ryan Healy

ProBlogger

Internet Business Resources Blog

Michel Fortin

G. Brent Riggs

Jonathan Leger

Mark J Ryan

Dr. Joe Vitale

Search Engine Journal

Friday Traffic Report

Links

Cell Phones for Soldiers

Front Street Playschool

Clebe McClary

the IconFactory

Fred Black Music

Daryl Laws Sports Performance Blog

Williams High School Booster Club

Jacob Ingle

Light Peak

EasyIRS.com

Web Hosting

My Recommended Web Hosting Service: 1&1 Hosting

Mugs, Mousepads, etc.

About this Blog...

By:Fred W. Black

Contact Information

Powered by:Movable Type 3.34.

Copyright 2006 -2010, PhaseQuest.Com.
All rights reserved.

Subscribe by EMail RSS 2.0 Feed for www.pqInternet.com.

Add to Google Toolbar
My Facebook Fan Page
Twitter
Add www.pqInternet.com, to Google. Add www.pqInternet.com, to My Yahoo! Add www.pqInternet.com, to My MSN. Subscribe to www.pqInternet.com, with Bloglines Add www.pqInternet.com, to Your Technorati Favorites! Add www.pqInternet.com, to Windows Live

rs

Some photos are by: Lee Hinshaw Photography

© Copyright 2006 - 2010 PhaseQuest, all rights reserved.

 

Get Free Updates!

Insert your name and e-mail address to receive a short notice each time I make a new post.

First Name:

Last Name:

E-Mail Address:

E-Mail again:

NOTE: You will receive a confirmation email. You must click the link in the email to activate your free updates. Please check your spam folder(s) if you don't receive the email.

*I value your privacy and will never sell, rent, giveaway, or abuse your information.