Tech for the Local Church
Facebook Fan Page Design – Part 1: A Custom Look

You can’t live with them. You can’t live without them.
While privacy concerns continue to grow, I can’t ignore the power of Facebook. The Google Analytics reports on all my church client websites continue to convince me that Facebook should absolutely be a part of the online arsenal of the local church. So, for now, since I can’t beat ‘em… I will EDUCATE the masses and, well, I’ll join ‘em.
This will be a six part series on giving your Facebook Fan Page a makeover and improved functionality. So you know what lies ahead, here is a rundown of what we will cover in future weeks:
- A Custom Look – Basic HTML and FBML enhancements
- Creating a Micro Site – Dynamic design inside a Facebook tab
- Photos – tricking out your photo gallery
- Videos – integrating video
- Events – a thorough look at events
- Polls, Signups & More
HTML vs. FBML
WARNING: Geek Speak Ahead! You can’t tweak your Facebook fan page without getting into some code. While I will try to speak English and keep it simple – this may scare some of you away. You can always hire a web designer (like me
to redesign the page, but if you are comfortable with a little HTML and CSS, jump right in.
Facebook Fan Pages are growing in popularity, but are very basic and uninteresting. We hope to change that.
The main features on the page are the different tabs (called ‘boxes’) that make up the overall look of the page. The standard items on each Facebook Page are “Wall” and “Info” while popular applications (show up in separate tabs) and “Photos,” “Discussions,” “Videos,” and “Notes.”
What all of these items are lacking – is the ability to modify a page so that the visual appearance could match that of your website, promotional material or landing page. One simple application can add this functionality to your pages and pull in Facebook statistics as well.
The application Static FBML will allow you to create a new tab on your Facebook Page that can be completely customized to mimic your web presence by displaying HTML and FBML so that you can render a truly customized section for your fans. Here is a step-by-step look at how you can implement this tactic.
First, you must have an active Facebook Page that you have admin access to. Then, head over to the Static FMBL Page and choose the “Add To My Page” link:
Once clicked, you will have the ability to choose a page (or pages) that you can add this application to. The application will then be added to the chosen Page(s) and will be labeled “FBML.”
Next, you will want to click “edit your page” then choose to edit the “FBML – FBML” application.
This is where the magic happens and the customization occurs. You can use simple HTML to fill this page and really have it stand out from your competition. An important note is that javascript is not supported, so just stick with plain old HTML for best results.
Here is an example of what can be done on a Facebook Fan Page using this technique:
Next week, I will go into more depth and provide some code for you to create a micro-site on your fanpage.Until then…
| Print article | This entry was posted by admin on June 3, 2010 at 1:32 pm, and is filed under Tutorial. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |
Comments are closed.














about 1 year ago
Looking forward to next week, I hope you can touch on php with fbml as well.
about 1 year ago
Best way to load in php is by embedding a code from either mailchimp, Google forms, constant contact etc.
about 1 year ago
Hi guys,
Where do you load the images that are displayed and how then to do link to them in html? I assume they're loaded as photos on the FB page itself?
about 1 year ago
Hi Martin – you need to host your images on a site like flickr, photobucket or your own hosting site. Our company uses godaddy.com
Facebook has their own markup language code called FBML (Facebook Markup Language.) Basically what you do is create a canvas and then build on top of that.
If you simply want to source an image within the FBML tab here is the code for that.
<img src="http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/1a695df239854051a2aa5891ccc3baa0.png" width="200" height"600" border="0" target="_blank>
What I provided in the code above is the IMAGE and then the DIMENSIONS of the image.
Your image cannot be wider than 520px.
Facebook is getting rid of all boxes and shrinking the page size to 520px within the next few weeks.
To see what this page looks like you can go to http://bit.ly/ministryvaultexample
Stop by and connect with us at our Facebook for Churches page! We'd love to see you over there!
http://www.facebook.com/churchFBMLfanpages
about 1 year ago
MARTIN: I just realized that my code did NOT copy over correctly.
Use this code for placing an image within your FBML tab.
<img src="http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/90296d0a093a494a9f70abae31c1daf1.png" />
It's just a static image with no hyperlinks etc.
To see this image you can go to: http://bit.ly/ministryvaultexample
Sorry about that!
about 1 year ago
Hello,
I would like to hire someone to create my Facebook Fan page. Any recommendations? Any students?
Thanks
about 1 year ago
I am not sure if this page is outdated or I am just not getting it…but the app you suggest to use "fbml"…the screen I have on my page and the screenshot you have on this page dont match. There is no "add this to my page" link. Am I looking in the worng place???