<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Facebook Fan Page Design &#8211; Part 1: A Custom Look</title>
	<atom:link href="http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/feed/" rel="self" type="application/rss+xml" />
	<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/</link>
	<description>Tech for the Local Church</description>
	<lastBuildDate>Wed, 21 Dec 2011 12:05:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kyle</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-273</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 24 Apr 2011 23:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-273</guid>
		<description>I am not sure if this page is outdated or I am just not getting it...but the app you suggest to use &quot;fbml&quot;...the screen I have on my page and the screenshot you have on this page dont match. There is no &quot;add this to my page&quot; link. Am I looking in the worng place??? </description>
		<content:encoded><![CDATA[<p>I am not sure if this page is outdated or I am just not getting it&#8230;but the app you suggest to use &quot;fbml&quot;&#8230;the screen I have on my page and the screenshot you have on this page dont match. There is no &quot;add this to my page&quot; link. Am I looking in the worng place???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-269</link>
		<dc:creator>Barbara</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-269</guid>
		<description>Hello, 
I would like to hire someone to create my Facebook Fan page. Any recommendations? Any students? 
Thanks </description>
		<content:encoded><![CDATA[<p>Hello,<br />
I would like to hire someone to create my Facebook Fan page. Any recommendations? Any students?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherrie Slopianka</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-116</link>
		<dc:creator>Sherrie Slopianka</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-116</guid>
		<description>MARTIN:  I  just realized that my code did NOT copy over correctly. 
 
Use this code for placing an image within your FBML tab. 
 
 
&lt;img src=&quot;http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/90296d0a093a494a9f70abae31c1daf1.png&quot; /&gt; 
 
 
It&#039;s just a static image with no hyperlinks etc. 
 
To see this image you can go to:  &lt;a href=&quot;http://bit.ly/ministryvaultexample&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/ministryvaultexample&lt;/a&gt;   
 
Sorry about that! 
 </description>
		<content:encoded><![CDATA[<p>MARTIN:  I  just realized that my code did NOT copy over correctly. </p>
<p>Use this code for placing an image within your FBML tab. </p>
<p>&lt;img src=&quot;<a href="http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/90296d0a093a494a9f70abae31c1daf1.png&#038;quot" rel="nofollow">http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/90296d0a093a494a9f70abae31c1daf1.png&#038;quot</a>; /&gt; </p>
<p>It&#039;s just a static image with no hyperlinks etc. </p>
<p>To see this image you can go to:  <a href="http://bit.ly/ministryvaultexample" rel="nofollow">http://bit.ly/ministryvaultexample</a>   </p>
<p>Sorry about that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherrie Slopianka</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-115</link>
		<dc:creator>Sherrie Slopianka</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-115</guid>
		<description>Hi Martin - you need to host your images on a site like flickr, photobucket or your own hosting site.  Our company uses godaddy.com   
 
Facebook has their own markup language code called FBML (Facebook Markup Language.)  Basically what you do is create a canvas and then build on top of that. 
 
If you simply want to source an image within the FBML tab here is the code for that. 
 
 
&lt;img src=&quot;http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/1a695df239854051a2aa5891ccc3baa0.png&quot; width=&quot;200&quot; height&quot;600&quot; border=&quot;0&quot; target=&quot;_blank&gt;&lt;/a&gt; 
 
 
What I provided in the code above is the IMAGE and then the DIMENSIONS of the image. 
 
Your image cannot be wider than 520px. 
 
Facebook is getting rid of all boxes and shrinking the page size to 520px within the next few weeks. 
 
To see what this page looks like you can go to &lt;a href=&quot;http://bit.ly/ministryvaultexample&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/ministryvaultexample&lt;/a&gt; 
 
Stop by and connect with us at our Facebook for Churches page!  We&#039;d love to see you over there! 
  &lt;a href=&quot;http://www.facebook.com/churchFBMLfanpages&quot; rel=&quot;nofollow&quot;&gt;www.facebook.com/churchFBMLfanpages&lt;/a&gt; 
 
 
 </description>
		<content:encoded><![CDATA[<p>Hi Martin &#8211; you need to host your images on a site like flickr, photobucket or your own hosting site.  Our company uses godaddy.com   </p>
<p>Facebook has their own markup language code called FBML (Facebook Markup Language.)  Basically what you do is create a canvas and then build on top of that. </p>
<p>If you simply want to source an image within the FBML tab here is the code for that. </p>
<p>&lt;img src=&quot;<a href="http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/1a695df239854051a2aa5891ccc3baa0.png&#038;quot" rel="nofollow">http://app.onlinephotofiler.com/Img1/A_1/0/9/1/141901/1a695df239854051a2aa5891ccc3baa0.png&#038;quot</a>; width=&quot;200&quot; height&quot;600&quot; border=&quot;0&quot; target=&quot;_blank&gt; </p>
<p>What I provided in the code above is the IMAGE and then the DIMENSIONS of the image. </p>
<p>Your image cannot be wider than 520px. </p>
<p>Facebook is getting rid of all boxes and shrinking the page size to 520px within the next few weeks. </p>
<p>To see what this page looks like you can go to <a href="http://bit.ly/ministryvaultexample" rel="nofollow">http://bit.ly/ministryvaultexample</a> </p>
<p>Stop by and connect with us at our Facebook for Churches page!  We&#039;d love to see you over there!<br />
  <a href="http://www.facebook.com/churchFBMLfanpages" rel="nofollow">http://www.facebook.com/churchFBMLfanpages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherrie Slopianka</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-114</link>
		<dc:creator>Sherrie Slopianka</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-114</guid>
		<description>Best way to load in php is by embedding a code from either mailchimp, Google forms, constant contact etc. </description>
		<content:encoded><![CDATA[<p>Best way to load in php is by embedding a code from either mailchimp, Google forms, constant contact etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Johnson</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-108</link>
		<dc:creator>Martin Johnson</dc:creator>
		<pubDate>Sat, 26 Jun 2010 05:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-108</guid>
		<description>Hi guys, 
Where do you load the images that are displayed and how then to do link to them in html? I assume they&#039;re loaded as photos on the FB page itself? </description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
Where do you load the images that are displayed and how then to do link to them in html? I assume they&#039;re loaded as photos on the FB page itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff jansen</title>
		<link>http://ministryvault.com/tutorial/facebook-fan-page-design-part-1-of-6-a-custom-look/comment-page-1/#comment-107</link>
		<dc:creator>jeff jansen</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://ministryvault.com/?p=511#comment-107</guid>
		<description>Looking forward to next week, I hope you can touch on php with fbml as well. </description>
		<content:encoded><![CDATA[<p>Looking forward to next week, I hope you can touch on php with fbml as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

