So, you’ve set up a Facebook public profile for you, your brand and your company, now what?
I thought I’d share a few interesting ways for you to tweak your profile for maximum impact:
1. Create the perfect profile picture
Facebook recommends that profile pictures should be 200px wide, while the height can vary. What is less documented is how the thumbnail that Facebook uses across the system is generated from your profile picture. You’ll find that the system will crop your image when generating a thumbnail which means you lose the information around the edge.
After some testing, we can tell you that when you create your profile image that’s 200px wide, if you leave a 12 pixel border around your crucial information (brand name or logo) you will avoid being automatically cropped out.
Don’t forget that regardless of the shape of your profile image, Facebook thumbnails are square (with rounded corners) so if you design a rectangular profile picture, make sure you keep your desired thumbnail imagery within a square boundary.
2. Optimise your website’s Share Preview
One of Facebook’s key strengths is the ability to spread your shared links into the news feed using the Links application, which is now built into your Publisher box at the top of your wall.
Your link can be accompanied by a relevant thumbnail image, however if your site is mainly Flash-based or has no suitable graphic components for a thumbnail, you should define a custom Share Preview image. Facebook can provide you with specific information on how to do this here.
Again, no guidance is given as to the perfect size for a Share Preview, but we’ve found that a 100 pixel square preview is optimal and it will require no resizing by Facebook.
Remember that you can also add a Facebook Share button to your site to encourage your visitors to share it.
3. Display different content for non-Fans
For the Non-Fan landing area, you can display a “Become a Fan” incentive in an FBML box or Tab. Here’s a quick way for to create your own FBML box which will display different information to different users depending on their Fan status:
- Create a 1 cell borderless table, with a fixed height and width; for example, 100px
- Create and define a background image for that cell to the same dimensions, which contains the information you want NON-fans to see
- Create a same-sized image that contains the information you want Fans to see and insert that into the cell
- Use the following FBML tag to surround the cell contents – <fb:visible-to-connection><img src=”insert your image URL”></fb:visible-to-connection>
This FBML Tag only displays content to Fans who are logged in. So what we’re doing here is creating a table with a background image, and then covering it up with another one IF you’re a Fan.
Here’s some example code for you to try:
<table width="xx" height="yy" border="0" cellspacing="0" cellpadding="0"><tr>
<td background="http://www.yourdomain.com/linkto/nonfans.jpg">
<fb:visible-to-connection>
<img src="http://www.yourdomain.com/linkto/fans.jpg" height="xx" width="yy" />
</fb:visible-to-connection>
</td></tr></table>
4. Vanity URL, or Custom Domain?
Vanity URLs are available to all brands whose pages have at least 100 fans. However, you can still make use of your own domain by pointing it to your Facebook Page using a domain redirect. If you do own your own domain then you can set up http://facebook.mydomain.com so that it points to your profile.
5. Define a publishing schedule for your content
You should try and get into the practice of scheduling your updates so that they remain steady and consistent rather than being either too persistent or too few. By setting up a calendar for yourself, you’ll be able to stay on top of things and decide how much time you need to allow your fans to read comment. Try and mix up your posts with status updates, Links, Notes, Videos and Photos.