





<?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 video</title>
	<atom:link href="http://www.durofy.com/tag/facebook-video/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>
	</channel>
</rss>

