<?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>IanDavidChapman.com</title>
	<atom:link href="http://www.iandavidchapman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iandavidchapman.com</link>
	<description>Marketing Strategy, Social Media, Mobile, Responsive Website Design</description>
	<lastBuildDate>Fri, 10 May 2013 13:37:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Set your own YouTube thumbnails when embedding a video</title>
		<link>http://www.iandavidchapman.com/set-your-own-youtube-thumbnails-when-embedding-a-video/</link>
		<comments>http://www.iandavidchapman.com/set-your-own-youtube-thumbnails-when-embedding-a-video/#comments</comments>
		<pubDate>Fri, 10 May 2013 13:37:51 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=711</guid>
		<description><![CDATA[<p>If you have your own YouTube channel but don&#8217;t have partner status you may have wanted to set your own video thumbnails when you embed a video on your own blog or website. Sometimes the YouTube video image is very blurred or they just pick a really bad image that doesn&#8217;t represent the video at [...]</p><p>The post <a href="http://www.iandavidchapman.com/set-your-own-youtube-thumbnails-when-embedding-a-video/">Set your own YouTube thumbnails when embedding a video</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[If you have your own YouTube channel but don&#8217;t have partner status you may have wanted to set your own video thumbnails when you embed a video on your own blog or website. Sometimes the YouTube video image is very blurred or they just pick a really bad image that doesn&#8217;t represent the video at all.<span id="more-711"></span>

In order to do this you have to use a little workaround and get your hands dirty by making a few adjustments to the embed code.

the first video is just a straight emebed from YouTube using their normal embed code. As you can see the thumbnail looks Ok but what if you wanted to change it to something else or wanted to show more of the image.

&nbsp;



The next example is using a little bit of custom code so that the video is displayed inside a hidden div tag and when you click on the image the video is revealed and starts to play
<div><img style="cursor: pointer" alt="" src="http://www.iandavidchapman.com/wp-content/uploads/2013/05/wwalk-hammerknuden-800x450.png" />
<div id="thevideo"></div>


The code is pretty simple.
<pre>
<div><img style="cursor: pointer" alt="" src="http://www.yourwesite.com/wp-content/uploads/2013/05/yourthumbnail.png" /></div>
<div id="thevideo"></div></pre>

If you want the video to autoplay you need to add the following code to your YouTube Embed code in two places, after value= and src=
<pre>;autoplay=1</pre>
Here is the autoplay code inside the YouTube Video so you can see exactly where to place it.
<pre>value="http://www.youtube.com/v/-4gs5lvH1zE?hl=en_GB&amp;version=3&amp;rel=0;autoplay=1"</pre>
<pre>src="http://www.youtube.com/v/-4gs5lvH1zE?hl=en_GB&amp;version=3&amp;rel=0;autoplay=1"</pre>
To make the video and the thumbnail work well together you need to make them exactly the same size. In this example I am embedding a widescreen 16:9 aspect ratio video on my webpage at a size of 800px by 450px. So I created my thumbnail image 800px by 450px and uploaded it to my wordpress media library.

<p>The post <a href="http://www.iandavidchapman.com/set-your-own-youtube-thumbnails-when-embedding-a-video/">Set your own YouTube thumbnails when embedding a video</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/set-your-own-youtube-thumbnails-when-embedding-a-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove photos from your iphone</title>
		<link>http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/</link>
		<comments>http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 15:24:13 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[Apple Computers]]></category>
		<category><![CDATA[IPhone 4s]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=699</guid>
		<description><![CDATA[<p>This post will show you how to delete all the photos on your iphone and then put the best ones back onto your camera roll. After spending 7 hours trying to do what should be a most basic task, i.e. take all the photos from my phone, select the best ones and delete the rest, [...]</p><p>The post <a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/">How to remove photos from your iphone</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[This post will show you how to delete all the photos on your iphone and then put the best ones back onto your camera roll.

<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/camera-roll/" rel="attachment wp-att-705"><img class="alignnone size-medium wp-image-705" alt="camera-roll" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/camera-roll-199x300.jpg" width="199" height="300" /></a>

After spending 7 hours trying to do what should be a most basic task, i.e. take all the photos from my phone, select the best ones and delete the rest, I have vowed my next phone will be on Android. Even though I&#8217;ve been in love with apple products for about 5 years when I got more into photography and wanted to start moving my photos around between my laptop, iphone and ipad trouble began.

Anyway, this post is for anyone else who is having the same frustrations I had and might just speed up the process for you. I did this on my iphone 4s, running IOS version 5.1.1

I wanted to do this without using itunes or iphoto as I hate pressing that SYNC button. I have accidentally erased the contents on my phone multiple times for me ever to trust it again.
<h2>Step 1 &#8211; Backup your photos.</h2>
The first step I took is to back up all my photos to an external hard drive, I manage all my images using Lightroom 4 and store them on a single external hard drive.

The way I did this was to use a piece of software called <a href="http://www.macroplant.com/iexplorer/index-c.php?utm_expid=15979170-15&amp;utm_referrer=https%3A%2F%2Fwww.google.dk%2F" target="_blank">IExplorer</a>. It allows you to use your Iphone like a USB drive.

You can navigate to the folder where your photos are store by following this file path.

Root/private/var/mobile/Media/DCIM/100APPLE

Just select all the photos in this folder and copy them to where you want to store your backup.

<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/i-explorer-files/" rel="attachment wp-att-700"><img class="alignnone size-medium wp-image-700" alt="i-explorer-files" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/i-explorer-files-300x293.png" width="300" height="293" /></a>
<h2>Step 2 &#8211; Delete all the photos on iphone camera roll.</h2>
Once you have your backup, you can safely delete all the photos on your iphone. The problem is there is no way to do this from your phone. I discovered a quick way to do this using Finder after searching extensively on the net for a solution. Thanks to <a id="jive-441335520419237417955203" href="https://discussions.apple.com/people/tandoantd" rel="nofollow" data-externalid="" data-username="tandoantd" data-avatarid="1316">tandoantd</a> for this <a href="https://discussions.apple.com/thread/3777283?start=0&amp;tstart=0" target="_blank">solution </a>
<p style="padding-left: 30px;">connect your iphone to your mac</p>
<p style="padding-left: 30px;">open preview</p>
<p style="padding-left: 30px;">select file &gt; import from iphone</p>
<p style="padding-left: 30px;">select command + A to select all photos</p>
<p style="padding-left: 30px;">hit the delete symbol on the bottom</p>
<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/preview/" rel="attachment wp-att-701"><img class="alignnone size-medium wp-image-701" alt="preview" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/preview-300x146.png" width="300" height="146" /></a>

<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/import/" rel="attachment wp-att-702"><img class="alignnone size-medium wp-image-702" alt="import" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/import-300x215.png" width="300" height="215" /></a>

<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/delete-photos/" rel="attachment wp-att-703"><img class="alignnone size-medium wp-image-703" alt="delete-photos" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/delete-photos-300x256.png" width="300" height="256" /></a>

&nbsp;

This will take a while to delete all the photos especially if you have a lot, so take a break and come back in 20 minutes. Once all the photos are deleted you are ready to select the best ones and put them back onto your phone.
<h2>Step 3 &#8211; Select your favourite photos</h2>
I did this using Lightroom 4, but you can do this using any photo software. I starred all the ones I liked and then exported the best ones to their own new folder ready to put back on my iphone.

I first tried to use the Itunes method of syncing the new photos folder, I thought it had worked but my camera roll was still empty. Iphones store synced photos in Albums and not on the Camera roll where I wanted them.

After much searching I found a way to put the photos back on my phone using an iphone app and transferring them via wifi.
<h2>Step 4 &#8211; Transfer your photos back to Iphone Camera Roll</h2>
You need to install an app called <a href="https://itunes.apple.com/us/app/drop2roll-transfer-photos/id465052012?mt=8" target="_blank">drop2roll</a> this allows you to move pictures from your computer back to your iphone camera roll. To use it you will also need to install <a href="http://cyberduck.ch/" target="_blank">CyberDuck</a>, a free FTP software. You need to make sure your phone and computers wifi is turned on and they are both on the same network. Here is a short video I found on Youtube explaining how to do this.

&nbsp;

<object width="640" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7b_kRMgg790?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="640" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/7b_kRMgg790?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object>

&nbsp;
<h2>Step 5 Decide whether having an Iphone is really worth all the trouble.</h2>
After spending so much time doing such a simple task, decide if owning apple hardware is really worth it when they control and restrict the way you use it.

I for one will be jumping ship at the next opportunity. I hate to say it but my next phone will probably be made by Samsung and not Apple.

<a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/samsunggalaxys4video/" rel="attachment wp-att-704"><img class="alignnone size-medium wp-image-704" alt="SamsungGalaxyS4Video" src="http://www.iandavidchapman.com/wp-content/uploads/2013/04/SamsungGalaxyS4Video-300x225.jpg" width="300" height="225" /></a><p>The post <a href="http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/">How to remove photos from your iphone</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/how-to-remove-photos-from-your-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time For A Facelift</title>
		<link>http://www.iandavidchapman.com/time-for-a-facelift/</link>
		<comments>http://www.iandavidchapman.com/time-for-a-facelift/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 18:18:22 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=685</guid>
		<description><![CDATA[<p>It&#8217;s been a long time since I last updated this blog and it&#8217;s a bit embarrassing really since this is my personal blog. the last post I actually published here was on May 13th 2010. I had pretty much abandoned this blog in November 2009 when I launched Crowd Conversion, one of the first and best Facebook [...]</p><p>The post <a href="http://www.iandavidchapman.com/time-for-a-facelift/">Time For A Facelift</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[It&#8217;s been a long time since I last updated this blog and it&#8217;s a bit embarrassing really since this is my personal blog. the last post I actually published here was on May 13th 2010. I had pretty much abandoned this blog in November 2009 when I launched Crowd Conversion, one of the first and best Facebook Marketing training programs.

If anyone googled my name this site is where they would end up, It didn&#8217;t look pretty since it had mutated into a mass of popups, outdated plugins, toolbars and widgets that I hadn&#8217;t had time to stay on top of.<span id="more-685"></span>

<a href="http://www.iandavidchapman.com/time-for-a-facelift/pigs_and_pearls/" rel="attachment wp-att-690"><img class="alignnone size-medium wp-image-690" alt="Pigs_and_Pearls" src="http://www.iandavidchapman.com/wp-content/uploads/2013/01/Pigs_and_Pearls-300x225.jpg" width="300" height="225" /></a>

I finally decided it was time to give this website a long overdue facelift. Even though I&#8217;ve developed hundreds of websites for my own business and my clients over the past 6 years I had a huge inertia to update this one.  One of the reasons was I really didn&#8217;t know where to start.

I decided to be a bit ruthless and clear out everything. I deleted all the plugins and sidebar widgets, updated wordpress and installed a brand new theme. Phew&#8230; It feels like I can actually breathe again.
<h3>The Traffic Stats Surprised Me</h3>
<a href="http://www.iandavidchapman.com/time-for-a-facelift/google-analytics-iandavidchapman-com/" rel="attachment wp-att-689"><img class="alignnone size-medium wp-image-689" alt="google-analytics-iandavidchapman.com" src="http://www.iandavidchapman.com/wp-content/uploads/2013/01/google-analytics-iandavidchapman.com_-300x127.png" width="300" height="127" /></a>

While updating the website I tracked down my google analytics stats which I hadn&#8217;t checked them in years. I had a bit of a shock to see how much traffic google was still sending me. Over 38,000 unique visitors in the past year on a website that I had done absolutely nothing with. It seems I did my SEO well all those years before so I can give myself a little pat on the back.  Let this be a lesson to anyone who is starting out a new blog.
<blockquote>Make killer content  and Google will love you for years to come.</blockquote>
<h3>Relevant Content</h3>
The problem I now face is a lot of the content that I created is now out of date since it was Facebook related, so when visitors arrive it&#8217;s no longer relevant to them. In the future I am going to focus on writing more evergreen content and I might even update some of my highest traffic blog posts.
<h3>Next Step Deleting My Outdated Facebook Friends.</h3>
The next thing on my list of tasks I&#8217;ve avoided, is to clean up my  Facebook account.  It needs trimming down to a more manageable size and I need to delete contacts who I either don&#8217;t know or who I accepted without checking if they are actually in  my target market.<p>The post <a href="http://www.iandavidchapman.com/time-for-a-facelift/">Time For A Facelift</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/time-for-a-facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Friendly Marketing</title>
		<link>http://www.iandavidchapman.com/mobile-friendly-marketing/</link>
		<comments>http://www.iandavidchapman.com/mobile-friendly-marketing/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 15:02:33 +0000</pubDate>
		<dc:creator>iandavidchapman</dc:creator>
				<category><![CDATA[Mobile Marketing]]></category>

		<guid isPermaLink="false">http://crowdconversionlist.com/?p=69</guid>
		<description><![CDATA[<p>How To Optimize Your Website And Marketing Process For Mobile Devices In the presentation below.. You will discover why it&#8217;s so vital to cater to mobile web users and why this is going to be even more important in the future. The five main areas that you need to focus on no matter what type [...]</p><p>The post <a href="http://www.iandavidchapman.com/mobile-friendly-marketing/">Mobile Friendly Marketing</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3><a href="http://crowdconversionlist.com/wp-content/uploads/2011/11/mobile-friendly-marketing.png"><img class="alignnone size-medium wp-image-70" title="mobile-friendly-marketing" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/11/mobile-friendly-marketing-300x153.png" width="300" height="153" /></a></h3>
<h2>How To Optimize Your Website And Marketing Process For Mobile Devices</h2>
In the presentation below..
<ul>
	<li>You will discover why it&#8217;s so vital to cater to mobile web users and why this is going to be even more important in the future.</li>
	<li>The five main areas that you need to focus on no matter what type business you are in.</li>
	<li>Tools you can use to build a mobile friendly site or optimize your existing one.</li>
	<li>The best way to prepare your digital media for mobile consumption.<span id="more-667"></span></li>
</ul>
<object width="640" height="480" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Ao5SCpx1ttg?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="640" height="480" type="application/x-shockwave-flash" src="http://www.youtube.com/v/Ao5SCpx1ttg?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object>

<strong>VIDEO TIMELINE</strong>   :  00:00 Introduction 00:58 Mobile Web Explosion 02:17 Email Marketing For Mobile 03:40 Mobile Website Simulators 05:01 Your Website 06:12 The Zen of Mobile &#8211; Designing Your Mobile Site 08:50 Mobile Website Builders 10:28 Design Consideration 11:17 Mobilizing Your blog 12:30 Your Marketing Process 14:00 Digital Media For Mobile 16:20 QR Codes &#8211; Mobile Links 17:28 Action Steps
<h2>Downloads</h2>
<a href="http://mobilemarketing.s3.amazonaws.com/Mobile-Friendly-Marketing.pdf" target="_blank"><img class="alignnone size-medium wp-image-48" title="Click Here To Download The Presentation" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/downloadactionguide-300x101.png" width="300" height="101" /></a>
<h2>Resources</h2>
<h3>Mobile Preview Desktop App</h3>
<div><a href="http://www.springbox.com/mobilizer/">http://www.springbox.com/mobilizer/</a></div>
<h3>Mobile Device Detection</h3>
<div><a href="http://code.google.com/p/mobileesp/">http://code.google.com/p/mobileesp/</a></div>
<h3>Mobile Website Builders</h3>
<div><a href="http://wapple.net/">http://wapple.net/</a></div>
<div><a href="http://mobify.com/">http://mobify.com/</a></div>
<div><a href="http://www.wirenode.com/">http://www.wirenode.com/</a></div>
<div><a href="http://mobilesitegalore.com/">http://mobilesitegalore.com/</a></div>
<div><a href="http://bmobilized.com/">http://bmobilized.com</a></div>
<h3>Best WordPress Mobile Plugins</h3>
<div>

<a href="http://wordpress.org/extend/plugins/mobilepress/">http://wordpress.org/extend/plugins/mobilepress/</a>
<a href="http://wordpress.org/extend/plugins/onswipe/">http://wordpress.org/extend/plugins/onswipe/</a>
<a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/">http://wordpress.org/extend/plugins/wordpress-mobile-pack/</a>
<a href="http://wordpress.org/extend/plugins/oqey-gallery/">http://wordpress.org/extend/plugins/oqey-gallery/</a>
<h3>Mobile Text &amp; Voice Services</h3>
<a href="http://www.voiceshot.com/">http://www.voiceshot.com/</a>
<a href="http://trumpia.com/">http://trumpia.com/</a>
<h3>QR Code Generator</h3>
<a href="http://qrcode.kaywa.com/">http://qrcode.kaywa.com/</a>

&nbsp;

If you have enjoyed this video, have any feedback or have any other resources you want to share please leave a comment below. Feel free to share this with your friends too!

</div><p>The post <a href="http://www.iandavidchapman.com/mobile-friendly-marketing/">Mobile Friendly Marketing</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/mobile-friendly-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It’s Official – People Who Use Macs Are Richer And More Productive</title>
		<link>http://www.iandavidchapman.com/people-who-use-macs-are-richer-and-more-productive/</link>
		<comments>http://www.iandavidchapman.com/people-who-use-macs-are-richer-and-more-productive/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 10:26:25 +0000</pubDate>
		<dc:creator>iandavidchapman</dc:creator>
				<category><![CDATA[Apple Computers]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://crowdconversionlist.com/?p=55</guid>
		<description><![CDATA[<p>How Much Time Do You Waste? Did you ever stop and consider if the computer you are using is affecting your success and business productivity. Most people don’t realize how much time they actually spend at the keyboard and how much time they are wasting because the technology they use isn’t up to the job. [...]</p><p>The post <a href="http://www.iandavidchapman.com/people-who-use-macs-are-richer-and-more-productive/">It’s Official – People Who Use Macs Are Richer And More Productive</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>How Much Time Do You Waste?</h3>
Did you ever stop and consider if the computer you are using is affecting your success and business productivity.

Most people don’t realize how much time they actually spend at the keyboard and how much time they are wasting because the technology they use isn’t up to the job.

<a href="http://crowdconversionlist.com/wp-content/uploads/2011/11/macvspc1.jpg"><img class="alignnone size-full wp-image-57" style="border: 10px solid lightgrey;" title="macvspc" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/11/macvspc1.jpg" width="248" height="122" /></a>

When I first got started online my computer was a mid range PC it had a built in web cam and was running windows vista. It cost me around $1000 and I was initially very happy with my purchase.
<h3>An Expensive Chunk Of Aluminum?</h3>
One thing I did notice was that practically all the successful “Marketing Gurus” I was following used Mac’s and not PC’s. Did they know something that I didn’t? What was so special about those expensive chunks of aluminum?

I had originally considered buying a Mac, but at that time they weren’t so popular as they are today and I couldn’t logically justify the price. It seemed like I was only paying for looks and design not for the amount of memory or processing power.

I reasoned that all those millionaire marketers just had them to show off. I kept telling myself that my PC was perfectly fine and that when I became successful I would get one too.
<h3>A Catch 22 Situation</h3>
I didn’t realize that I was caught in a catch 22 situation and  that my PC was actually slowing me down and hampering my ability to succeed.

I was ignoring the fact that I had to restart my computer around 2 or 3 times a day. This meant waiting for around 15 minutes for it to shutdown and restart. (That’s 45 minutes every day just sitting around doing nothing) or the fact that every few months I would pick up a virus and spend the next 48 hours frantically trying to resolve the issue. (this happened 3 times)

<strong>Over a whole year I was losing around 34 days because my computer had crashed</strong>.

It wasn’t until I started to make videos that the frustration increased. Not only did I have a big psychological block to video I also faced a technological one.

<a href="http://crowdconversionlist.com/wp-content/uploads/2011/11/angryman.png"><img class="alignnone size-medium wp-image-59" style="border: 10px solid lightgrey;" title="angryman" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/11/angryman-300x292.png" width="240" height="234" /></a>

My first attempt at making a video was extremely painful. I tried using the built in webcam but the quality was too poor. I then went out and purchased a high quality external web cam which seemed to do the Job better but I still had audio issues and software conflicts. It kept crashing all the time. Another $150 wasted

I then wanted to edit the video clips but didn’t have the right software. I spent ages researching how to do this and discovered that I would need to spend several hundred dollars on video editing software and then have to learn how to use it.

As my frustration built up I realized that it was going to cost me an arm and a leg to do what all these gurus kept telling me was vital to my online success.
<h3>Problems Solved&#8230;</h3>
The penny finally dropped when I was watching <a href="http://twitter.com/#!/ed_dale">Ed Dale</a> show off his latest purchase. He was making a quick video for his subscribers putting his new Macbook pro through its paces. He was using the built in webcam and microphone and what struck me was the quality of the recording that was produced. It was crystal clear as if he was sitting in the room right next to me.

No fuzzy video jumping frames or audio that didn’t sync up to his lips and no need to wear headphones to prevent audio feedback.

At that moment I decided that I needed to make the switch and to be honest it was probably one of the most profitable decisions I have ever made.

<strong>I threw caution to the wind and took the plunge</strong> investing in a top of the range 15inch Macbook pro.
<h3>Mac&#8217;s Totally Rock For Making Video</h3>
Video editing became really simple and intuitive. Imovie, the built in video editing software met pretty much all of my needs at the time. I could record a powerpoint video in no time and add background music and titles and could also pull in clips from my flip video camera without having to convert them to a new format.

The thing I noticed the most was <strong>a lot less crashes</strong> since software on the Mac seemed to be much more stable. Instead of restarting 3 times a day it was now happening once or twice a week. <strong>I also didn’t need any antivirus software</strong> or have to perform weekly scans and cleanups as I did on my old PC

My skype conversations took on a whole new dimension. I could speak from anywhere in my office as the internal microphone was so sensitive. I was no longer chained to the desk via my headphones and my old desktop microphone.

If I was to estimate what percentage my productivity increased it would be around the 30% mark. <strong>Imagine what a 30% productivity increase could mean to you.</strong>

<a href="http://crowdconversionlist.com/wp-content/uploads/2011/11/Break-Limitations.jpg"><img class="alignnone size-medium wp-image-60" style="border: 10px solid lightgrey;" title="Break-Limitations" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/11/Break-Limitations-300x205.jpg" width="300" height="205" /></a>
<h3>Is your current technology actually up for the Job?</h3>
If you have a PC have you considered making the switch to a Mac

If money is the only issue have you calculated <strong>how much time and money you might be wasting by still clinging to your PC?</strong>

Now I know I must sound like an Apple fanboy and to be perfectly honest I am.

<a href="http://crowdconversionlist.com/wp-content/uploads/2011/11/ilovemac.png"><img class="alignnone size-medium wp-image-61" style="border: 10px solid lightgrey;" title="ilovemac" alt="" src="http://crowdconversionlist.com/wp-content/uploads/2011/11/ilovemac-300x246.png" width="300" height="246" /></a>

To be fair you can make good quality video using a PC if you know how to do it. It has excellent programs like <a href="http://www.techsmith.com/camtasia.html">camtasia</a>, and <a href="http://www.sonycreativesoftware.com/vegassoftware">sony vegas studio</a> but they all come at a price. Plus you may need an external microphone or professional web cam. (all this adds up)
<h3>It’s official – People Who Use Macs Are Richer And More Productive</h3>
The thing is, its not just me who thinks that Macs are better than PC’s a recent study carried out by Forrester Research shows that <a href="http://www.businessinsider.com/mac-users-are-more-productive-2011-10" target="_blank">People Who Use Macs Are Richer And More Productive</a>
<blockquote>“Mac users the &#8220;heavy hitters&#8221; and &#8220;heroes&#8221; in organizations, and said that they hate windows PCs because they slow them down and look cheap.”</blockquote>
<h3>So what’s the best Mac for You?</h3>
This really depends on your needs and budget, I have outlined my own recommendations below.

<a href="http://www.apple.com/macbookpro/" target="_blank">A 17 inch Macbook Pro</a> if you want a laptop that can also be used as a desktop – You can easily hook it up to a big monitor.

<a href="http://www.apple.com/macbookair/" target="_blank">A 13 inch Macbook Air</a> if you want something portable and with a long battery life

<a href="http://www.apple.com/imac/" target="_blank">A 27inch Quadcore Imac</a> – this is for those who will be doing a lot of video editing and want a big screen and lightning speed rendering.

<a href="http://www.apple.com/ipad/" target="_blank">An Ipad</a> – I couldn’t live without mine

I hope you have enjoyed this article and that it helps some of you make that shift over to the dark side. I can assure you that it will be an important step on your path to online marketing success. I welcome all your comments as I am sure I will have upset some die hard PC lovers out there.

&nbsp;

<strong>DISCLAIMER :</strong> The author does not work for apple computers but is a self confessed Mac Addict.  He currently owns a 2.8 GhZ Quadcore Mac Pro, 15 Inch Macbook Pro, 13 Inch Mac book Air, 64 Gb Ipad. 32Gb Iphone.<p>The post <a href="http://www.iandavidchapman.com/people-who-use-macs-are-richer-and-more-productive/">It’s Official – People Who Use Macs Are Richer And More Productive</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/people-who-use-macs-are-richer-and-more-productive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding A Facebook Twitter Share Button To Your Word Press Blog</title>
		<link>http://www.iandavidchapman.com/adding-a-facebook-twitter-share-button-to-your-word-press-blog/</link>
		<comments>http://www.iandavidchapman.com/adding-a-facebook-twitter-share-button-to-your-word-press-blog/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:55:47 +0000</pubDate>
		<dc:creator>iandavidchapman</dc:creator>
				<category><![CDATA[Facebook Marketing]]></category>

		<guid isPermaLink="false">http://crowdconversionlist.com/?p=44</guid>
		<description><![CDATA[<p>UPDATE 17th Jan 20-13 : My current favourite sidebar sharing plugin that works well on mobile devices is AA&#8217;s Digg Digg Alternative plugin , you can download it here. http://wordpress.org/extend/plugins/aas-digg-digg-alternative/ &#160; Many of the most popular Social Media websites use a sharing widget on the left side of their blog posts. This tutorial will show you [...]</p><p>The post <a href="http://www.iandavidchapman.com/adding-a-facebook-twitter-share-button-to-your-word-press-blog/">Adding A Facebook Twitter Share Button To Your Word Press Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<strong>UPDATE 17th Jan 20-13</strong><strong> :</strong><em> My current favourite sidebar sharing plugin that works well on mobile devices is AA&#8217;s Digg Digg Alternative plugin , you can download it here. <a href="http://wordpress.org/extend/plugins/aas-digg-digg-alternative/" target="_blank">http://wordpress.org/extend/plugins/aas-digg-digg-alternative/</a></em>

&nbsp;
<div class="LessonContent">
<div class="LessonSummary">

Many of the most popular Social Media websites use a sharing widget on the left side of their blog posts. This tutorial will show you a simple wordpress plugin you can use to achieve a similar result

<iframe src="http://www.youtube.com/embed/DN9xq4aOXZ4?rel=0" height="480" width="640" frameborder="0"></iframe>

</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502368873.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502368873.png" width="532" height="442" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">As you scroll down the post the widget stays in place which means its always visible on the page increasing the liklihood of people sharing</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502412810.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502412810.png" width="532" height="416" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">The plugin we are going to use is called &#8220;<a href="http://www.searchtechword.com/2011/06/wordpress-plugin-add-twitter-facebook-google-plus-one-share/" target="_blank">Twitter, Facebook Like, Google Plus One Social Share</a>&#8220;</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318503308874.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318503308874.png" width="532" height="504" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">To add a wordpress plugin to your website login to your wordpress admin dashboard and select plugins on the left hands side</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502437799.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502437799.png" width="532" height="379" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Click on &#8220;Add New&#8221;</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502450271.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502450271.png" width="263" height="131" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Enter &#8220;Twitter Facebook Social Share&#8221;in the search box and install</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502476948.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502476948.png" width="532" height="206" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Install the plugin and activate it</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502500823.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502500823.png" width="532" height="241" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Now under Settings select TF social Share</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502549616.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502549616.png" width="532" height="443" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">You can now configure the plugin, select what social media sites you want displayed and where you want it to show up on your blog</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502571921.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502571921.png" width="532" height="261" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">You can configure how the left side floating option will be shown</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502582533.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502582533.png" width="532" height="86" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">You can also adjust the width and size of the social media buttons to match your blog design</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502591334.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502591334.png" width="532" height="128" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">By deafult the share box displays above each blog post</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502616053.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502616053.png" width="532" height="370" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">If you want it to show on the left side of the post you need to alter the position setting</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502666949.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502666949.png" width="532" height="86" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">You can select where on the screen you want it to display</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502650806.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502650806.png" width="532" height="85" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">So now the plugin is activated and showing in the correct place all you now need to do is send some traffic and encourage people to share your content</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" alt="media_1318502705436.png" src="http://crowdconversionlist.com/wp-content/uploads/2011/10/media_1318502705436.png" width="532" height="542" /></div>
</div>
</div>
&nbsp;<p>The post <a href="http://www.iandavidchapman.com/adding-a-facebook-twitter-share-button-to-your-word-press-blog/">Adding A Facebook Twitter Share Button To Your Word Press Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/adding-a-facebook-twitter-share-button-to-your-word-press-blog/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How To Use Facebook Insights On Your Website Or Blog</title>
		<link>http://www.iandavidchapman.com/how-to-use-facebook-insights-on-your-website-or-bog/</link>
		<comments>http://www.iandavidchapman.com/how-to-use-facebook-insights-on-your-website-or-bog/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 12:05:10 +0000</pubDate>
		<dc:creator>iandavidchapman</dc:creator>
				<category><![CDATA[Facebook Marketing]]></category>

		<guid isPermaLink="false">http://crowdconversionlist.com/?p=15</guid>
		<description><![CDATA[<p>Are you using FB Insights On Your Site ? Most people trying their luck with online marketing find themselves asking “Why did that happen, what did I post that worked (or didn’t work), how many likes did it generate?&#8221; Most people use Facebook Insights to monitor the success of a Fan Page, but. . . [...]</p><p>The post <a href="http://www.iandavidchapman.com/how-to-use-facebook-insights-on-your-website-or-bog/">How To Use Facebook Insights On Your Website Or Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3><strong>Are you using FB Insights On Your Site ?</strong></h3>
Most people trying their luck with online marketing find themselves asking
“Why did that happen, what did I post that worked (or didn’t work), how many likes did it generate?&#8221;
Most people use Facebook Insights to monitor the success of a Fan Page, but. . .

<strong> Few people know</strong> that you can use Facebook Insights on your blog and your website’s landing pages

<iframe src="http://www.youtube.com/embed/IuTPA2MJ2kM?rel=0" height="480" width="640" frameborder="0"></iframe>
<h3><strong> Stop Guessing And Start Marketing With Precision</strong></h3>
<a href="http://www.facebook.com/insights" target="_blank">Facebook insights</a> will give you almost “psychic insight” into the age range of your sites visitors, male to female ratio,  and which country they are from.

<a href="http://www.facebook.com/insights">Facebook Insights</a>  will give you the ability to track:
<ol>
	<li>How many people are liking your posts.</li>
	<li>The extra exposure that each like gives you on Facebook.</li>
	<li>How many people are clicking on the links to your site, that have been shared on Facebook.</li>
	<li>Which times of day are getting you the most amount of viral traffic.</li>
	<li>Which type of posts your readers are responding to.</li>
</ol>
<h3><strong>Here is your action plan</strong></h3>
<em>Step 1</em>: Install Facebook Analytics on your site (<a href="http://www.youtube.com/watch?v=IuTPA2MJ2kM">video tutorial here</a>)

<em>Step 2</em>: Write a new blog post for your subscribers

<em>Step 3.</em> Use Facebook Insights to see what is getting you most traction

In combination with your Google Analytics this gives you a powerful weapon in your marketing arsenal.

The only question is now, <strong>are you going to take action. . .?</strong>

To Your Success

Ian David Chapman

PS: <em>Definitely worth the 5 mins it takes to install </em>-

<a href="http://www.youtube.com/watch?v=IuTPA2MJ2kM">Grab The Instructions To Install FB Insights On Your Website Here</a><p>The post <a href="http://www.iandavidchapman.com/how-to-use-facebook-insights-on-your-website-or-bog/">How To Use Facebook Insights On Your Website Or Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/how-to-use-facebook-insights-on-your-website-or-bog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Facebook Social Plugins To Your WordPress Blog</title>
		<link>http://www.iandavidchapman.com/how-to-add-facebook-social-plugins-to-your-wordpress-blog/</link>
		<comments>http://www.iandavidchapman.com/how-to-add-facebook-social-plugins-to-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 13 May 2010 15:23:38 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[Facebook For Business]]></category>
		<category><![CDATA[Facebook Marketing]]></category>
		<category><![CDATA[facebook tips]]></category>
		<category><![CDATA[Facebook Widgets]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[Viral Marketing]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=651</guid>
		<description><![CDATA[<p>Facebook Social Plugins After seeing the latest Social Plugins from Facebook I was testing out a few ways to integrate them on my wordpress blog. As a result of these investigations I would like to share a couple of useful resources to save you the time and effort of hunting this stuff down. Simple Facebook [...]</p><p>The post <a href="http://www.iandavidchapman.com/how-to-add-facebook-social-plugins-to-your-wordpress-blog/">How To Add Facebook Social Plugins To Your WordPress Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>Facebook Social Plugins</h3>
After seeing the latest <a href="http://developers.facebook.com/plugins">Social Plugins from Facebook</a> I was testing out a few ways to integrate them on my wordpress blog. As a result of these investigations I would like to share a couple of useful resources to save you the time and effort of hunting this stuff down.

<a href="http://www.iandavidchapman.com/wp-content/uploads/2010/05/social-plugins1.png"><img class="alignnone size-medium wp-image-652" style="border: 10px solid lightgrey;" title="social-plugins1" alt="" src="http://www.iandavidchapman.com/wp-content/uploads/2010/05/social-plugins1-300x256.png" width="300" height="256" /></a>
<h3>Simple Facebook Connect</h3>
This is a great wordpress plugin created by <a href="http://ottopress.com/wordpress-plugins/simple-facebook-connect/">Otto</a>. It basically consists of a Base plugin that configures you blog to interact with Facebook and then has a series of single plugins that you can activate as you need them.

<a href="http://wordpress.org/extend/plugins/simple-facebook-connect/" target="_blank">http://wordpress.org/extend/plugins/simple-facebook-connect/</a>
<h3>HyperArts</h3>
Another really useful resource that I stumbled upon is on HyperArts a blog written by Tim Ware

<a href="http://www.hyperarts.com/blog/how-to-add-facebook-like-button-social-plugins-to-wordpress-posts/#og-type">http://www.hyperarts.com/blog/how-to-add-facebook-like-button-social-plugins-to-wordpress-posts/#og-type</a>

this is more for coders and people who want to get down and dirty with FBML and hacking up your wordpress theme.
<h3>Like Buttons</h3>
As you can see if you are reading this post on my blog that I have configured the like button to show up at the top and bottom of every post. This is a great way for people to share your content directly to Facebooks newsfeed.

&nbsp;

&nbsp;

&nbsp;

&nbsp;<p>The post <a href="http://www.iandavidchapman.com/how-to-add-facebook-social-plugins-to-your-wordpress-blog/">How To Add Facebook Social Plugins To Your WordPress Blog</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/how-to-add-facebook-social-plugins-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warning : Facebook Fan Page Disabled</title>
		<link>http://www.iandavidchapman.com/warning-facebook-fan-page-disabled/</link>
		<comments>http://www.iandavidchapman.com/warning-facebook-fan-page-disabled/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 06:40:35 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[Facebook Fan Pages]]></category>
		<category><![CDATA[Facebook For Business]]></category>
		<category><![CDATA[Facebook Marketing]]></category>
		<category><![CDATA[social media marketing]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=634</guid>
		<description><![CDATA[<p>Facebook Change Their Terms Of Use For Fan Pages If you are the administrator of a Facebo0ok Fan page and you recently got a message like this from Facebook then you are probably a little upset to say the least. Most people who receive this kind of warning have no idea that they have violated [...]</p><p>The post <a href="http://www.iandavidchapman.com/warning-facebook-fan-page-disabled/">Warning : Facebook Fan Page Disabled</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<h3>Facebook Change Their Terms Of Use For Fan Pages</h3>
If you are the administrator of a Facebo0ok Fan page and you recently got a message like this from Facebook then you are probably a little upset to say the least.

<img class="alignnone size-full wp-image-637" style="border: 10px solid lightgrey;" title="solve-horseback-riding-fears-disabled" src="http://www.iandavidchapman.com/wp-content/uploads/2010/04/solve-horseback-riding-fears-disabled1.png" alt="solve-horseback-riding-fears-disabled" width="644" height="335" />

Most people who receive this kind of warning have no idea that they have violated any of Facebooks&#8217; terms and conditions and feel somewhat victimized, especially if they have spent a lot of time and effort building up their Facebook community only to have their publishing rights taken away.
<h3>Jane Savoie Gets Her Fan Page Disabled</h3>
<h3><img class="alignnone size-full wp-image-638" title="horseridingfears" src="http://www.iandavidchapman.com/wp-content/uploads/2010/04/horseridingfears1.png" alt="horseridingfears" width="608" height="160" /></h3>
This exact thing happened to Jane Savoie, an Olympic horseback riding champion who had her publishing rights removed by Facebook because they deem her page to &#8220;<strong>represent generic concepts</strong>&#8221; I can only assume that they looked at the name of her fan page and decided that it did not clearly represent her business.

<strong>&#8220;Solve Horseback Riding Fears&#8221;</strong> has become a thriving community of horse owners and people interested in horseback riding and Jane has been the driving force behind this community. I have suggested to Jane that she contact Facebook directly <strong>(disabled@facebook.com</strong>)  to request that they reinstate her publishing rights and that they change the name slightly to reflect that it represents her business more clearly to &#8220;<strong>Jane Savoie : Solve Horse Back Riding Fears</strong>&#8221;
<h3>Facebook Change Their Terms Of Service</h3>
Facebook restricts the publishing rights of Pages that impersonate other entities, <strong>represent generic concepts</strong>, spam users, or otherwise violate our Terms of Use. These policies are designed to ensure Facebook remains a safe, secure and trusted environment for all users. If you have any questions or concerns, you can visit the Terms applicable to Facebook Pages at <a href="http://www.facebook.com/terms_pages.php">http://www.facebook.com/terms_pages.php</a>

<strong>Facebook Pages Terms </strong>: <strong>Date of Last Revision: March  26, 2010</strong>
1.   Pages are special profiles that may only be used to promote a business or other commercial, political, or charitable organization or endeavor (including non-profit organizations, political campaigns, bands, and celebrities).

2. You may only administer a Facebook Page if you are an authorized representative of the subject of the Page.

3. Pages can only post content and information under the &#8220;everyone&#8221; setting.

4. When you publish content or information to your Page we have no obligation to distribute your content or information to users.

5. If you use a Fan Box widget off of our site to promote your Page, others will be able to copy and place the widget elsewhere.

6. You may not place a Fan Box widget in an advertisement.

7. If you collect user information on your Page, Section 9 of this Statement also applies to you.

8. If you display advertising on your Page, Section 11 of this Statement also applies to you.

9. You may not establish terms beyond those set forth in this Statement to govern the posting of content by users on a Page you administer, except you may disclose they types of content you will remove from your Page and grounds for which you may ban a user from accessing the Page.

10. You will restrict access to your Page in order to comply with all applicable laws.  For example, if your Page includes content not suitable for minors, you will use your Page to block minors from accessing your Page.
<h3>Why Did Facebook Make These Changes</h3>
The reason Facebook made these changes is to stop people using Fan pages to spam the news feed of their Fans. A recent trend has emerged due to the immense power of Facebook fan pages to host what would normally be considered a Group on a Facebook fan page, and while most of these pages are harmless a small minority are used by professional marketers and spammers to hijack the Facebook newsfeed and inundate people with offers and promotional stuff.

Since Facebook are sworn to protect the user experience they have modified their terms and conditions so they can shut these pages down or at least take away the power from the administrators. Unfortunatly a few legitimate businesses and Fan Pages will get punished under these new rules, Jane Savoie is obviously one of them
<h3>Be Careful What You Name Your Fan Page</h3>
If you set up a new Facebook Page you need to be very careful how you name your Fan page to make it clear to Facebook that you are a business. While you should ensure that your fan page name clearly states benefits you will provide to your fans and includes your main keywords (preferably at the beginning) you need to clearly state that you are a business or you will fall into the catch all category of representing <strong>&#8220;Genric concepts&#8221;</strong>
<h3>Solve Horseback Riding Fears</h3>
Jane started her fan page back in October of 2009 and it has rapidly grown to over 10,000 members. Its probably one of the most engaged niche communities that I have seen on Facebook and it will be a terrible blow to the community if Jane is not quickly reinstated with full control of her fan page again.
<h3>Help Jane Get Her Fan Page Back</h3>
<h3><img class="alignnone size-full wp-image-639" style="border: 10px solid lightgrey;" title="340x270" src="http://www.iandavidchapman.com/wp-content/uploads/2010/04/340x270.png" alt="340x270" width="238" height="189" /></h3>
If you want to help Jane get her fan page back you can<strong> send an email to facebook at disabled@facebook.com </strong>asking them to reinstate her publishing rights. This is especially important if you are also a Fan of her fan page. If enough people express their concerns Facbook will  change their minds and make an exception.

You can also help by leaving a comment, pressing the share button or tweeting about this post to your followers on Twitter.
[facebook_ilike]<p>The post <a href="http://www.iandavidchapman.com/warning-facebook-fan-page-disabled/">Warning : Facebook Fan Page Disabled</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/warning-facebook-fan-page-disabled/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How To Block Facebook Applications From Posting On Your Wall</title>
		<link>http://www.iandavidchapman.com/how-to-block-facebook-applications-from-posting-on-your-wall/</link>
		<comments>http://www.iandavidchapman.com/how-to-block-facebook-applications-from-posting-on-your-wall/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:01:10 +0000</pubDate>
		<dc:creator>ian david chapman</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[Facebook For Business]]></category>
		<category><![CDATA[facebook tips]]></category>
		<category><![CDATA[facebook applications]]></category>
		<category><![CDATA[facebook design changes]]></category>
		<category><![CDATA[facebook spam]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.iandavidchapman.com/?p=631</guid>
		<description><![CDATA[<p>Since the recent changes in Facebooks privacy settings they have inadvertently removed your ability to control how applications can post to your wall. If you have a lot of friends on Facebook then I suspect that your wall is probably starting to look like mine and getting overloaded with spam. There is a solution but [...]</p><p>The post <a href="http://www.iandavidchapman.com/how-to-block-facebook-applications-from-posting-on-your-wall/">How To Block Facebook Applications From Posting On Your Wall</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></description>
				<content:encoded><![CDATA[<!-- Start ScreenSteps Content -->
<div class="LessonContent">
<div class="LessonSummary">

Since the recent changes in Facebooks privacy settings they have inadvertently removed your ability to control how applications can post to your wall. If you have a lot of friends on Facebook then I suspect that your wall is probably starting to look like mine and getting overloaded with spam. There is a solution but it means manually blocking each offending application. This quick tutorial will show you how to get your wall back to the way it used to be so you can actually see things that are more relevant</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Is Your Facebook Wall Becoming Cluttered With Spammy Apps?</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262556711148.png" alt="media_1262556711148.png" width="532" height="376" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">You Have To Block Each Facebook Application Individually</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262556692548.png" alt="media_1262556692548.png" width="532" height="364" /></div>
<div class="StepInstructions">

Click on the link that takes you to the Facebook Application that made the post on your wall</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">You Need To Go To The Applications Profile Page</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262556630828.png" alt="media_1262556630828.png" width="532" height="259" /></div>
<div class="StepInstructions">

When you are asked to allow access to the Application DO NOT click on the &#8220;Allow&#8221; button. Instead  click on the hyperlink  for the actual application.
This will now take you to the applications main profile page</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">You Can Now Block The Facebook Application</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262556645829.png" alt="media_1262556645829.png" width="485" height="384" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Click Again On The &#8220;Block&#8221; Button To Confirm Your Choice</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262556673468.png" alt="media_1262556673468.png" width="463" height="135" /></div>
<div class="StepInstructions">

When you block the Application it will no longer be able to post on your Facebook wall. You now have to repeat this process for all the offending applications. Once this is done you will soon see that the amount of spam on your wall is greatly reduced.
<h3 style="font-size:20px;">Another Way To Block Applications</h3>
Another way to prevent applications from sending you invites it to block the application and to also ignore all further invitations from the person who sent them to you. To do this you need to go to your Requests found on the top right of your Facebook homepage</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Go To Your Facebook Home Page</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262608475097.png" alt="media_1262608475097.png" width="532" height="128" /></div>
<div class="StepInstructions">

Select the &#8220;home&#8221; link when you are logged into Facebook. This should take you to your main Facebook home page. Your requests are located on the right hand side of the page</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Select &#8220;Other Requests&#8221;</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262609044653.png" alt="media_1262609044653.png" width="348" height="129" /></div>
<div class="StepInstructions">

When you select &#8220;Other Requests&#8221; you can scroll down to the very bottom to see any unwanted application invites that you have received</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">You Can Now Block This Application</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262608326859.png" alt="media_1262608326859.png" width="532" height="229" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Select &#8220;Okay&#8221;</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262608350185.png" alt="media_1262608350185.png" width="460" height="208" /></div>
<div class="StepInstructions">

Just Click on the &#8220;Okay&#8221; button and the application will no longer be able to send you invitations or post to your wall</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">You Can Also Ignore All Invites From This Friend</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://www.iandavidchapman.com/wp-content/uploads/2010/01/media_1262608382193.png" alt="media_1262608382193.png" width="502" height="74" /></div>
<div class="StepInstructions">

If a particular person is sending you a lot of invitations for Facebook applications and you don&#8217;t want to remove them as a friend you can just choose to &#8220;Ignore All Invites From This Friend&#8221; the person will not know you have blocked them.
<h3 style="font-size:20px;">Privacy Settings</h3>
I hope that in the future Facebook will give a simpler one click option for managing how Applications can interact with your profile instead of having to do it in this more tedious way. I spent a while trying to discover if there was an easier way. I hope this blog post will helped to improve your overall Facebook experience so you can focus on what your real friends are actually doing.</div>
</div>
</div>
<!-- End ScreenSteps Content --><p>The post <a href="http://www.iandavidchapman.com/how-to-block-facebook-applications-from-posting-on-your-wall/">How To Block Facebook Applications From Posting On Your Wall</a> appeared first on <a href="http://www.iandavidchapman.com">IanDavidChapman.com</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.iandavidchapman.com/how-to-block-facebook-applications-from-posting-on-your-wall/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.iandavidchapman.com @ 2013-05-19 06:08:27 -->