You are here: Home » Blog » Blog » Social Media » Facebook » Basic HTML code for your Static FBML pages on Facebook
Karen Clark Online Presence Speaker Trainer

Basic HTML code for your Static FBML pages on Facebook

by Karen

in Facebook

Here are some basic HTML tags you might want to use on your Static FBML custom Facebook Fan Page tabs, or anywhere else you need a quick snip of HTML.

To make a word clickable to another website:

<a title=”whatever the name of the linked page is” href=”http://www.whateverwhatever.com”>word you want clickable</a>

To insert a picture:

<img src=”http://www.whereverthepicturelives.com/picturename.jpg”>

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>

To skip down to the next line:
<BR>

To skip a whole line between items:
<p>

To center something:
<center>whatever whatever</center>

To make words BOLD:
<b>whatever word you want bold</b>

To make words ITALIC:
<i>whatever word you want italicized</i> (that is the etter
i)

To change the font size (1 seems to be normal small font, go up from there by changing the number and saving, then checking it):


<font size=”3″>whatever word(s) you want larger</font>

Note: You can add multiple tags to a section, but you must always have a beginning tag and a closing tag (like </whatever>) in the reverse order in which you opened them, so that the pairs of tags (opening and closing) hug the item. Ex: <b><i>This is bold and italic!</i></b>


So play around with it, always save your work, and TEST it out. You can always go back and edit to change it back or try something different.

Do you need to know any others? Let me know in the comments!

UPDATE: Facebook now has a limit of 520 pixels for any images/tables on a custom tab. If you’re having trouble getting something to load, make sure it is sized to less than 520. You can edit graphics free at picnik.com or your own image editor. (note that sometimes you need to rename the file to get it to work!)

ALSO if you’re having trouble when you copy/paste code from this blog post, paste it into a plain text document first – completely plain text – since the “curly quotes” I have on this blog do not work on Facebook!

{ 334 comments }

amy August 26, 2010 at 3:49 pm

how can i have a picture this big in a tab?
http://www.facebook.com/?ref=home#!/NesvitaPakistan?ref=ts
i am using the simple <img src=”http://www.whereverthepicturelives/picturename.jpg” code ! but i am limited to 520 px only due to new facebook rules, how come everyone else still has pictures this big ! i need a code help help !

Karen
Follow me on Twitter:
August 30, 2010 at 2:00 am

Some tabs which started with bigger images still have them but any new tabs need 520 or less. Try smaller!

faraji August 30, 2010 at 1:45 am

thank you this really helps. i have the fbml fan page app and novice knowledge of html.fbml codes. when the tabs are selected within the app it opens up a new window for the website or pics, instead of showing inside the app like its supposed to. how do i fix this? you can call me if you need to 347-878-1574 thank you kn advance

Karen
Follow me on Twitter:
August 30, 2010 at 1:58 am

Make sure you’re only using the http:// file URL not the other code they give. I believe there are options – you want the direct link.

faraji August 30, 2010 at 2:06 am

sorry to be a bother but..
ok the series of links for the tabs looks like this (Contact) am i putting in the code from the image hosting address? wen i do, and select it, it takes me to another page instead of showing up in the box inside the app.

Karen
Follow me on Twitter:
August 30, 2010 at 10:13 pm

The code you sent me was for inserting a text link – not an image. Check above for how to insert an image that opens to a link. The img src code needs to be before the part.

Kara August 30, 2010 at 9:45 pm

How do I get text to feed next to a picture in a custom FBML tab? I know how to set it up in HTML, but that doesn’t seem to work. Is it possible? An example of what I’m trying to do: http://www.premierhcs.net/ed_brochure.asp

Picture to the right, text flowing next to it on the left

Karen
Follow me on Twitter:
August 30, 2010 at 10:08 pm

You would add

align=”right”

within the img src code line .

Kara August 30, 2010 at 10:24 pm

Awesome! It worked! I was accidentally using CSS code. Duh.

Phil September 1, 2010 at 2:45 am

Hi. Fantastic article!
I copied your code to insert a picture linking to a website and saved changes to the FBML box. When I click the tab, I get the red “X” inside the box and when I right-click to show pictures, nothing happens. The link is functional and the alt-tag shows, just not the photo. The photo itself is a JPEG 520 pixels wide and is hosted on Flickr. Any ideas would be greatly appreciated. Thanks!

Karen
Follow me on Twitter:
September 1, 2010 at 6:09 am

Yeah I found that flickr doesnt always work – I dunno why. Try photobucket instead.

Phil September 1, 2010 at 5:31 pm

Thanks for the reply. I moved the shot to Photobucket and edited the FBML and still nothing. Any other thoughts would be most welcome.

prosy September 1, 2010 at 1:16 pm

can you tell me please why the that i put on my page won’t work. this are the codes that i used:

Karen
Follow me on Twitter:
September 15, 2010 at 9:03 pm

Can you try again – your code did not come through – use { and } instead of < and > to trick the website into posting it. :)

Julie September 2, 2010 at 12:24 am

What’s the code for wrapping copy around a photograph?

Karen
Follow me on Twitter:
September 5, 2010 at 5:08 am

Just put this within the img src part of the code:

align=”right”

or

align=”left”

It will automatically wrap it around the image then. If you want a buffer zone of white space you can also add within the image code:

style=”margin-left: 10px; margin-right: 10px;”

or 5 or 15 or whatever – that gives you horizontal space of 10 pixels so the words won’t butt right up against the image.

Julie September 7, 2010 at 6:37 pm

Thank you for the information, but can you give me an example of how the code would look? I’ve tried several variations and it’s not working. Thanks!

Chris September 6, 2010 at 3:16 am

When I use the code for linking text to an external site, it goes to facebook.com/”the name of the site” rather than actually going to the site. Any suggestions?

Karen
Follow me on Twitter:
September 10, 2010 at 9:27 am

FB has been doing this for a bit now, basically to track where people are going (I believe). It should still take them to where you want them to go though…?

Nicole September 6, 2010 at 5:59 pm

Hi there,
Using a templet I have edited this FBML ‘welcome’ page with these two boxes. Do you know what part of the code do i need to duplicate so that I can add more box-look alikes further down the page?

#container { width: 520px; }
#containerLeft { width: 320px; }
#containerRight { float: right; border-left:1px solid #D8DFEA; width: 184px; }
.imageContainer { margin: 0 auto 0 auto; text-align: center; }
.box { border-top:1px solid #94A3C4; position:relative; }
.box .box_header {background:none repeat scroll 0 0 #ECEFF5; border-top:0 none; display:block; padding:5px 8px; position:relative;}
.box .box_content {padding:10px 8px;}

Karen
Follow me on Twitter:
September 15, 2010 at 9:02 pm

I’m sorry that is beyond what I teach – I do basic html code and use tables (I know, so passe’!). Try asking over on The Fan Page Factory, Nathan knows a lot about this stuff! http://www.facebook.com/thefanpagefactory

Tawny September 10, 2010 at 2:31 am

Hi Karen,

Thanks for the article. Can I use an image map in an FBML box? I have some HTML code that works great outside of FB, but once I paste the code in an FBML box I lose the links (picture is there). Here’s the code. Maybe I’m missing something?:

Karen
Follow me on Twitter:
September 10, 2010 at 9:26 am

I could not see your code but in general image maps work – check to see if it was too big? Or see above in the comments where I talked about the Test Console – try it out there?

Stephanie September 10, 2010 at 5:27 pm

Hi Karen,

I am new to FBML and HTML. I’ve been working on my business fan page and almost have it the way I want. Problem is, I can’t get the font size to change. I’ve changed it to everything under the sun, but it doesn’t affect the text as it appears on my tab. Here is the code I’m using…

<TD width=241 bgColor=#ecb717 height=181 Stephanie and Jeremy Brady

If you want to view what I’m trying to achieve, you can visit…

http://www.facebook.com/stephanieandjeremybrady?v=app_4949752878

Thanks!

Karen
Follow me on Twitter:
September 15, 2010 at 9:00 pm

Hi Stephanie – I cannot see the full code in your post but I went to your page. Go up to View and down to Page Source in your browser and look for the section that shows the code for this tab (while you are on that tab). For example I did a “find” for “We take pride” to get me to the right area. Anyway compare that code to what is in your FBML tab and play with the values there. It looks good to me so maybe you already resolved this. Have fun!

Stephanie Brady September 15, 2010 at 9:46 pm

Yes… I was able to resolve the issue. Thank you for your reply, though!

Tawny September 11, 2010 at 12:36 am

Karen,

Thanks so much for your response. I used the image map tool that you mention above and I finally was able to make it work, thank you so much for posting this information!

Riddhi September 15, 2010 at 1:57 pm

Hi Karen ,
I am absolutely new to the concept of FBML.
Having some issues designing my page.
I designed everything using FBML and , But i dont know where i can find the canvas size. any ideas?

Karen
Follow me on Twitter:
September 15, 2010 at 8:57 pm

There is no limit on the length as far as I know but the width is now 520 pixels wide. Have fun!

Riddhi Mehta September 15, 2010 at 9:12 pm

Thanks!!

one last query,
i tried to use div codes but cldnt upload it… is there some code i need to use to make it run….

Karen
Follow me on Twitter:
September 15, 2010 at 9:57 pm

I am not really sure – should work on the Static FBML page, Try the test console mentioned above?

Africa September 15, 2010 at 10:33 pm

Hi Karen,

I have an image that lives here: http://store.barefootbooks.com/media/catalog/product/cache/1/image/540×425/e5c3f25dbe2a3021345b55270d5894a1/D/a/Dance-Stories-UKUSHBCD_W.jpg

I tried pasting this code using the instructions above but the image doesn’t show on my fan page.

Here is my specific code with image location and where I want it to take viewers:

Thanks!

Karen
Follow me on Twitter:
September 15, 2010 at 10:42 pm

That picture should work, but the code you sent through was only for a link, not for an image. Be sure you are using the Try again? PS I Love Barefoot Books!!

Africa September 15, 2010 at 11:10 pm

Thanks! I think there’s something wrong with the image, it’s still not working. Is this the correct format?

.

Karen
Follow me on Twitter:
September 15, 2010 at 11:33 pm

No, the code that came through in email at least was {a}{/a} and there is no code like that. The site keeps stripping the code here. Try this:

(a href=”whatever your link is including the http:// part – where you want the image to click through to”)(img src=”paste your image URL here the whole thing http:// up to the .jpg)(/a)

Change the ( and ) to < and > and try again.

Brenda September 16, 2010 at 1:06 am

Hi,
I hope you can help.
I want a space between the two images below the main one on this page.
http://www.facebook.com/pages/Langley-BC/Langley-Fraser-Valley-Real-Estate/130878596960359?v=app_4949752878

Here is the code for the images and links but not sure how to ad a space between the two images and have them centered below the main image.

Thanks so much in advance!

Karen
Follow me on Twitter:
September 19, 2010 at 7:37 am

The code did not come through – wanna send it to me through the Contact form on the red tab on the left here?

Bobby
Follow me on Twitter:
September 17, 2010 at 12:19 pm

Thanks, Karen! I was editing my Welcome landing page and was looking for FBML code and you had exactly what I wanted, but now I found you have so much more! I bookmarked your site…really awesome stuff.

By the way, I filled out your opt-in form, and I got the error message:

» An invalid Interest Group was selected.

Am I missing something? I checked “solo-preneur”

Bobby

Karen
Follow me on Twitter:
September 19, 2010 at 7:36 am

Thank you – others have had trouble with that section too so I just took it off. Try again if you didn’t get through. Thanks!

Rania September 17, 2010 at 2:57 pm

Hi….. I wanted to know something. Is there any other way to show my website in static FBML BOX rather than using picture or text linking to it? Thank you

Karen
Follow me on Twitter:
September 19, 2010 at 7:36 am

You could copy/paste the HTML code, but adjust it to only be 520 pixels wide?

mizboat September 21, 2010 at 5:17 am

Thank you sooo much! I just used this info to really freshen up my FB page: http://www.facebook.com/babyboat1?v=app_4949752878. I couldn’t work out how to bold, italic, centre or anything, so this is fantastic. I just completed fixed by page, and am very happy! Simple but practical advice Thanks so much!

Karen
Follow me on Twitter:
September 24, 2010 at 5:40 am

You’re very welcome! Thanks for the feedback! Love those pictures! Best of luck to you!

Rik September 24, 2010 at 3:24 am

http://www.facebook.com/pages/Doncaster-United-Kingdom/Olive-Tree/109463959282?v=app_7146470109

Great article, however I need some help. On the above link I have one image with no link and under that another with a link to a pdf. This all works fine, but I get a gap between the two. Can you tell me please how to remove this gap.

Kind regards Rik

Karen
Follow me on Twitter:
September 24, 2010 at 5:40 am

I would just make the whole page background black, and that would fill in the gap!

Rik September 24, 2010 at 10:40 am

Great suggestion but what is the code for it and were would you put it? I have included my code if it helps.


Colleen September 27, 2010 at 11:09 pm

I have what I think is a simple request. I want to create an FBML tab that looks and functions just like the current Wall—I just want to remove the ability for others to “comment/like/promote” on my posts. Any ideas? Then I will copy the FBML code to the the wall of my business page. Thanks for your help!

Karen
Follow me on Twitter:
September 29, 2010 at 7:57 am

I am not sure how to do that – check the developer’s area but I would just adjust the options/settings on the existing wall so that only the page can post. Why reinvent the wheel?

Deena September 28, 2010 at 12:34 pm

Thanks so much for the help!

Tyler September 28, 2010 at 11:47 pm

I have an image that I would like to place in FBML. The image is too big and I understand that it has to be 520 pixels, so I resized the image to the appropriate pixel size and now it is saved on my computer but it doesn’t have a url. How would I insert the new correct size image into FBML if it is saved on my hard drive. Great post by the way, helped me out alot.

Karen
Follow me on Twitter:
September 29, 2010 at 7:56 am

You would need to host it somewhere online. Photobucket.com is my first choice! Then you can get the URL to paste in from there.

Andrew September 29, 2010 at 4:30 pm

Hello there to everyone…
I want to make a comment form to my page…is that impossible ?

Karen
Follow me on Twitter:
September 29, 2010 at 11:05 pm

Try http://www.response-o-matic.com You can get a free form, they will give you the HTML and you can paste it into a Static FBML tab.

Lisa September 30, 2010 at 6:47 am

I want to add a way for people to message me on my ‘fan’ page…I want them to be able to do this anonymously…any ideas???

Karen
Follow me on Twitter:
October 1, 2010 at 8:11 am

I think you could use response-o-matic.com but leave out the name and email fields? Not sure but you could try!

cindy October 3, 2010 at 11:12 am

Hi Karen. Thank you for your article, it is very helpful. I am new to html code and am having problems. All I want to do right now is show my portfolio photo in my FBML box. So, all I would need is an img src right? I uploaded my photos on Photobucket, created a 9 img pyramid and grabbed my img code. Well, a box with a “?” is all I see.

Here is my code:

Am I missing something?

THANK YOU IN ADVANCE

Karen
Follow me on Twitter:
October 4, 2010 at 12:18 am

Hi Cindy – I cannot see your code but one explanation could be if the total image is too large – it needs to be less than 520 pixels wide.

Cindy October 4, 2010 at 4:45 am

Thank you Karen…it is 519px wide. I wonder why my code didn’t come through? The outline of the box is there, but there is an X in the upper left corner? here is my code again…let me know is you can see it this time, THANK YOU SO MUCH!

Karen
Follow me on Twitter:
October 4, 2010 at 7:22 am

Hi Cindy – your code will not go through unless you change the < and > to { and } – try emailing it to me instead. It could be you need it to be still smaller – the fact that there’s a spot but it is an X is making me think it’s an issue with the image itself, not your code but I dunno. Is it in JPG?

cynthia October 4, 2010 at 5:21 pm

I lowerd the width and still, nothing. Yes, it is a jpg. I must be missing something very simple. Here is my code, thank you so much Karen!

{img src=”http://i794.photobucket.com/albums/yy223/Cynthia_Levesque/Identitly%20Design/Ink-Trotting-1.jpg” width=”460px” height=”402px” border=”0″ alt=” “}

Matt McMaster October 4, 2010 at 6:54 pm

I am trying to add indents to the first line of paragraphs using other code that I have found, but nothing seems to work. I have bookmarked your page as this is awesome for introductory stuff. Is this something you can add to the above tutorial? Our fan page is http://www.facebook.com/cmsomaha and I am trying to edit the contest voting box, if you need to look it up at all. Thank You.

Karen
Follow me on Twitter:
October 4, 2010 at 8:04 pm

Try adding this where you want a space {  } or several of them. Replace { and } with < and >.

cynthia October 4, 2010 at 8:10 pm
Karen
Follow me on Twitter:
October 4, 2010 at 8:18 pm

Looks great to me!

Matt McMaster October 8, 2010 at 4:12 pm

Karen,

Thank you for all your tips and help with the basics of FBML. I couldn’t have understood any of this without you. I have now built the basics with your information on our Fan Page and continue to tweak it. There were a couple other blogs that added some insight that has made this in to a mini-website on our FB. Feel free to check it out and let us know what you think. http://www.facebook.com/cmsomaha ‘About CM’s’ tab

Karen
Follow me on Twitter:
October 8, 2010 at 7:52 pm

It looks FABULOUS!!!! Great job!!! I’m a fan!

cynthia October 4, 2010 at 7:39 pm

Karen I got it to work. I reuploaded my photos to Photobucket and they worked. Not sure what happened. I do have large gaps between my photos. I cropped each one so there isn’t any white space above or below, and I did not use any “breaks {br}” in my code, but still….big gaps? Thank you!

Karen
Follow me on Twitter:
October 4, 2010 at 8:02 pm

Can you post your fan page URL so I can see?

Matt McMaster October 4, 2010 at 9:20 pm

Thank you. That worked awesome. I appreciate your help!

cynthia October 6, 2010 at 12:09 am

Karen…I just wanted to say THANK YOU for all your help. I am much more comfortable with the software now and you were a tremendous resource. I changed the site up some, just waiting on some more product photos to move forward. THANK YOU for becoming a fan :)

Julia October 11, 2010 at 4:44 am

I am having a lot of trouble inserting my banner image into the FBML box. This is the code I’m using:

An empty square shows up, so the outline of the image is there, but not the actual image. I have tried altering the code in every single way imaginable and nothing seems to work. Could it be the image link from photobucket? I’ve tried using the image source link, the URL link and the HTML link photobucket provides and nothing works.

Many thanks,
Julia.

Karen
Follow me on Twitter:
October 11, 2010 at 10:22 pm

Hi Julia – All of your code did not come through, only the a href= part so I cannot tell where the issue is (email it to me?) but sometimes when changes are made to images, FB doesn’t recognize the “revised” version. In that case, delete it from photobucket and then upload it again as a new image (new name maybe) and get the link again. The URL link is what you copy after the img src=”
Karen

Tony Green, Realtor October 12, 2010 at 2:22 am

Hello Karen, I have created a FBML page, however I would like to keep the content private until someone “likes” my page. I’ve scoured the facebook developer forum, but can’t seem to find it. By chance, do you know the code?

Here is my link: http://www.facebook.com/winstonsalemhomesforsale?v=app_4949752878

Thanks!
Tony

Karen
Follow me on Twitter:
October 12, 2010 at 4:06 am
Kristin October 12, 2010 at 8:44 pm

Hi, I added a new tab with fdml to a corporate page at facebook but I can´t put pictures or texts that link to a web page there.
I did exactly what you said here above;
Heres an example

SKY

I do not know what you mean by “picturename” though.

Can you please tell me what I´m doing wrong?

thank you

Karen
Follow me on Twitter:
October 15, 2010 at 8:04 am

Hmm I cannot see your code here. Click the Contact button and send it to me by email? Picturename just means the URL of the actual picture like http://www.whatever.com/whatever.jpg

jerry. October 15, 2010 at 7:41 am

I have created an FBML page in Facebook, but I CANNOT get the hyperlinks to work AT ALL. I have stripped everything down to very basic CSS and HTML, but the links just DO NOT WORK!

Here’s my code…

p { font-size: 2em; }
a { color: red; }

This is a test.
This is a test. It should be hyperlinking to Yahoo, but it’s clearly not working.

It gets NO SIMPLER THAN THIS…does anybody have any idea why hyperlinks aren’t working in the Facebook “boxes?”

Karen
Follow me on Twitter:
October 15, 2010 at 8:03 am

If by “boxes” you mean the boxes tab – Facebook disabled those a few weeks ago. Otherwise, I dunno. Should work!! Try it without the CSS? Just a plain text hyperlink?

Asif Ali November 4, 2010 at 5:12 am

this really helps me a lot. People like you are the best example for us …. thanks a million.

Jake November 7, 2010 at 12:17 pm

Hey I’ve read some of your hints and they’ve been a great help. I was wondering if you could help me with something. I have attached links to words, created spaces before the next word, and the “link” carries over to the next word. How do I get the “link” to end? Thanks!


Ohio Zoo Locator

Amusement Parks

Here I do not want “Amusement Parks” to be a hyperlink, but it is and every space above it is too…

Jake November 7, 2010 at 12:20 pm

oops, i thought it would just show the text but instead turned it into a link. sorry.

a href=”http://www.officialusa.com/stateguides/zoos/ohio.html target=”_blank”a

Ohio Zoo Locator

font size=”3?>Amusement Parks

Karen
Follow me on Twitter:
November 8, 2010 at 8:46 am

It’s OK the real code came through the email – you are forgetting the closing part of the link code. You would want to insert that wherever you want the link to end. Good luck!
Karen

Jake November 9, 2010 at 6:28 pm

Ahhh, you are an FMBL queen to us FMBL peasants…. Much thanks.

Jake November 10, 2010 at 11:21 am

Sorry one more question for dummies. How do I get text to show directly under a linked image? I don’t care if the text is linked or not.

Cynthia November 8, 2010 at 8:49 am

Hi Karen! I have a question, not sure if you have recieved this one yet…

Can I add my coding for an OPT-IN (eNewsetter sign up on FB) into a graphic? So that the opt-in box is actually part of the jpg????

If you follow this link, you will see what I am talking about:
http://www.facebook.com/DrShannonReeceFans?v=app_7146470109

THANK YOU IN ADVANCE!

kelly November 11, 2010 at 5:10 pm

You saved my life today! Very useful information!!

Sidd November 15, 2010 at 12:44 am

Thanks for sharing a good information, Can I create comments option on FBML page? if yes than how? if you have any code plz mail me or publish here.
Thanks
Sidd

Karen
Follow me on Twitter:
December 17, 2010 at 12:48 am
BRKA December 1, 2010 at 9:21 am

TNX… YOU REALLY HELP ME! :)

Patrick @ Frat Music Playlist December 16, 2010 at 1:18 am

Ah, you are the best! I was looking for the FBML image dimensions and you not only had that info but pretty much everything else I was looking for :)

Thanks big time!

Karen
Follow me on Twitter:
December 17, 2010 at 12:36 am

You’re quite welcome! Pretty basic info, one of these days I will write a follow up with even more but this is enough to get someone going!

hannah December 16, 2010 at 7:11 am

this was so simple, and so extremely helpful!
from a girl who has no basic knowledge of html, i was able to complete a html task!

THANK YOU!

any suggestions for good resource/book for html 101?

Karen
Follow me on Twitter:
December 17, 2010 at 12:35 am

Awesome I am glad I could help. I don’t have any books, I pretty much taught myself from looking at others’ sites – go up to File and down to View Source or Page Source and you can see the code. w3Schools is a great resource though: http://www.w3schools.com/html/

Vicko December 27, 2010 at 11:23 am

Do u now some FBML font codes?

Karen
Follow me on Twitter:
January 3, 2011 at 4:57 pm

@Vicko, You can use regular HTML font codes within a Static FBML tab.

jack December 31, 2010 at 4:13 pm

karen,

hi! after googling all over for 2 days, finally stumbled upon your very helpful post. THANK YOU! i finally have a useful landing page without having to pay monthly.

Sky January 4, 2011 at 9:17 pm

Hi Karen,
Any suggestions where or how to start of having a moneyclub19.com as a fan page and use FBML?

Karen
Follow me on Twitter:
January 4, 2011 at 9:52 pm

@Sky, just go to http://www.facebook.com/pages/learn.php to get started with a fan page. You could probably just reduce that big image on the website to 520 wide and make a mini-site on an FBML tab though I dont know about that embedded thing – it isnt loading for me.

Aaron Lemley January 13, 2011 at 10:32 am

I would like to embed an email sign up. So that anyone can punch in an email address and we have it. Any suggestions on how to do that would be much appreciated!

Karen
Follow me on Twitter:
January 13, 2011 at 10:35 am

@Aaron Lemley, If you use a service such as MailChimp you just paste the sign up firm embed code into an fbml tab.

Karen
Follow me on Twitter:
January 15, 2011 at 2:17 pm

Hi Amy – not sure, there was a time when the older sized images were still allowed but new ones had to be 520 but now they are all 520.

Imran January 17, 2011 at 11:21 am

{ 17 trackbacks }

Previous post:

Next post: