<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Top Web Resources &#187; Facebook</title>
	<atom:link href="http://www.iyiz.com/category/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iyiz.com</link>
	<description>iyiz.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:14:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook Fan Page Optimization Tips</title>
		<link>http://www.iyiz.com/facebook-fan-page-optimization-tips/</link>
		<comments>http://www.iyiz.com/facebook-fan-page-optimization-tips/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 09:07:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>
		<category><![CDATA[Facebook Page]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO for Facebook Page]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/?p=237</guid>
		<description><![CDATA[The best place you can place your brand on Facebook is through a Facebook Page. As of the time of this writing, over 10 million users become fans of Fan Pages every day. This number should be no surprise — when people “fan” your Page, their friends see it, and your brand spreads organically. What [...]]]></description>
			<content:encoded><![CDATA[<p>The best place you can place your brand on Facebook is through a Facebook Page. As of the time of this writing, over 10 million users become fans of Fan Pages every day. This number should be no surprise — when people “fan” your Page, their friends see it, and your brand spreads organically. What most don’t know is that you can customize this experience for your users. With just a little work, and either some knowledge of simple HTML or the ability to hire a developer to do the work for you, you can have a custom Page up for your business in no time. Here are some tips you can apply to your Facebook marketing strategies.<br />
<span id="more-237"></span></p>
<p><strong>Maximize Your Avatar Visibility</strong></p>
<p>Profile pictures on Facebook can have a maximum size of 200×600 pixels. This applies to Pages as well. Facebook Pages do not allow background images like Twitter, Myspace, and other services. What you can do, however, is take advantage of that full 200×600 real estate and get your brand in front of the eyes of your fans. This will make sure, regardless of what part of your Page they are on your brand is front and center.</p>
<p><strong>Install the Static FBML App and Add a Custom Tab</strong></p>
<p>Do a search for “static FBML” on Facebook (or just click here), and click “Add to my Page” in the upper-left. A dialog pop-over will appear with a list of Pages you administer. Select the Page you want to customize by clicking the “Add to Page” button next to the Page, and when you click the button it will disappear from the list. Now click “Close”.</p>
<p>Now what you want to do is create your tab. To create the tab, just go to your Page and click the link, “Edit Page” in the upper-left below your main Page image. Now when you scroll down you will see a subsection called “FBML”. Click on the “Application Settings” link for that subsection, and another popover dialog will appear. Click “add” next to the Tab field and click Okay. You’ve now just added a blank Tab called “FBML” to your Page. Now you need to customize it.</p>
<p><strong>Add Content to Your Custom Tab</strong></p>
<p>If you go view your Page now, you’ll notice when you click the “&gt;&gt;” tab there is now an “FBML” option in the drop-down. If you click on it, that tab appears in the list of tabs at the top, and you can drag it around (to the extent that Facebook allows you). You’ll notice the tab is completely blank. Let’s add some content to it.</p>
<p>To add content, click on “Edit Page” again on the left below your Page image. Go to the “FBML” subsection again, but this time click the “Edit” link. Now you’ll be taken to a very simple form with a “Box Title” field and an “FBML” field.</p>
<p>Let’s start by changing the title of the tab. As I mentioned earlier, the tab, by default gets called “FBML” when you add it. You probably don’t want to keep that name, so I recommend changing it to something productive, like “Welcome”, or “Introduction”. You can name it whatever you like, depending on your purpose!</p>
<p>Now you’ll want to enter some content. The “FBML” field will take almost any basic HTML. You don’t need to include any &lt;html&gt;, &lt;head&gt;, or &lt;body&gt; tags, as the HTML you enter will only take the place of that whitespace you just saw. All the header stuff is taken care of for you. Play with it and see what you can do.</p>
<p><strong>Customize Your Tab With FBML</strong></p>
<p>Beyond simple HTML you can also enter very simple FBML tags to simplify some of the process. FBML stands for “Facebook Markup Language”, and is meant to be a shortcut for use in Facebook applications. Facebook has also enabled the use of a subset of FBML in the Static FBML application. FBML can be a great way to reduce the amount of HTML you need to enter, while at the same time keeping Facebook’s own look and feel. The format is very simple, and if you are familiar with HTML or XML you’ll pick it up very quickly.</p>
<p>To learn FBML you’re going to want to check out Facebook’s documentation and reference on FBML tags. There is a large reference of these tags on their developer wiki. I recommend you look around and see what’s available, then try them out and see how they work. You can also purchase my book, FBML Essentials, which will give you a little more details on FBML (as well as the Facebook developer platform in general).</p>
<p>Keep in mind that the Static FBML application only supports a subset of what the full FBML reference indicates is available. Unfortunately there is no documentation stating what is, and isn’t supported. Tags that have been confirmed working and are my favorites are:</p>
<p>– displays a specific user’s name in the standard Facebook format</p>
<p>– displays a specific user’s profile picture in the standard Facebook format</p>
<p>– allows you to include Flash applications in your tab</p>
<p>– posts a Facebook live stream widget on your Tab (you must create a new application to do this)</p>
<p>– adds a Facebook comments box to your Tab</p>
<p>If you read the Facebook wiki documentation keep in mind that “loggedinuser” does not work for the uid on the Static FBML App, but “profileowner” does. Beyond that, if you specify the specific user id in that field it should show properly.</p>
<p><strong>Set Your Page to Default to Your New Tab</strong></p>
<p>Now that you’ve created your custom tab using the Static FBML App you may want to set your Page to default to the new tab. This can give you a nice welcome message for your fans. To do so, just click “Edit Page” as I mentioned above. Under “Wall Settings”, click “edit”, and under “default landing tab for everyone else” select your new tab in the drop down. You’re done! Keep in mind that this default tab is only visible as a default landing page for those that are not yet fans of your Page yet.</p>
<p><strong>SEO for Facebook Pages</strong></p>
<p>Your Page is visible to search engines! Now that you’ve created your custom landing page, keep in mind that search engines see the page layout in the same way that someone who is not a fan of your page would see.</p>
<p>If you haven’t yet created a Facebook Page, you should also keep in mind that the Page title can be one of the best places to create a search-engine friendly title for your brand. Be sure this is something that describes yourself and your brand, and that you think others will be searching for. It should also, at the same time, be something familiar to other Facebook users, as this is what they will see in their News feeds as their friends become fans or you post updates. Keep in mind your Page name can not be changed once you create it, so get it right the first time! It can be a pain to have to re-create a new Page and re-establish months of work building your Page if you get it wrong early on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/facebook-fan-page-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>100 Cool Facebook Applications</title>
		<link>http://www.iyiz.com/100-cool-facebook-applications/</link>
		<comments>http://www.iyiz.com/100-cool-facebook-applications/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 09:02:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook applications]]></category>
		<category><![CDATA[top facebook apps]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/100-cool-facebook-applications/</guid>
		<description><![CDATA[These apps are the most popular ones. But others are useful, innovative and praiseworthy. Whether you&#8217;re a Facebook veteran or newbie, you should find something worth adding. 1. Fantasy Record Label. Created by Music 2.0 firm Amie Street, this lets you discover music by bands you&#8217;ve never heard of, then add five of them to [...]]]></description>
			<content:encoded><![CDATA[<p>These apps are the most popular ones. But others are useful, innovative and praiseworthy. Whether you&#8217;re a Facebook veteran or newbie, you should find something worth adding.<br />
<span id="more-46"></span></p>
<p><strong>1. Fantasy Record Label.</strong> Created by Music 2.0 firm Amie Street, this lets you discover music by bands you&#8217;ve never heard of, then add five of them to your virtual record label, getting points if other people like &#8216;em too. <a href="http://apps.facebook.com/apps/application.php?id=17895489176&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>2. Super Smash Bros.</strong> Someone&#8217;s remade the classic Nintendo GameCube game for Facebook, just in time for the all-new Wii version to come out. <a href="http://apps.facebook.com/apps/application.php?id=19684156688&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>3. WarBook (pictured).</strong> Another game, but this one&#8217;s exclusive to Facebook, and is a medieval strategy game, with monsters and gold and stuff. Nerdy, but ace. <a href="http://apps.facebook.com/apps/application.php?id=2618691293&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>4. Bob Dylan.</strong> Celebrate the Bobcat&#8217;s new album with his official Facebook app. See, even gravel-voiced old fellas are down with the Facebook massive&#8230; <a href="http://www.facebook.com/apps/application.php?id=19118126416">Get it</a></p>
<p><strong>5. LOLCats.</strong> Silly cats, sillier captions, ON UR PROFILE, MAYKIN U LAFF. <a href="http://apps.facebook.com/apps/application.php?id=2365273244&amp;b&amp;ref=pd">Get it</a></p>
<p><script type="text/javascript"><!--  google_ad_client = "pub-5344595866515680";  google_ad_width = 336;  google_ad_height = 280;  google_ad_format = "336x280_as";  google_ad_type = "text";  //2007-09-12: Shiny Shiny  google_ad_channel = "6456012704";  google_color_border = "FFFFFF";  google_color_bg = "FFFFFF";  google_color_link = "000000";  google_color_text = "333333";  google_color_url = "00007E";  //-->  </script><strong>6. FunWall.</strong> Because a boring old un-fun Wall won&#8217;t cut the mustard any more. <a href="http://www.facebook.com/apps/application.php?id=2378983609&amp;b&amp;ref=pd">Get it</a></p>
<p><img src="http://techdigest.tv/oktoberfest-thumb.gif" alt="oktoberfest.gif" style="margin: 0px 5px 5px 0px; float: right" border="0" height="300" width="200" /><strong>7. Oktoberfest Party (pictured).</strong> Invite your friends to a virtual Oktoberfest and get smashed on virtual beer. Yes, I&#8217;d rather do it for real too. <a href="http://apps.facebook.com/apps/application.php?id=17501549056&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>8. My Music.</strong> Sync your iTunes library and history with your Facebook profile, so everyone can see how many times you&#8217;ve played Bucks Fizz&#8217;s Greatest Hits in the last week. Or is that just me? <a href="http://apps.facebook.com/apps/application.php?id=2376424094&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>9. Champions League Predictor.</strong> Guess how wrong Benitez&#8217;s rotation policy will go, and win the respect of your peers. <a href="http://www.facebook.com/apps/application.php?id=4861648650&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>10. YouTube Video Box.</strong> Forget spamming friends with endless links to comedy YouTube vids. You can put &#8216;em in your profile instead! <a href="http://apps.facebook.com/apps/application.php?id=3801015922&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>11. Free gifts.</strong> Why pay to send a frivolous Facebook gift when you can get them for free? Apart from seeming like a moany old Web 2.0 skinflint, obviously. <a href="http://www.facebook.com/apps/application.php?id=2415466380&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>12. Cities I&#8217;ve Visited.</strong> Another way to boast about how well-travelled you are. <a href="http://apps.facebook.com/apps/application.php?id=2219089314&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>13. My Graveyard.</strong> Like the famous My Aquarium application, except with less fish, and more pumpkins, zombies and Satans. <a href="http://apps.facebook.com/apps/application.php?id=8240832750&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>14. Beer Pong.</strong> No, this isn&#8217;t about how you smell when waking up in the gutter after a heavy night out. Instead, it&#8217;s a game involving a ball, and cups of beer. Waste of good beer if you ask me. <a href="http://www.facebook.com/apps/application.php?id=4459314868&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>15. Beastie Boys.</strong> They&#8217;ve got a new album out! It&#8217;s not as good as their old stuff! But they have a Facebook App anyway! <a href="http://apps.facebook.com/apps/application.php?id=11839765596&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>16. Fmail.</strong> Access your Gmail from Facebook &#8211; an amazing idea, at least until Google get round to making an official Gmail app. <a href="http://apps.facebook.com/apps/application.php?id=4935874634&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>17. The Official 100 Question Hipster Test.</strong> Are you a zeitgeist-surfing coolwarrior who spends their time in Hoxton bars looking jaded? This test is for you. <a href="http://apps.facebook.com/apps/application.php?id=6049956722&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>18. BlogTV.</strong> Livestream webcam footage of yourself nerding at your keyboard to anyone who visits your Facebook profile. It&#8217;ll certainly stop them giving you a poke. <a href="http://www.facebook.com/apps/application.php?id=5358766555&amp;ref=s">Get it</a></p>
<p><strong>19. Sketch Me.</strong> Genuinely awesome app that takes a photo of you, and turns it into a faux pencil sketch, for that arty look. <a href="http://www.facebook.com/apps/application.php?id=4260387428&amp;b&amp;ref=pd">Get it</a></p>
<p><img src="http://techdigest.tv/facebook-simpsons-avatar.jpg" alt="facebook-simpsons-avatar.jpg" style="margin: 0px 5px 5px 0px; float: left" border="0" height="349" width="186" /><strong>20. Simpsons Avatar Creator (pictured).</strong> You&#8217;d look great in a natty shade of yellow. <a href="http://www.facebook.com/apps/application.php?id=10781388840&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>21. Compare People.</strong> Decide who&#8217;s the best dancer, the cutest, and the smartest friend. Oh, and the one who has most time to spend making comparisons on internetweb sites, obviously. <a href="http://www.facebook.com/apps/application.php?id=2433486906&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>22. GlitterBox.</strong> Send sparkly messages to your mates. Look, you may laugh, but there are millions of Claire&#8217;s Accessories customers who&#8217;d jump at the chance. <a href="http://apps.facebook.com/apps/application.php?id=2411349683&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>23. My Solar System.</strong> Like My Aquarium or My Graveyard, but with planets and rockets and stuff. Brian May has this, I bet. <a href="http://apps.facebook.com/apps/application.php?id=2583381465&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>24. Blind Date.</strong> Nothing to do with Cilla Black (sadly): instead, this lets you hook up anonymously with anyone on Facebook, have a short conversation in which you have nothing in common, and then stare awkwardly at the floor. Before poking them anyway. <a href="http://www.facebook.com/apps/application.php?id=2349984426&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>25. My Prison Name.</strong> I always thought it was &#8216;Bitch&#8217;, no matter what your sex / age / crime. Apparently not. <a href="http://apps.facebook.com/apps/application.php?id=6445057594&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>26. Cute Horoscopes.</strong> They&#8217;re certainly a lot cuter than Mystic Meg. <a href="http://apps.facebook.com/apps/application.php?id=4987769226&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>27. What I&#8217;m Listening To.</strong> Excellent application that updates live to show anyone viewing your profile what song you&#8217;re listening to RIGHT NOW in iTunes, Winamp or other music players. <a href="http://www.facebook.com/apps/application.php?id=2382623615&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>28. Photo Mosaic.</strong> Create nifty mosaics from your Facebook photo stash. It&#8217;s what the Romans would&#8217;ve done (if they&#8217;d had the internet). <a href="http://www.facebook.com/apps/application.php?id=2369236887&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>29. Nike+ Runs.</strong> If you use the Nike+ iPod software, this app lets you publish details of your recent runs on your Facebook profile. No more pretending you slogged through an 18 mile hike when in fact you got tired by the corner shop and sloped home with a packet of ciggies instead. <a href="http://apps.facebook.com/apps/application.php?id=2433196143&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>30. Interactive Friends Graph.</strong> Because everyone&#8217;s friends look better as a colourful flowchart. <a href="http://www.facebook.com/apps/application.php?id=4079090761&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>31. Hatching Eggs.</strong> More gifts for friends, this time in shells. <a href="http://www.facebook.com/apps/application.php?id=6702295930&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>32. Friend Block.</strong> Create a big collage of all your friends&#8217; photos, and display it on your profile. Will make you weep if you only have two. <a href="http://apps.facebook.com/apps/application.php?id=2610371153&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>33. Define Me.</strong> Dangerous application that lets your mates choose words (anonyously) that define your character. There&#8217;s nothing more likely to cause Facebook Suicide than a box full of terms like &#8216;smelly&#8217;, &#8216;consistently dishonest&#8217; and &#8216;fugly&#8217;. <a href="http://apps.facebook.com/apps/application.php?id=2446888439&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>34. Boombox.</strong> Neat music-sharing application, especially if you sign a few friends up, as you can all browse each others&#8217; collections. <a href="http://apps.facebook.com/apps/application.php?id=2373783402&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>35. Jewel Quest.</strong> God&#8217;s own gem-based puzzle game. Be warned, if you start playing this in work time, you will be sacked six hours later. But you&#8217;ll at least have a high score. <a href="http://apps.facebook.com/apps/application.php?id=6226806435&amp;b&amp;ref=pd">Get it</a></p>
<p><img src="http://techdigest.tv/back-boris.gif" alt="back-boris.gif" style="margin: 0px 5px 5px 0px; float: right" border="0" height="130" width="200" /><strong>36. Back Boris.</strong> Everyone&#8217;s favourite floppy-haired gaffe-prone Tory London-mayoral-candidate who they wouldn&#8217;t vote for, but quite like seeing bumbling about on the news. <a href="http://apps.facebook.com/apps/application.php?id=3423912390&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>37. Beer Diary.</strong> Store your alcohol intake, then display it to the world. Remember to lie if your mum&#8217;s signed up as your Facebook friend. <a href="http://apps.facebook.com/apps/application.php?id=4146217350&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>38. Social Chat.</strong> Forget poking, messaging and wall-scribbling. What you want is live chat. Well, you might. I&#8217;m still trying to work out what <em>anti</em>-social chat would be like. <a href="http://apps.facebook.com/apps/application.php?id=2665936206&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>39. FFR Games.</strong> Dance Dance Revolution, but on Facebook and without a dance mat. Yes, I know that sounds rubbish, but this is actually fun. <a href="http://apps.facebook.com/apps/application.php?id=2914027083&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>40. Bogglific.</strong> Play Boggle in your profile, and show off how wordy you are. It&#8217;s the new Scrabulous! <a href="http://apps.facebook.com/apps/application.php?id=2855277642&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>41. Naughty Gifts.</strong> Your friends will thank you if you send them a filthy present. Even the prudish ones. In fact, <em>especially </em>the prudish ones. <a href="http://apps.facebook.com/apps/application.php?id=2412269324&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>42. My Room.</strong> Create your own virtual room, then furnish it with the help of your friends. You can&#8217;t afford to do it in London, but you can online. Which is, er, possibly not a consolation, but anyway. <a href="http://apps.facebook.com/apps/application.php?id=5428420701&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>43. Blackjack.</strong> Play 21 against friends live, while chatting. <a href="http://apps.facebook.com/apps/application.php?id=5803363687&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>44. Scrubs.</strong> Mmm&#8230; Elliot&#8230; <a href="http://apps.facebook.com/apps/application.php?id=2428129633&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>45. Yoga.</strong> A new pose every day, as well as the ability to add your own. At last, the world can see the full majesty of your Sideways Screwing Dog. <a href="http://apps.facebook.com/apps/application.php?id=5647977515&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>46. Who Would Win.</strong> Pick two celebs, or indeed two anythings, and get your friends to decide who&#8217;d win in a fight. Isn&#8217;t this sort of thing supposed to be debated in a pub near to closing time? <a href="http://apps.facebook.com/apps/application.php?id=5295341965&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>47. Capture The Flag.</strong> Facebook-wide version of the game for people too cowardly-custard to play paintball. <a href="http://apps.facebook.com/apps/application.php?id=2401272637&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>48. Guitar Hero Tracker.</strong> Show your Guitar Hero II stats, so none of your Facebook friends can be in any doubt about your hot licks. <a href="http://apps.facebook.com/apps/application.php?id=2699895632&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>49. If They Mated.</strong> Find out what the lovechild of two of your friends would look like. Bonus points if, after creating one, they &#8216;fess up to actually having a lovechild. <a href="http://apps.facebook.com/apps/application.php?id=4990627573&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>50. Run For President!</strong> Campaign for supporters, debate issues, and try to wangle huge slush funds from the oil industry in return for Facebook favours once you&#8217;re in power. Just like the real thing! <a href="http://apps.facebook.com/apps/application.php?id=5067082705&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>51. Sticky Notes.</strong> Put Post-Its all over your friends&#8217; profiles. Because they&#8217;re not cluttered enough. <a href="http://apps.facebook.com/apps/application.php?id=2384089789&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>52. Jetman.</strong> Cool game where you fly around a cave trying to beat your friends&#8217; scores. Strangely addictive. <a href="http://apps.facebook.com/apps/application.php?id=4243149646&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>53. Daily Babe.</strong> Does what it says on the tin. <a href="http://apps.facebook.com/apps/application.php?id=2464016603&amp;b&amp;ref=pd">Get it</a></p>
<p><img src="http://techdigest.tv/facebook-daily-hunk-thumb.gif" alt="facebook-daily-hunk.gif" style="margin: 0px 5px 5px 0px; float: left" border="0" height="132" width="200" /><strong>54. Daily Hunk.</strong> Likewise. <a href="http://apps.facebook.com/apps/application.php?id=18053400096&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>55. The Official 100 Question Sexual Purity Test.</strong> Are you more kinky than your friends? Than Paris Hilton? Than the Marquis de Sade? Prove it with this test (then give yourself up to police if the latter). <a href="http://apps.facebook.com/apps/application.php?id=4991623623&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>56. Perez Hilton.</strong> Top gossip blogger has his own scurrilous Facebook application. Britney doesn&#8217;t have this on her profile, I&#8217;m guessing. <a href="http://apps.facebook.com/apps/application.php?id=4976239535&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>57. Baby &amp; Pregnancy Countdown Ticker.</strong> Let friends keep track of the countdown to your due date. Just be ready for lots of unwanted messages when you go past it and there&#8217;s no sign of the little bugger. <a href="http://apps.facebook.com/apps/application.php?id=12313110098&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>58. FB Reviews.</strong> It&#8217;s an application that serves up reviews of Facebook applications! So you&#8217;ll never have to read a 101 Apps roundup like this again. Oh, hang on&#8230; <a href="http://www.facebook.com/apps/application.php?id=2387020311">Get it</a></p>
<p><strong>59. My Heritage.</strong> Show off flags for the countries your ancestor came from. No, Americans, we require actual birth certificates before allowing you to put an Irish flag on. <a href="http://www.facebook.com/apps/application.php?api_key=e1ec9ea61477e9c79dac6ef90664485f">Get it</a></p>
<p><strong>60. Yahoo Music Videos.</strong> Put a box on your profile serving up vids from Yahoo&#8217;s whopping great music collection. You can even send dedications to friends. Now, have they got any vintage MC Hammer&#8230; <a href="http://www.facebook.com/apps/application.php?id=2977370563">Get it</a></p>
<p><strong>61. Nicknames.</strong> Give your friends silly nicknames. Then watch them remove you as a friend. Then cry. <a href="http://apps.facebook.com/apps/application.php?id=4071248179&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>62. Send SMS.</strong> This neat app puts a box on your profile allowing friends to send you text messages for free (they have ads attached, mind). <a href="http://apps.facebook.com/apps/application.php?id=2462715666&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>63. How Sexy Is Your Name Calculator.</strong> Forget your stripper name or prison name or any other name. How sexy is your <em>actual </em>moniker? You&#8217;ll never beat Engelbert Humperdink, of course. <a href="http://apps.facebook.com/apps/application.php?id=4673474311&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>64. Bros v Hos.</strong> It&#8217;s war between the Bros and the Hos, so which side are you on? No, there isn&#8217;t a third option for &#8216;People Who Shun Racial Stereotypes&#8217;. <a href="http://apps.facebook.com/apps/application.php?id=4668838106&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>65. The Dutch Oven.</strong> Virtually fart on someone. This, people, is what Web 2.0 was invented for. <a href="http://apps.facebook.com/apps/application.php?id=18833011288&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>66. How Taboo Are You?</strong> The only application that lets you specify if you&#8217;d rather wear poison ant gloves, or pray with naked Christians. I see no barrier to doing both at once, but that&#8217;s why I was chucked out of the church choir&#8230; <a href="http://www.facebook.com/apps/application.php?id=2658301973">Get it</a></p>
<p><strong>67. Greenbook.</strong> The more you use Facebook, the more this application saves the planet by takign sponsorship in exchange for CO2 reduction. I don&#8217;t really understand it, but I know it&#8217;s a jolly good thing. <a href="http://apps.facebook.com/apps/application.php?id=4580078892&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>68. Quit-o-Meter.</strong> Given up the dreaded fags? Be smug to the world with this application, which also displays nice charts to show how you compare to other quitters. May lead to sadness when you fall off the wagon and have to remove it. <a href="http://www.facebook.com/apps/application.php?id=18023247784">Get it</a></p>
<p><img src="http://techdigest.tv/facebook-music-mixes-thumb.gif" alt="facebook-music-mixes.gif" style="margin: 0px 5px 5px 0px; float: right" border="0" height="128" width="200" /><strong>69. Music Mixes.</strong> This one&#8217;s old-skool, letting you create a virtual mix-tape by adding tracks, then sending to your friends or posting on your profile. One for frustrated bedroom DJs (or indie anoraks still living in the (C)80s. <a href="http://www.facebook.com/apps/application.php?id=2218310156">Get it</a></p>
<p><strong>70. I Kick You.</strong> Marvellous game that lets you kick your friends around, turning their photos into South Park Canadian types. <a href="http://www.facebook.com/apps/application.php?id=2408079774">Get it</a></p>
<p><strong>71. Texas HoldEm Poker.</strong> The latest (and in my opinion slickest) poker game to hit Facebook. You&#8217;re no match for my bluffing. <a href="http://apps.facebook.com/apps/application.php?id=2389801228&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>72. Rock Paper &amp; Scissors.</strong> Complete with the ability to challenge a friend, or fight in teams. That&#8217;s right: Rock Paper Scissors clans. Way more hardcore than Unreal Tournament. Possibly. <a href="http://apps.facebook.com/apps/application.php?id=4635516165&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>73. Chocolate Fantasy.</strong> Nothing to do with that recurring dream you have about Billie Piper and the 17 melted Toblerone bars. Although someone should turn that into an application too. This is about sending chocolatey gifts to friends. <a href="http://apps.facebook.com/apps/application.php?id=9889600283&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>74. Jack O&#8217;Lantern.</strong> That&#8217;s American for &#8216;carved pumpkin head&#8217; by the way. Anyway, this lets you make a virtual one, then send it to friends. I think good table manners means it has to go before the chocolate. <a href="http://apps.facebook.com/apps/application.php?id=5333933914&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>75. ATTACK!</strong> The best name for a game ever, and an ace version of board game Risk, which lets you and a few friends compete to rule the world. If someone could do a similar thing for Diplomacy, the teenage nerd inside me would be joyful indeed. <a href="http://apps.facebook.com/apps/application.php?id=5053052479&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>76. Booze Mail.</strong> Send virtual drinks to people. One of the most popular growing Facebook apps, which may mean people are buying their friends less drinks in the real world. For shame. <a href="http://www.facebook.com/apps/application.php?id=2360569570&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>77. Visual DVD Rack.</strong> Builds a virtual DVD rack of your collection, to win the admiration of friends (and give burglars time to make a wishlist before popping round). <a href="http://www.facebook.com/apps/application.php?id=2489017104&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>78. FotoFlexer v2.0.</strong> Nifty photo-editing application that not only does graphical editing, but also digitally boosts your muscles, shrinks your waist, or turns you into a cartoon. Or all three (&#8216;the Jordan approach&#8217;). <a href="http://www.facebook.com/apps/application.php?id=2505240597">Get it</a></p>
<p><strong>79. Shared Memories.</strong> A chance to reminisce with mates about happy times gone by. Or, in the case of boozy nights out, to try and remember how the hell you ended up naked, painted orange, and sitting astride one of the lions in Trafalgar Square. Again. <a href="http://www.facebook.com/apps/application.php?id=6276665927">Get it</a></p>
<p><strong>80. StumbleUpon.</strong> Display your favourite websites on your Facebook profile. Extra &#8216;Web 2.0 Will Eat Itself&#8217; credit if one of your Stumbles is your own Facebook profile. <a href="http://www.facebook.com/apps/application.php?id=2632560294">Get it</a></p>
<p><strong>81. Fight Club.</strong> Why aren&#8217;t more Facebook users lovers rather than fighters? This fighty application lets you fight other fighters in fights. Grr. <a href="http://apps.facebook.com/apps/application.php?id=4520048983&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>82. Hot Potato.</strong> Throw it at your friends. Watch as they ignore it. Feel a bit silly, then repeat. <a href="http://apps.facebook.com/apps/application.php?id=6686851001&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>83. Profile Counter.</strong> Find out exactly how many people are visiting your profile with this counter. See, the more of these applications you add, the more visitors you&#8217;ll get. Don&#8217;t hold me to that, mind. <a href="http://apps.facebook.com/apps/application.php?id=5134974649&amp;b&amp;ref=pd">Get it</a></p>
<p><img src="http://techdigest.tv/facebook-frog.gif" alt="facebook-frog.gif" style="margin: 0px 5px 5px 0px; float: left" border="0" height="100" width="132" /><strong>84. Lick My Frog.</strong> Come on. You know you want to. <a href="http://apps.facebook.com/apps/application.php?id=5252811117&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>85. My Family.</strong> One of the best things about Facebook is the chance to see what friends&#8217; family members look like. If they&#8217;ve got this app on their profile, it&#8217;ll be easier to figure out who to boggle at. <a href="http://apps.facebook.com/apps/application.php?id=6745390684&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>86. Toilet Pro 2008.</strong> A wide selection of loos for your profile page, in case visitors get caught short. You&#8217;re right, it does sound like an EA console game. <a href="http://www.facebook.com/apps/application.php?id=5865342553">Get it</a></p>
<p><strong>87. Blog Friends.</strong> One of the more genuinely useful apps in this roundup, as opposed to purely entertaining. Share interesting blogs and blog entries with mates. <a href="http://www.facebook.com/apps/application.php?id=3221375004">Get it</a></p>
<p><strong>88. EquestrianLife.</strong> You love horses best of all the animals, you love horses, they&#8217;re your friends. And now they&#8217;re on your Facebook profile to prove it. <a href="http://www.facebook.com/apps/application.php?id=2388004579&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>89. My Dream Job.</strong> Share your workplace fantasies (no, not the ones about being stuck in a lift with your boss, Billie Piper, 17 melted Toblerones and some horses). Let everyone know you still want to be an astronaut. Real astronauts use this profile to outline their dreams of being a frustrated IT helpdesk supervisor in Putney, of course. <a href="http://www.facebook.com/apps/application.php?id=2470686618&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>90. Bush Countdown Clock.</strong> He&#8217;s nearly out of office, so count down to the day. <a href="http://www.facebook.com/apps/application.php?id=2384255757&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>91. WereWolves.</strong> The latest from the people who bought you Vampires and Zombies. I reckon Tax Inspectors should be their next effort. <a href="http://apps.facebook.com/apps/application.php?id=2721700161&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>92. Tattoos.</strong> A chance to give a friend a tattoo without landing them in casualty (and with the chance to reapply it if you miss out a crucial letter). <a href="http://apps.facebook.com/apps/application.php?id=4094617229&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>93. FaceDouble Celebrity Lookalike.</strong> At last, proof that you really DO look like Tom Cruise / Posh Spice / Grotbags. <a href="http://apps.facebook.com/apps/application.php?id=2367007823&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>94. Pet Dragons.</strong> Hatch them. Rear them. Make them fight. Can&#8217;t the RSPCA do something about this? <a href="http://www.facebook.com/apps/application.php?id=4856649013&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>95. Resolution Tracker.</strong> A place to list all those things you&#8217;ve promised yourself you&#8217;d do, so that all your friends can rib you when you don&#8217;t do them. Hang on, who thought this was a good idea&#8230; <a href="http://apps.facebook.com/apps/application.php?id=10870170067&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>96. The Legend Of Zelda.</strong> As a Facebook game! Truly, the world is a wonderful place. <a href="http://apps.facebook.com/apps/application.php?id=20919415096&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>97. Polyvore.</strong> One for fashionable types, letting you clip outfits from online stores and see how they look together, before sending them to friends. <a href="http://www.facebook.com/apps/application.php?id=2358043356&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>98. I Am Green.</strong> Flaunt your eco-smuggery AND Facebook skillz in one fell swoop. I&#8217;m looking at you, Mr Cameron&#8230; <a href="http://www.facebook.com/apps/application.php?id=2422301007&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>99. Make A Baby.</strong> Make a cute little baby with a friend, except virtual, so you don&#8217;t end up paying child maintenance, losing visitation rights, and chaining yourself to a cabinet minister while dressed as Batman. For example. <a href="http://www.facebook.com/apps/application.php?id=6682280012&amp;b&amp;ref=pd">Get it</a></p>
<p><strong>100. Windows Live Spaces.</strong> Update your Windows Live Space from within Facebook. If Microsoft does buy a 5% stake in the social network as rumoured, this unoffical app may be first against the wall. <a href="http://www.facebook.com/apps/application.php?id=5398128518&amp;b&amp;ref=pd">Get it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/100-cool-facebook-applications/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

