





<?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>Durofy &#187; facebook html</title>
	<atom:link href="http://www.durofy.com/tag/facebook-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.durofy.com</link>
	<description>Engineering &#38; Technology Tutorials</description>
	<lastBuildDate>Sat, 05 May 2012 02:06:00 +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>Basic FBML for everyone</title>
		<link>http://www.durofy.com/internet-2/basic-fbml-for-everyone/</link>
		<comments>http://www.durofy.com/internet-2/basic-fbml-for-everyone/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:25:29 +0000</pubDate>
		<dc:creator>Rishabh Dev</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[facebook html]]></category>
		<category><![CDATA[facebook mp3]]></category>
		<category><![CDATA[facebook profile fbml]]></category>
		<category><![CDATA[facebook video]]></category>
		<category><![CDATA[fbml]]></category>

		<guid isPermaLink="false">http://zarrata.com/durofy/?p=29</guid>
		<description><![CDATA[In this post, I discuss basic FBML that everyone can use for their Facebook profiles. FBML, like HTML, is the Facebook Markup Language. It is basically used by developers who create facebook applications for us. However, we can also use FBML on our facebook profiles in boxes &#38; tabs. This allows us to embed music, [...]]]></description>
			<content:encoded><![CDATA[<p>In this post, I discuss basic FBML that everyone can use for their Facebook profiles. FBML, like HTML, is the Facebook Markup Language. It is basically used by developers who create facebook applications for us.</p>
<p>However, we can also use FBML on our facebook profiles in boxes &amp; tabs. This allows us to embed music, video &amp; flash in the profiles.</p>
<p>First you gotta have an <a href="http://zarrata.com/durofy/web-design/top-5-apps-to-use-html-in-your-facebook-profile/">app which allows you to use HTML/FBML</a> for your profile.</p>
<p><em><span style="text-decoration: underline;">Note</span> : You really need one of the apps listed on the link above to use the FBML given below.</em></p>
<p>1. <strong>The FBML Photo tag</strong></p>
<p>Though Facebook does allow the <img alt="" /> html tag, the cosserponding FBML for this is <strong>&lt;fb:photo&gt;</strong></p>
<p>The FBML tags are also associated with attributes. Now, the above tag with attributes would look something like...</p>
<blockquote><p>&lt;fb:photo pid="12345" /&gt;</p></blockquote>
<p>Now, the 12345 thing is the api of the image. This is when you're adding an image from facebook itself. Lets say you have a pic in one of your albums that you want to showcase on your profile in a box.</p>
<p>You'll need to check out the api of that image. For this, you just need to get the url of the image...</p>
<p>It would look something like...</p>
<p>facebook.com/photo.php?pid=<em><strong><span style="color: red;">39597</span></strong></em>&amp;id=100000031343773</p>
<p>Now, the thing in red is the api of the image. I would then use this with the FBML tag to get...</p>
<blockquote><p>&lt;fb:photo pid="39597" /&gt;</p></blockquote>
<p>which is the FBML tag for my image.</p>
<p>2.<strong> The FBML Music tag</strong></p>
<p><strong><span style="font-weight: normal;">This tag allows you to add any song to your profile...</span></strong></p>
<p>Its the <strong>&lt;fb:mp3&gt;</strong> tag.</p>
<blockquote><p>&lt;fb:mp3 src="http://www.site.com/filename.mp3"&gt;</p></blockquote>
<p><strong><span style="font-weight: normal;">The tag with its basic attributes would look something like...</span></strong></p>
<blockquote><p>&lt;fb:mp3 src="http://www.site.com/filename.mp3" title="Name" artist="Artist" album="Album"/&gt;</p></blockquote>
<p>3.<strong> The FBML Video tag</strong></p>
<p><strong><span style="font-weight: normal;">This lets you add a video frm yutube into your facebook profile...</span></strong></p>
<p>Simply use the &lt;fb:swf&gt; tag as defined below. The</p>
<blockquote><p><strong><span style="font-weight: normal;">&lt;fb:swf  swfsrc='http://www.youtube.com/v/<span style="color: green;">xxxxxxxxxx</span>'  	imgsrc='http://img.youtube.com/vi/<span style="color: green;">xxxxxxxxxx</span>/2.jpg'  	width='340' height='270' /&gt;</span></strong></p></blockquote>
<p>The thing in green is the video id on youtube. It looks something like this on youtube...</p>
<p>http://www.youtube.com/watch?v=<span style="color: green;">qrjyy_0SipU</span></p>
<p>Hence, if i embed this video on facebook using FBML, it would look something like...</p>
<blockquote><p>&lt;fb:swf  swfsrc='http://www.youtube.com/v/<span style="color: green;">qrjyy_0SipU</span>' imgsrc='http://img.youtube.com/vi/<span style="color: green;">qrjyy_0SipU</span>/2.jpg' width='340' height='270' /&gt;</p></blockquote>
<p>But again, you need one of the <a href="http://zarrata.com/durofy/web-design/top-5-apps-to-use-html-in-your-facebook-profile/"> apps here</a> to do this. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.durofy.com/internet-2/basic-fbml-for-everyone/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
<enclosure url="http://www.site.com/filename.mp3" length="1635" type="audio/mpeg" />
		</item>
		<item>
		<title>Top 5 Apps to use HTML in your Facebook Profile</title>
		<link>http://www.durofy.com/internet-2/top-5-apps-to-use-html-in-your-facebook-profile/</link>
		<comments>http://www.durofy.com/internet-2/top-5-apps-to-use-html-in-your-facebook-profile/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 06:31:57 +0000</pubDate>
		<dc:creator>Rishabh Dev</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[facebook html]]></category>
		<category><![CDATA[facebook html applications]]></category>
		<category><![CDATA[facebook html apps]]></category>
		<category><![CDATA[facebook html box]]></category>
		<category><![CDATA[facebook html wall]]></category>
		<category><![CDATA[facebook profile html]]></category>
		<category><![CDATA[facebook tabs html]]></category>

		<guid isPermaLink="false">http://zarrata.com/durofy/?p=13</guid>
		<description><![CDATA[It sounds really sad that you cannot use html in Facebook when you know so much of it, doesn't it? Well, nothing is impossible... You can always add boxes on your profile &#38; use whatever code you want inside them. Even though facebook does try to modify your html, but most of it comes out [...]]]></description>
			<content:encoded><![CDATA[<p>It sounds really sad that you cannot use html in Facebook when you know so much of it, doesn't it?</p>
<p>Well, nothing is impossible... You can always add boxes on your profile &amp; use whatever code you want inside them.</p>
<p>Even though facebook does try to modify your html, but most of it comes out the way you want it to be... Other than animated gif's &amp; a few other execptions, you can do a lot with html for your facebook profile.</p>
<p>The first thing that you would need is an app that lets you enter html profile boxes &amp; tabs.</p>
<p>Here is a list of just that...</p>
<p><img class="alignright" src="http://zarrata.com/facebookhtmlapps.jpg" alt="" width="204" height="529" /></p>
<p style="text-align: center;"><strong>Top 5 Apps to use HTML in your facebook profile</strong></p>
<p style="text-align: center;">5. <a href="http://www.facebook.com/apps/application.php?id=5577282239"><img src="http://photos-h.ak.fbcdn.net/photos-ak-sf2p/v43/95/5577282239/app_1_5577282239_3160.gif" alt="" /><br />
My HTML</a></p>
<p style="text-align: center;">4. <a href="http://www.facebook.com/apps/application.php?id=6004808738"><img src="http://photos-c.ak.fbcdn.net/photos-ak-sf2p/v43/26/6004808738/app_1_6004808738_1929.gif" alt="" /><br />
HTML Profile Box</a></p>
<p style="text-align: center;">3.<a href="http://www.facebook.com/apps/application.php?id=62088208022"><img src="http://photos-g.ak.fbcdn.net/photos-ak-sf2p/v43/218/62088208022/app_1_62088208022_4486.gif" alt="" /><br />
My Info</a></p>
<p style="text-align: center;">2.<a href="http://apps.facebook.com/profile_html/"><img src="http://photos-g.ak.fbcdn.net/photos-ak-sf2p/v43/94/6165549526/app_1_6165549526_8824.gif" alt="" /><br />
Profile HTML</a></p>
<p style="text-align: center;">1. <a href="http://www.facebook.com/apps/application.php?id=19540106280"><img src="http://photos-a.ak.fbcdn.net/photos-ak-sf2p/v43/72/19540106280/app_1_19540106280_8500.gif" alt="" /></a></p>
<p style="text-align: center;"><a href="http://www.facebook.com/apps/application.php?id=19540106280"></a><a href="http://www.facebook.com/apps/application.php?id=19540106280">Profile Box</a></p>
<p>The top 2 are almost the same. Its just the name which gets Profile Box to the top of the list. These are really useful if you need 2 boxes on your profile. You can use both of them. The others are as good but it really depends on how you want to use them.</p>
<p>The catch here is that you cannot change the name of the box on your profile. I got two favorite bands. So i need two boxes. Hence, i used both Profile HTML &amp; Profile Box.</p>
<p>Ok, now the second thing you might need is some basic knowledge of FBML(like HTML, it is the Facebook markup language). Check out my next post for more on FBML. Till then...Have fun with those cool apps!</p>
<p>And if you're wondering how I got the music... thats exactly what FBML is for!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.durofy.com/internet-2/top-5-apps-to-use-html-in-your-facebook-profile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

