<?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>Marketing Unfolded</title>
	<atom:link href="http://marketingunfolded.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketingunfolded.com</link>
	<description>Explaining Internet Marketing, and The Technology Behing It</description>
	<lastBuildDate>Mon, 26 Nov 2012 00:55:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Facebook Welcome Pages Using IFrames and WordPress</title>
		<link>http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/</link>
		<comments>http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 01:09:32 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1168</guid>
		<description><![CDATA[<p>There is a new way to present custom content on Facebook Pages, Tabs and FBML are gone&#8230; Get ready to befriend iframes! Iframes are nothing new, they&#8217;ve been around for many years and they are a standard HTML tag, which allows one webpage to be inserted into another. This means [...]</p><p>The post <a href="http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/">Facebook Welcome Pages Using IFrames and WordPress</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/" title="Permanent link to Facebook Welcome Pages Using IFrames and WordPress"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/09/facebook-iframes-with-wordpress.png" width="200" height="200" alt="Post image for Facebook Welcome Pages Using IFrames and WordPress" /></a>
</p><p><iframe src="http://www.youtube.com/embed/RKqgMHfQWII?rel=0" frameborder="0" width="640" height="360"></iframe></p>
<p>There is a new way to present custom content on Facebook Pages, Tabs and FBML are gone&#8230; Get ready to befriend <strong>iframes</strong>!</p>
<p>Iframes are nothing new, they&#8217;ve been around for many years and they are a standard HTML tag, which allows one webpage to be inserted into another.</p>
<p>This means that Facebook page owners can now create dynamic Facebook pages using their standard tools (HTML, CSS, PHP, ASP, JavaScript, Flash, etc.) by hosting their page on their own server, and using whatever tools they desire to build it. Using this technique will allow marketers the creativity and flexibility available to standalone webpages.</p>
<p>If you can create something for the web, as long as it&#8217;s under 520 pixels in width, you can now present it as a custom Facebook page.</p>
<p>This might sound complicated, but actually  it&#8217;s much easier than the old FBML process.</p>
<p>You can create your Facebook iframe page using whatever tool you may like, but in this tutorial we will be using WordPress to create our Facebook landing page since it is probably the easiest way to do it for beginners, and advance users can also take the advantage of using plugins, php, and other tools available in WordPress.</p>
<p>We will create 2 &#8220;welcome landing pages&#8221; in this tutorial, one for fans of our page and one for non-fans.</p>
<p>To get started on this tutorial, log-in to Facebook and your WordPress website, and follow the steps below:</p>
<h2>Install The Static iframe Tab App:</h2>
<p>To get our iframe pages to work on Facebook, we need to install an app that will call our page and display it on our Facebook fan page. There are many apps that you can use for this step, but I prefer the <a title="Static iframe Tab" href="https://www.facebook.com/iframehost" target="_blank">Static iframe Tab</a> since it gives you 3 features that will be very beneficial to you:</p>
<ol>
<li>It provides you with a &#8220;<strong>https</strong>&#8221; connection, which makes your connection to Facebook secure, and will soon be a mandatory requirement for Facebook iframes pages.</li>
<li>It generates <strong>analytics </strong>on the visitors to your landing pages.</li>
<li>You can create a <strong>custom icon</strong> for this app, making more brandable .</li>
</ol>
<div>To install the <a title="Static Iframe Tab" href="https://www.facebook.com/iframehost" target="_blank">Static iframe Tab</a> application you can go to <a href="https://www.facebook.com/iframehost">https://www.facebook.com/iframehost</a>.</div>
<p>On this page you must click on the green &#8220;I<em>nstall Page Tab</em>&#8221; button, and choose the page for which you want to install this app.</p>
<p><img class="aligncenter size-full wp-image-1251" title="Iframe Facebook Page Tab Install Button" src="http://marketingunfolded.com/wp-content/uploads/2011/10/iframe-facebook-page-tab-install.jpg" alt="Iframe Facebook Page Tab Install Button" width="519" height="234" /></p>
<p>Once you&#8217;ve installed your app you can set it aside for a moment, we will now install your custom page template PHP file.</p>
<h2>Install The WordPress Page Template File:</h2>
<p><a title="Page Template For Facebook Iframe" href="http://marketingunfolded.com/wp-content/uploads/2011/09/facebook-iframe.zip">Download this PHP file</a>, and upload the file titled &#8220;<em>facebook-iframe.php</em>&#8220;  in to your themes root directory.</p>
<p>This is the typical location of a themes root directory: <code>yourwebsite/wp-content/themes/yourtheme</code></p>
<p>In the video above I used the <a title="FireFox" href="http://www.mozilla.org/firefox/" target="_blank">Firefox</a> addon <a title="FireFTP" href="https://addons.mozilla.org/en-US/firefox/addon/fireftp/" target="_blank">FireFTP</a> to gain access to my website&#8217;s server and upload the file.</p>
<h3>Using Facebook Iframe PHP Template File</h3>
<p>After you&#8217;ve installed the &#8220;<em>facebook-iframe.php</em>&#8220;  file I created, you need to apply it to the page that you will be using as your Facebook landing page.</p>
<p>You can set it by going into the editing mode of any page and clicking on the &#8220;<em>Template</em>&#8221; drop down box,  in the <em>Page Attributes</em> settings, and selecting &#8220;<em>Facebook Iframe</em>&#8220;.</p>
<p><img class="aligncenter size-full wp-image-1171" title="Add the Facebook iframe Template To Your Page" src="http://marketingunfolded.com/wp-content/uploads/2011/09/iframe-template-facebook-wordpress.png" alt="Add the Facebook iframe Template To Your Page" width="280" height="194" />Once you&#8217;ve selected the &#8220;<em>Facebook Iframe</em>&#8221; template save the file by clicking on &#8220;<em>save draft</em>&#8221; or &#8220;<em>update</em>&#8221; if you&#8217;ve publish the page already.</p>
<h2>Building Your Facebook Welcome Pages</h2>
<p>Once you&#8217;ve set the Facebook iframe page template you are ready to start designing your page. Remember, the sky is the limit; designing a Facebook Page is very similar to designing any other website, but you must keep these considerations in mind:</p>
<ul>
<li><strong>Design for a 520px Width</strong> — Facebook Pages must fit within a width of 520px. This also means that any image you use must be no wider than 520px. The WordPress <a title="PHP Page Template For Facebook Iframes" href="http://marketingunfolded.com/wp-content/uploads/2011/09/facebook-iframe.zip">PHP page template</a> that I&#8217;ve provided for this tutorial takes care of creating a page that is 520px for you.</li>
<li><strong>Design for Any Height</strong> — Although Facebook Pages can be any height you like, you must remember that most people interact only with the content above the fold.</li>
<li><strong>Account for the Width of the page’s Name</strong> — We must take into consideration our page&#8217;s name in order to create an appropriate call to action to the  &#8221;Like&#8221; button. The button appears just to the right of the company name at the top of the page. If you are going to point to the &#8220;Like&#8221; button, you need to figure out the pixel width from the left of our landing page to the start of our Facebook &#8220;Like&#8221; button.</li>
</ul>
<div>
<p>As a frebbie to you guys, I will give you an unbranded version of the banner I used so you can use it on your Facebook fan page!</p>
<p><img title="non-fans-header" src="http://marketingunfolded.com/wp-content/uploads/2011/09/non-fans-header.png" alt="" width="519" height="61" /></p>
<h3>Styling Your Facebook Landing Pages With CSS</h3>
<p>If you want to style your Facebook Landing page  add the CSS file titled <em>&#8220;fbcss.css</em>&#8221; to the root directory of your theme, this is the same location where you installed the PHP template file.</p>
<p>After installing the CSS file the page should turn to red, letting you know that everything worked fine.</p>
<p>Use this CSS file to apply any styles to your Facebook landing pages.</p>
<p>To change the background color to white or any other color, change the CSS style to the body tag to anythings else.</p>
<p>For example, apply the css code below to change the red background to white. Check out this <a title="Color Generator" href="http://www.the-website-teacher.com/create-website/html/hex-color-code.html" target="_blank">html color generator</a> for more color codes.</p>
<pre class="brush: css; title: ; notranslate"> body{
background:#fffff;
}</pre>
</div>
<div>
<div>
<div>After you&#8217;ve built your welcome pages, take note of the URLs since you will need them to add them to the Facebook iframe app you&#8217;ve installed.</div>
</div>
<div>
<div>Also, If you are following the video above, I used <a title="Aweber" href="http://marketingunfolded.com/aweber/">Aweber</a> to generate my optin form.</div>
</div>
</div>
<div>
<div>Adding Your WordPress Welcome Pages To Facebook</div>
</div>
<p>Once you&#8217;ve created your Facebook Landing pages on WordPress you must add them to your Facebook iframe app. To do this make sure your pages on WordPress are published, and copy the URL of the page and paste it on the &#8220;<em>Tab Settings</em>&#8221; of your <a title="Static iframe Tab" href="https://www.facebook.com/iframehost" target="_blank">Static iframe Tab</a>.</p>
<p><img class="aligncenter size-full wp-image-1252" title="Facebook  Iframe Tab Settings" src="http://marketingunfolded.com/wp-content/uploads/2011/10/facebook-wordpress-iframe-tab.jpg" alt="Facebook  Iframe Tab Settings" width="517" height="389" /></p>
<h2>You Are Done!</h2>
<p>After adding the page URL to the &#8220;<em>Tab Settings</em>&#8221; you are done! This is all that you need to do in order to get your Facebook iframe landing pages working!</p>
<p>You see it was not that hard, was it?</p>
<p>I told you that this was the best way to <strong>make facebook welcome pages with WordPress</strong>.</p>
<p>You can check out <a title="Jesus Ramirez' Facebook Fan Page" href="https://www.facebook.com/pages/Jes%C3%BAs-Ramirez/170699243001170" target="_blank">my Facebook page</a> and leave me a comment, let me know what you thought of this tutorial, and feel free to leave me a link to your Facebook page, I would love to see what you came up with!</p>
<p>Don&#8217;t forget to click on the &#8220;Like&#8221; button and leave me a message with any questions or comments you may have!</p>
<p>&nbsp;</p>
<div  class="download_button"><span class="button"span><a href="http://marketingunfolded.com/wp-content/plugins/download-monitor/download.php?id=1">Timeline</a></span> <span class="hits">48</span></div>
<p>The post <a href="http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/">Facebook Welcome Pages Using IFrames and WordPress</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/facebook-welcome-pages-using-iframes-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Fatal Error on WordPress 3.3 Version Upgrade</title>
		<link>http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/</link>
		<comments>http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 18:19:50 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Web Design For Internet Marketers]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1835</guid>
		<description><![CDATA[<p>Fatal Error on WordPress Version 3.3: Call to undefined function is_rtl() Soon after the release of the latest WordPress 3.3 version upgrade, a lot of blog owners, specifically marketing blogs, have been reporting a failure on the blog and the following error occurring on their WordPress Admin dashboard page: “Call to undefined [...]</p><p>The post <a href="http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/">Fatal Error on WordPress 3.3 Version Upgrade</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/" title="Permanent link to Fatal Error on WordPress 3.3 Version Upgrade"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/12/Fatal-Error-WordPress-Version-3-Call-to-undefined-function-is-rtl.jpg" width="200" height="200" alt="Fatal Error on WordPress Version 3.3: Call to undefined function is_rtl" /></a>
</p><h2><strong>Fatal Error on WordPress Version 3.3: Call to undefined function is_rtl()</strong></h2>
<p>Soon after the release of the<a title="WordPress 3.3 version upgrade" href="http://wordpress.org/news/2011/12/sonny/"> latest WordPress 3.3 version upgrade</a>, a lot of blog owners, specifically marketing blogs, have been reporting a failure on the blog and the following error occurring on their WordPress Admin dashboard page:</p>
<p>“<strong>Call to undefined function is_rtl()</strong>”<br />
“<strong>Complete Error:</strong> Fatal error: Call to undefined function is_rtl() in /public_html/wp-includes/general-template.php on line 2102”</p>
<p>This error occurs because of an incompatibility with some plugins installed on your WordPress website.</p>
<p>This can be an annoying inconvenience but the steps of fixing it are not too difficult.</p>
<p><strong>Follow the steps below to resolve the Call to undefined function is_rtl() Error:</strong></p>
<ul>
<li>Access your installation files on your website through your FTP client or file manager.</li>
<li>Find the “Plugins” folder of your WordPress installation, found under &#8220;/wp-content/&#8221;</li>
<li>Rename the “plugins” folder to any other name, doing so will disable all your plugins at once.</li>
<li>You should be able to login into your WordPress admin dashboard now.</li>
<li>Rename the “<a title="Popup Domination" href="http://marketingunfolded.com/popup-domination/" target="_blank">PopUp Domination</a>” folder to something else on within your &#8220;plugins&#8221; folder using your FTP client or file manager.</li>
<li>Rename the plugin folder back to “plugins”</li>
<li>You will need to login back into WordPress and activate all other plugins except “<a title="Popup Domination" href="http://marketingunfolded.com/popup-domination/" target="_blank">PopUp Domination</a>”</li>
<li>And you are done! Everything should be back to normal!</li>
</ul>
<p>This error is primary caused by a conflict with the <a title="PopUp Domination" href="http://marketingunfolded.com/popup-domination/" target="_blank">PopUp Domination</a>.</p>
<p>Unfortunately at the moment there is no fix you can do yourself, you will either you have to not use “<a title="Popup Domination" href="http://marketingunfolded.com/popup-domination/" target="_blank">PopUp Domination</a>” or contact their support to fix it for you.</p>
<p>Also, keep in mind that the same could happen to your blog due to some other plugin, but the solution would be the same.</p>
<p>All you have to do is identify the malfunctioning plugin.</p>
<p>Please add a comment below if you found it helpful!</p>
<p>And dont for get to share it on Facebook and Google +</p>
<h3><strong>Fatal error: Call to undefined function is_rtl() <strong>in /public_html/wp-includes/general-template.php on line 2102</strong></strong></h3>
<h2>Back Up Your Website!</h2>
<p>If you have never backed up your website, this might be a good time to do so.</p>
<p>backing up your site is really easy to do.</p>
<p>You can use <a title="Dropbox" href="http://db.tt/NzDtXi0" target="_blank">Dropbox</a> to back up your entire WordPress site.</p>
<p>Check out the video below to see how you can do that.</p>
<p><iframe src="http://www.youtube.com/embed/mhA2-ilu5ZM?rel=0" frameborder="0" width="640" height="360"></iframe></p>
<p><a title="Get DropBox Free!" href="http://db.tt/NzDtXi0" target="_blank">→ Get a Dropbox Account, It&#8217;s Free!</a></p>
<p><em style="font-size: .9em;">**** WARNING ****<br />
The WP Time Machine plugin may cause some conflicts with other WordPress features or plugins.<br />
I recommend disabling this plugin when not in use, and enabling it when you want to back up your website.</em></p>
<p>The post <a href="http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/">Fatal Error on WordPress 3.3 Version Upgrade</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/fatal-error-on-wordpress-3-3-version-upgrade/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Marketing To 5th Graders For Fun And Profit</title>
		<link>http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/</link>
		<comments>http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:05:29 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Marketing Secrets]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1695</guid>
		<description><![CDATA[<p>Why am I telling you to market to 5th graders for fun and profit? Actually I&#8217;m really not. What I&#8217;m really trying to say is that you should take advantage of the fact that most people don’t like to read complex copy. I know I don&#8217;t. In fact, most people [...]</p><p>The post <a href="http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/">Marketing To 5<sup>th</sup> Graders For Fun And Profit</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/" title="Permanent link to Marketing To 5<sup>th</sup> Graders For Fun And Profit"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/11/flesch-reading-ease-marketing-simple-read.jpg" width="200" height="200" alt="Flesch-Kinkaid Index Readability Ease Score" /></a>
</p><p>Why am I telling you to market to 5<sup>th</sup> graders for fun and profit?</p>
<p>Actually I&#8217;m really not.</p>
<p>What I&#8217;m really trying to say is that you should take advantage of the fact that most people don’t like to read complex copy.</p>
<p>I know I don&#8217;t.</p>
<p>In fact, most people prefer to read short paragraphs, short sentences and simple words.</p>
<p>In other words, people like to read content that even a 5<sup>th</sup> grader can understand!</p>
<p>The question now becomes how do you determine the reading ease of your copy?</p>
<p>Besides the few tips I’m going to reveal in a moment,<strong> there is a way Microsoft Word can tell you exactly the U.S. grade reading level your copy is written in</strong>, or how many years of education a person must have in order to understand your copy.</p>
<p>And you do it all with one click of your mouse.</p>
<p>But before I get to that I want to explain a few things to you.</p>
<p>First I want you to understand that people crave simple and easy to understand content.</p>
<p>I can assure you that no one will ever complain that your writing is too easy to understand.</p>
<p>You think your audience is too sophisticated for this?</p>
<p>I wouldn’t be so sure.</p>
<p><a title="Amrican Institutes for Research Study" href="http://www.msnbc.msn.com/id/10928755/ns/us_news-education/t/reports-college-literacy-levels-sobering" target="_blank">A study by the American Institutes for Research</a> shows that more than 50 percent of students at four-year colleges and more than 75 percent at two-year colleges in the United States could not:</p>
<ul>
<li>Understand the arguments of newspaper editorials.</li>
<li>Interpret a table about exercise and blood pressure.</li>
<li>Summarize results of a survey about parental involvement in school.</li>
<li>Compare credit card offers with different interest rates and annual fees.</li>
</ul>
<p>What’s even worse is that these college students are more literate than the average U.S. adult.</p>
<p>Yikes!</p>
<p>Do you now see the importance of keeping things simple?</p>
<p>Your copy needs to be so simple that in less than five seconds your visitors will <em>understand</em> what you wrote on your page.</p>
<p>Notice that I said “<em>understand</em>” not “<em>read</em>,” there is a big difference between the two.</p>
<p>Your headlines, sub-headlines, body paragraphs, links, and even your navigation bar should all communicate clearly what they’re all about.</p>
<p>You have to write so people can understand what you are trying to say without second-guessing themselves or pulling out a dictionary.</p>
<blockquote><p>“Write to the chimpanzee brain. Simply. Directly.”<br />
~ Eugene Schartz</p></blockquote>
<h2>5 Tips For Writing Easy To Understand Copy:</h2>
<p>Good marketing copy is written in clear, conversational, concise, simple words that get your point across.</p>
<p>You can often ignore what you learned in 5<sup>th</sup>grade about grammar if it makes your content more easily understood.</p>
<p>Try these 5 tips to create great easy-to-understand copy:</p>
<h3>1. Simple Sentence Structure</h3>
<p>Sentence fragments; one-sentence paragraphs, beginning with conjunctions and ending in prepositions are all fine, and sometimes even necessary.</p>
<p>Most people “<em>skim</em>” online, so it is also a good idea to use plenty of bullets and numbered lists whenever possible.</p>
<h3>2. Choose Simple Words</h3>
<p>Only bring out your thesaurus when you are trying to find a simpler way of saying something.</p>
<p>For example, say “<em>a lot</em>” instead of “<em>Myriad,</em>” “story” instead of “anecdote,” and “surprised” instead of “<em>flabbergasted.</em>”</p>
<p>Only use longer or more complex words when there are no other words to explain what you are trying to say.</p>
<h3>3. Write Short Simple Sentences</h3>
<p>You should keep sentences short for the same reason you keep your words short: they’re easier to read and understand.</p>
<p>How short should sentences be?</p>
<p>Drew Eric Whitman, author of the book <a title="Ca$hvertising" href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328" target="_blank">Ca$hvertising</a> (you can <a title="Ca$hvertising By Drew Eric Whitman Book Review" href="http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/" target="_blank">read my book review here</a>) recommends that for best readability your sentences should be approximately 11 words in length.</p>
<p>Each sentence should have one simple thought. More than that creates complexity and invites confusion.</p>
<h3>4. Keep Paragraphs Short</h3>
<p>Yes, you guessed it.</p>
<p>Just as your words and sentences, paragraphs should be simple and short.</p>
<p>Just look at any newspaper or magazine and notice how short paragraphs really are.</p>
<p>This is done to make reading easier, because human brains take in information better when it’s broken into small pieces.</p>
<p>Remember, writing in marketing is not the same as academic writing.</p>
<p>In marketing, writing is more casual, the style is less formal and paragraphs may be as short as a single sentence or a single word.</p>
<h3>5. Don’t forget the Slippery Slope</h3>
<p>Think of your copy as nothing more than a slippery slide to <a title="Slippery Slides  For Fun &amp; Profit!" href="http://marketingunfolded.com/slipper-slides-for-fun-profit/" target="_blank">get people to slide down your content</a>.</p>
<p>Your headline needs to get your reader to your first sentence. Your first sentence needs to slide the reader into your second sentence. And so on.</p>
<p>Don’t try tricks or clever or cute headlines, or sentences. Just straight, uncensored, easy-to-digest copy.</p>
<p>Do it any other way and you’ll repel people, bore readers, and lose money!</p>
<h2>The Flesch Reading Ease Score</h2>
<p>Now that you understand why we need simple copy and you understand the basics of how to write it; we need to find a way to check if the copy you write is easy to understand.</p>
<p>Of course you can ask your friends, family or colleagues to help you out and give your their opinion; But as you might imagine this could bring in mixed results and you will not get a real sense of how easy your copy is to read.</p>
<p>Luckily for us there is a more elegant and simple way to gauge the reading ease of your copy.</p>
<p>Enter Dr. Rudolf Flesch.</p>
<p>In the early 1940s Dr. Flesch developed a formula to determine readability that is still used today.</p>
<p><strong>The Flesch Reading Ease Score</strong> (FRES), is a mathematical formula that determines how readable your copy is based on a scale from 1 to 100.</p>
<p>100 being the easiest to read and 1 being the hardest. For example comic books typically score around 90 while legalese can get a score below 10.</p>
<p>Let me show you how the ease score works with a few examples.</p>
<p>The sentence, “<em>John wants food.</em>” Has a Flesch Reading Ease Score of 100. This means that everyone would be able to understanding this sentence, no matter what reading grade level you’re in.</p>
<p>Now let’s take it to the next level, “<em>John is feeling exhausted after a long day and would like to eat some food now.</em>” This sentence has a FRES of 84.8, which means that it is written at about a 6th grade reading level.</p>
<p>This last sentence shows you where you don’t want to be if you are writing marketing copy: “Apparently John has had a tremendously demanding day, which has exhausted him and he would like to have supper immediately.” This sentence has a FRES of 38.4, which means that it is written at a college level.</p>
<p><strong>Flesch Reading Ease Score Chart</strong>: Based on U.S. Reading Grade Levels</p>
<table width="388" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" valign="top" width="117"><strong>Your Score </strong></td>
<td align="center" valign="top" width="185"><strong>U.S Reading Grade Level </strong></td>
</tr>
<tr>
<td align="center" valign="top">0-30</td>
<td align="center" valign="top">College Graduate</td>
</tr>
<tr>
<td align="center" valign="top">30-50</td>
<td align="center" valign="top">College</td>
</tr>
<tr>
<td align="center" valign="top">50-60</td>
<td align="center" valign="top">10th &#8211; 12th grade</td>
</tr>
<tr>
<td align="center" valign="top">60-70</td>
<td align="center" valign="top">8th &#8211; 9th grade</td>
</tr>
<tr>
<td align="center" valign="top">70-80</td>
<td align="center" valign="top">7th grade</td>
</tr>
<tr>
<td align="center" valign="top">80-90</td>
<td align="center" valign="top">6th grade</td>
</tr>
<tr>
<td align="center" valign="top">90-100</td>
<td align="center" valign="top">5th grade</td>
</tr>
</tbody>
</table>
<h3>How Do You Calculate The Flesch Reading Ease Score?</h3>
<p>The Flesch Reading Ease Score is calculated like this:</p>
<ol>
<li>Calculate the average number of words you use per sentence.</li>
<li>Calculate the average number of syllables per word.</li>
<li>Multiply the average number of syllables per word multiplied by 84.6 and subtract it from the average number of words multiplied by 1.015.</li>
<li>Subtract the result from 206.835.<strong></strong></li>
</ol>
<p style="padding-left: 30px;"><strong><strong>Flesch Reading Ease Score Formula</strong>:</strong><br />
206.835 &#8211; (1.015 * average_words_sentence) &#8211; (84.6 * average_syllables_word)</p>
<p>If all this sounds confusing to you then don’t worry!</p>
<p>There is no need for you to calculate it all yourself. I let <a title="Microsoft Word" href="http://www.amazon.com/gp/product/B0039L6G00/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=B0039L6G00" target="_blank">Microsoft Word</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=mktunfld-20&amp;l=as2&amp;o=1&amp;a=B0039L6G00&amp;camp=217145&amp;creative=399369" alt="" width="1" height="1" border="0" /> do all the work for me. – Yes, the same word processor I’m using right now to type this blog post that you’re reading!</p>
<p>Microsoft Word can figure out your <strong>Flesch Reading Ease Score </strong>with one click of your mouse, and I will show you how to do it.</p>
<h2>Using Microsoft Word To find Your<br />
Flesch Readability Ease Score</h2>
<p>Using Microsoft Word to find your Flesch Readability Ease Score is really simple.</p>
<p>First, make sure that your readability statistics are showing.</p>
<p>You can enable them on the <em>Proofing Options</em>.</p>
<p><img title="flesch-reading-ease-formula-microsoft-word-options" src="http://marketingunfolded.com/wp-content/uploads/2011/11/flesch-reading-ease-formula-microsoft-word-options.png" alt="Proofing Options to Enable Readability Statistics" width="637" height="476" /></p>
<p>Once you enable the <em>readability statistics</em> you can simply click the <em>spell check button</em>.</p>
<p><img title="Spell Check Button" src="http://marketingunfolded.com/wp-content/uploads/2011/11/spellin-grammer-button-microsoft-word.png" alt="" width="65" height="70" /></p>
<p>After the spell check is complete you will get a window with the readability statistics of your page, or selection.</p>
<p>In these statistics you will find the Flesch Reading Ease Score near the bottom of the window.</p>
<p>(you can also <a title="Test Your Documents Readability " href="http://office.microsoft.com/en-us/word-help/test-your-document-s-readability-HP010354286.aspx" target="_blank">activate the readability scores in Outlook</a> if you wish.)</p>
<p><img title="Flesch Reading Ease Results" src="http://marketingunfolded.com/wp-content/uploads/2011/11/flesch-reading-ease-results.png" alt="Flesch Reading Ease Results" width="359" height="343" /></p>
<p>Microsoft Word also shows you the <strong>Flesch-Kinkaid Grade Level Index</strong>, which is used by the U.S. Department of Defense to check readability of its forms and publications.</p>
<p>The Flesch-Kinkaid Index tells you the number of years of education your readers need in order to understand your copy.</p>
<p>In the 3 “<em>John wants food</em>” examples above, the Flesch-Kinkaid scores were 0, 5.4, and 12.8.</p>
<p>Want to learn more about copywriting and keeping things simple?</p>
<p>I would recommend reading Drew Eric Whitman&#8217;s book  <a title="Ca$hvertising" href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328" target="_blank">Ca$hvertising</a>, he speds a whole section talking about simplicity and the Fresch Reading Ease Scores.</p>
<h2>Google and The Reading Ease Score</h2>
<p>Did you know that Google is also implementing the readability ease scores in their search results?</p>
<p>If you haven&#8217;t notice them yet, try searching for your website and see how you rank.</p>
<p>Simply enter &#8220;<em>site:</em>&#8221; before any website address on the Google search input box and click on the search button.</p>
<p>In my case, I would type&#8221;<a title="site:marketingunfolded.com" href="https://www.google.com/search?gcx=c&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=law#sclient=psy-ab&amp;hl=en&amp;tbo=1&amp;tbs=rl:1&amp;source=hp&amp;q=site:marketingunfolded.com&amp;pbx=1&amp;oq=site:marketingunfolded.com&amp;aq=f&amp;aqi=&amp;aql=&amp;gs_sm=e&amp;gs_upl=284571l287985l21l288168l21l21l1l20l0l0l0l0ll0l0&amp;tbo=1&amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;fp=1bddd5520996bb0f&amp;biw=1190&amp;bih=931" target="_blank">site:marketingunfolded.com</a>&#8221;</p>
<p>Then, on the left hand side options in the search results page click on &#8220;<em>show search tools</em>&#8221;<br />
and then click on &#8220;<em>reading level.</em>&#8221;</p>
<p>This will bring up all the pages on your website that are indexed by Google, along with a reading level chart for your site.</p>
<p><img class="alignnone size-full wp-image-1760" title="Reading Level For Marketing Unfolded" src="http://marketingunfolded.com/wp-content/uploads/2011/11/google-fresch-reading-ease-score-search-results.jpg" alt="Reading Level For Marketing Unfolded" width="606" height="354" /></p>
<p>This chart shows the percentage of pages you have in each reading level.</p>
<p>In my case, 10% of my pages are written in a <a href="https://www.google.com/search?gcx=c&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=law#hl=en&amp;tbo=1&amp;tbs=rl:1,rls:0&amp;q=site:marketingunfolded.com&amp;sa=X&amp;ei=kJ3JTpDbHciRiALmypz-Dw&amp;ved=0CDEQigooAA&amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;fp=1bddd5520996bb0f&amp;biw=1131&amp;bih=931">basic reading level</a>, 90% in an <a href="https://www.google.com/search?gcx=c&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=law#hl=en&amp;sa=X&amp;tbo=1&amp;tbs=rl:1,rls:1&amp;q=site:marketingunfolded.com&amp;ei=753JTtX1BZDZiAKX1IzzDw&amp;ved=0CDQQigooAQ&amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;fp=1bddd5520996bb0f&amp;biw=1787&amp;bih=931">intermediate level</a>, and 0% in an <a href="https://www.google.com/search?gcx=c&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=law#hl=en&amp;sa=X&amp;tbo=1&amp;tbs=rl:1,rls:2&amp;q=site:marketingunfolded.com&amp;ei=QJ7JTt-NGqOUiQLlhtnTDw&amp;ved=0CDUQigooAg&amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;fp=1bddd5520996bb0f&amp;biw=1787&amp;bih=931">advanced level</a>.</p>
<p>Clicking on any of the links will narrow your search to the pages in that reading level.</p>
<p>Here&#8217;s an example of what the Harvard Law website looks like:</p>
<p><img class="alignnone size-full wp-image-1761" title="Harvard Law" src="http://marketingunfolded.com/wp-content/uploads/2011/11/google-fresch-reading-ease-score-hardvard-search-results.jpg" alt="" width="606" height="354" /></p>
<p>As you can see it is a little harder to read than mine. <img src='http://marketingunfolded.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>How does your website rank?</p>
<h2>The Bottom Line</h2>
<p>There is no doubt that creating easy to understand copy is essential to marketing.</p>
<p>There are plenty of rule of thumbs to follow, and tools like the Flesch Reading Ease Score to help you write good content.</p>
<p>But keep in mind that the <strong><strong>Flesch Reading Ease Score </strong></strong>and the<strong> Flesch-Kinkaid Index</strong> are only gauges to determine the ease of readability of your content. You should not make an obsession out trying to reach a certain reading grade level.</p>
<p>Even though a 5<sup>th</sup> grade reading level would be ideal, it is not necessary for easy to understand copy.</p>
<p>As long as your FRES is not too low and your Flesch-Kinkaid is not too high, you should be OK.</p>
<p>Just try to keep things simple, clear, and to the point.</p>
<p>And always remember:</p>
<blockquote><p>“Simplicity is the ultimate form of sophistication.”<br />
~ Leonardo Da Vinci</p></blockquote>
<p>The post <a href="http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/">Marketing To 5<sup>th</sup> Graders For Fun And Profit</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>1,244 Words to Overnight YouTube Success</title>
		<link>http://marketingunfolded.com/youtube-transcripts-increased-views-seo/</link>
		<comments>http://marketingunfolded.com/youtube-transcripts-increased-views-seo/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 22:10:32 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Marketing Secrets]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1504</guid>
		<description><![CDATA[<p>A few days ago I was looking through some web development and design YouTube videos and I came across a few videos that I liked. Some had less than 100 views, and some had over 10,000 views. In terms of quality of the information provided, they were all the same. [...]</p><p>The post <a href="http://marketingunfolded.com/youtube-transcripts-increased-views-seo/">1,244 Words to Overnight YouTube Success</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/youtube-transcripts-increased-views-seo/" title="Permanent link to 1,244 Words to Overnight YouTube Success"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/10/youtube-success.jpg" width="200" height="200" alt="1,244 Words to Overnight YouTube Success Using Transcripts" /></a>
</p><p>A few days ago I was looking through some web development and design YouTube videos and I came across a few videos that I liked. Some had less than 100 views, and some had over 10,000 views. In terms of quality of the information provided, they were all the same.</p>
<p>But why did some have so many more views than the others?</p>
<p>Perhaps the video belonged to a channel with a lot of subscribers? or the owner had a bigger list? or maybe it was better “Search Optimized”?</p>
<p>But I didn’t think that any of those were the case.</p>
<p>As I examined the videos more, I realize that the videos with more views had an icon I had never seen before.</p>
<p><img class="aligncenter size-full wp-image-1558" title="YouTube Transcript Button" src="http://marketingunfolded.com/wp-content/uploads/2011/10/youtube-transcript-button.jpg" alt="YouTube Transcript Button" width="310" height="44" /></p>
<p>This icon was not on any of my YouTube videos.</p>
<p>I clicked it and I noticed that a transcript of the video came up and it displayed verbatim what the person was saying along with the exact time they were saying it.</p>
<p><img class="aligncenter size-full wp-image-1557" title="YouTube Transcript Box" src="http://marketingunfolded.com/wp-content/uploads/2011/10/youtube-video-transcript-box.jpg" alt="YouTube Transcript Box" width="641" height="266" /></p>
<p>I realized that maybe this was why some videos had so many more views than others.</p>
<p>I decided to test if Google and YouTube were reading the words that were being displayed in the transcripts and used them in their search queries.</p>
<p>I created a transcript of my <a title="Backup WordPress To DropBox" href="http://youtu.be/mhA2-ilu5ZM" target="_blank">Backup Your WordPress Website to Dropbox</a> video, and within the transcript I hid a made-up word, “<em>jrmktunfld</em>” that I knew was not used in any other website or video.</p>
<p>Within 24 hours after submitting my transcript to YouTube, my keyword came up in the search query results for both <a title="Google Video Search Results" href="http://www.google.com/search?gcx=c&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=jrmktunfld#gcx=c&amp;q=jrmktunfld&amp;um=1&amp;ie=UTF-8&amp;hl=en&amp;tbo=u&amp;tbm=vid&amp;source=og&amp;sa=N&amp;tab=wv&amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;fp=8b1dc01e44db848&amp;biw=1047&amp;bih=876" target="_blank">Google Video</a> and <a title="YouTube Search Results" href="http://www.youtube.com/results?search_query=jrmktunfld&amp;search_filter=0" target="_blank">YouTube</a>.</p>
<p>Go ahead and try it, just type “<em>jrmktunfld</em>” on either search engine and my video will come up in the search results. (or click the links above)</p>
<p>Now this might not be new to you, but it sure was for me.</p>
<p>My videos usually contain more information than the keywords and description I provide, so I decided that I would transcribe all my videos.</p>
<p>Doing so would not only help with getting more traffic from more related keywords, but it would help people with disabilities learn from my videos as well.</p>
<h2>Increase In My YouTube Video Views by Adding Transcripts:</h2>
<p>I currently have 5 videos on <a title="Marketing Unfolded's YouTube Channel" href="http://www.youtube.com/user/MarketingUnfolded" target="_blank">my YouTube channel</a>, so it’s a little difficult to tell the overall page view increase.</p>
<p>But my <a title="Creating Facebook Landing Pages Using Iframes and WordPress YouTube Video" href="http://youtu.be/RKqgMHfQWII" target="_blank">Creating Facebook Landing Pages Using Iframes and WordPress</a> video increased dramatically after I added the transcript. Here is an image of the view jump.</p>
<p><img class="aligncenter size-full wp-image-1505" title="Increased Views of My Transcribed YouTube Video" src="http://marketingunfolded.com/wp-content/uploads/2011/10/increase-views-youtube-video.png" alt="Increased Views of My Transcribed YouTube Video" width="383" height="218" /></p>
<p>One thing to note is that Google and YouTube are the only search engines that read the video transcripts. Bing and Yahoo do not come up with anything when I searched for “<em>jrmktunfld</em>”</p>
<h2>How To Create Your Transcripts:</h2>
<p>Creating your transcripts is very simple but very time-consuming.</p>
<p>I used my <a title="Backup WordPress To DropBox" href="http://youtu.be/mhA2-ilu5ZM" target="_blank">Backup Your WordPress Website to Dropbox</a> video (5 minutes) to create my first transcript; it took me almost 45 minutes to listen to what I said, and type it out.</p>
<p>Evidently I’m a slow typist.</p>
<p>Then I did the same for my <a title="Creating Facebook Landing Pages Using Iframes and WordPress YouTube Video" href="http://youtu.be/RKqgMHfQWII" target="_blank">Creating Facebook Landing Pages Using Iframes and WordPress</a> video (27 minutes) and this took over 2 hours!</p>
<p>This was taking way too long and was almost not worth the effort.</p>
<p>I decided to use <a href="http://www.amazon.com/s?ie=UTF8&amp;redirect=true&amp;ref_=sr_nr_n_0&amp;keywords=dragon%20naturally%20speaking&amp;bbn=491286&amp;qid=1319516901&amp;rnid=491286&amp;rh=n%3A229534%2Ck%3Adragon%20naturally%20speaking%2Cn%3A%21491286%2Cn%3A229535&amp;_encoding=UTF8&amp;tag=mktunfld-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Dragon Naturally Speaking</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=mktunfld-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" /> to create a transcript for my next video. Dragon is a speech recognition software that does a pretty good job at recognizing what you say, and types it for you on a text file (Actually It does way more than that, but that is what I use it for).</p>
<p>I uploaded and MP3 of my video to Dragon and it transcribed it for me.</p>
<p><a href="http://www.amazon.com/s?ie=UTF8&amp;redirect=true&amp;ref_=sr_nr_n_0&amp;keywords=dragon%20naturally%20speaking&amp;bbn=491286&amp;qid=1319516901&amp;rnid=491286&amp;rh=n%3A229534%2Ck%3Adragon%20naturally%20speaking%2Cn%3A%21491286%2Cn%3A229535&amp;_encoding=UTF8&amp;tag=mktunfld-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Dragon</a> actually did a good job, it got about 70% of what I said right. Unfortunately it took me close to 45 minutes to go back, listen to the audio and correct the errors.</p>
<p>To be fair, Dragon just listened to an MP3 of my video, if I had known at the time of recording my video that I was going to be transcribing it, then maybe I would of spoke a little slower, and tried to have better pronunciation of my words.</p>
<p>But even then, I doubt that it would of have had over 90% accuracy.</p>
<p>Luckily I already owned Dragon so I did not spend any money testing this idea.</p>
<p>My third try on transcribing my videos was to outsource my transcription. I tried <a title="oDesk" href="http://marketingunfolded.com/odesk/" target="_blank">oDesk</a> and found a person who would transcribe my 15 minute <a title="7 Cool CSS Font Shadow Effects You Can Just Copy and Paste" href="http://youtu.be/CyQVRTkyvwg" target="_blank">Copy &amp; Paste CSS Text Shadows</a> video within 30 minutes.</p>
<p>This person only charged me $8, and in exactly 35 minutes I had my video transcribed with 100% accuracy. I was very impressed.</p>
<p>Some people might not want to spend $8 every time they post a video, and I understand. But I don&#8217;t see it as spending money, and neither should you.</p>
<p>I&#8217;m sure your time is worth more than $8 and hour, so if you save 2 hours by spending $8, then you are really saving  money.</p>
<p>This same project would of taken me over an hour to do myself (wow, I must really type slowly!).</p>
<p>My time is worth much more than $8 an hour. Not only that, my time could be spent on far more productive things that would make me money.</p>
<p>If to save $8, I spend an hour or more, then how much money am I really saving? Even if my time was worth $10 an hour, then I would lose $2 by doing it myself.</p>
<p>Also, when I put up my job on <a title="oDesk" href="http://marketingunfolded.com/odesk/" target="_blank">oDesk</a>, I received about 15 job requests in less than 30 minutes. I had people who would do this for as low as $2, but the person that I chose had 5-star reviews, and promised to deliver it all in under 30 minutes.</p>
<p>I just had to see if it were possible.</p>
<p>And it was, my VA (Virtual Assistant) delivered the work as promised, and with 100% accuracy.</p>
<p>I won&#8217;t always need my videos transcribed that fast, in fact, my new strategy is to send 3-4 videos a time. This will be cheaper for me, and probably faster for my VA.</p>
<p>I would highly recommend <a title="oDesk" href="http://marketingunfolded.com/odesk/" target="_blank">oDesk</a> for your outsourcing needs.</p>
<h2>Adding Your Video Transcripts To YouTube:</h2>
<p>Adding a transcript to YouTube is really easy, all you need is a plain text file (from NotePad), not a Word file, and it needs to have verbatim what is said in the video.</p>
<p>Don&#8217;t worry about spacing, paragraphs, and things like that. You Tube will take care of that.</p>
<p>Log in to your YouTube account and under &#8220;<em>Edit Video</em>&#8221; click &#8220;<em>Captions and Subtitles.</em>&#8221;</p>
<p>Next click on &#8220;Add New Captions or Transcript&#8221;  and click the &#8220;<em>Browse</em>&#8221; to find your plain text file in your computer.</p>
<p><img class="aligncenter size-full wp-image-1560" title="Add New Captions or Transcripts Options" src="http://marketingunfolded.com/wp-content/uploads/2011/10/add-new-captions-or-transcripts-options.jpg" alt="Add New Captions or Transcripts Options" width="311" height="295" /></p>
<p>After locating and selecting your file, select the &#8220;<em>Transcript file</em>&#8221; radial button under &#8220;<em>Type</em>&#8221; and select the language of your video. (Currently there are 2 options, English and Japanese.)</p>
<p>Upload your file, and that is all! YouTube will do the rest.</p>
<p>Once your file is downloaded, your video will have a transcript and it will be available for search engines to crawl!</p>
<h2>The Bottom Line:</h2>
<p>Using YouTube’s video transcripts to increase your video views should be a strategy that you implement now.</p>
<p>Think about all the things that you talk about in your videos that are not even mentioned in the headline, description, or tags of your videos.</p>
<p>People are for sure typing long tail keywords in their search queries.</p>
<p>I’m sure you’ve see your website&#8217;s analytics before.</p>
<p>How many times have people found your website using random keywords that you didn’t even know were being searched for or that you were even ranking for?</p>
<p>This is the same idea with your YouTube video transcripts. Use those “random” or not so “random” keywords to increase your YouTube video views; therefor increasing your YouTube Channel subscriptions, and views to your website.</p>
<p>I’m sure you’ll be pleasantly surprised with the results.</p>
<p>The post <a href="http://marketingunfolded.com/youtube-transcripts-increased-views-seo/">1,244 Words to Overnight YouTube Success</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/youtube-transcripts-increased-views-seo/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ca$hvertising By Drew Eric Whitman Book Review</title>
		<link>http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/</link>
		<comments>http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 04:50:43 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1605</guid>
		<description><![CDATA[<p>One of the books I read this month was CA$HVERTISING: How to Use More than 100 Secrets of Ad-Agency Psychology to Make Big Money Selling Anything to Anyone. I had seen several copy writers and marketers recommend this book so I decided to give it a look. Ca$hvertising By Drew [...]</p><p>The post <a href="http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/">Ca$hvertising By Drew Eric Whitman Book Review</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/" title="Permanent link to Ca$hvertising By Drew Eric Whitman Book Review"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/11/cashvertising-drew-eric-whitman-book-review.jpg" width="200" height="200" alt="Cashvertising By Drew Eric Whitman Book Review" /></a>
</p><p>One of the books I read this month was <a href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328">CA$HVERTISING: How to Use More than 100 Secrets of Ad-Agency Psychology to Make Big Money Selling Anything to Anyone</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=mktunfld-20&amp;l=as2&amp;o=1&amp;a=1601630328&amp;camp=217145&amp;creative=399369" alt="" width="1" height="1" border="0" />.</p>
<p>I had seen several copy writers and marketers recommend this book so I decided to give it a look.</p>
<h2>Ca$hvertising By Drew Eric Whitman Book Review</h2>
<p>Don&#8217;t let the cheesy title confuse you.</p>
<p><a href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328" target="_blank">Ca$hvertising</a> will pleasantly surprise you by providing you with tons of useful information jam-packed into this no-filler, no-fluff advertising book.</p>
<p>Whether your focus is on print ads or internet marketing, Ca$hvertising breaks down <em>WHY</em> people respond to certain ads.</p>
<p>Whitman explains exactly how you can tap into the desires that all humans are naturally born with, he calls these the “Life-force 8.”</p>
<p>These are the 8 fundamental “<em>desires</em>” that most psychologist agree are common to everyone.</p>
<p>They are:</p>
<ol>
<li>Survival, enjoyment of life, life extension</li>
<li>Enjoyment of food and beverages</li>
<li>Freedom from fear, pain, and danger</li>
<li>Sexual companionship</li>
<li>Comfortable living conditions</li>
<li>To be superior, winning, &#8220;keeping up with the Joneses&#8221;</li>
<li>Care and protection of loved ones</li>
<li>Social approval</li>
</ol>
<p>These life forces can be utilized by advertisers and marketers to give people “<em>what they really want</em>” and to market to them more effectively.</p>
<p>In fact, most of the information in this book is related to psychology, the mind of consumers, and other hardwired switches we all have as human beings.</p>
<p>These are not theories or assumptions; Whitman backs these techniques up with actual psychological studies.</p>
<p>Such as Dr. Robert Cialdini’s studies on influence, from which he devised 6 principals of influence. He wrote about these principles in his book “<em><a href="http://www.amazon.com/gp/product/006124189X/ref=as_li_ss_tl?ie=UTF8&amp;tag=perpetualwebbusiness-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=006124189X">Influence: The Psychology of Persuasion</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=perpetualwebbusiness-20&amp;l=as2&amp;o=1&amp;a=006124189X&amp;camp=217145&amp;creative=399369" alt="" width="1" height="1" border="0" />.</em>”</p>
<p>Ca$hvertising also gets into depth on explaining why “<em>99% of advertising doesn’t sell much of anything</em>,” and how most people follow what everyone else is doing and fail just like everyone else.</p>
<p>This is defiantly a concise, accessible, and even entertaining book.</p>
<p>Whitman does a great job explaining complex and controversial subjects and offers a lot of other sources for further reading.</p>
<p>There are also dozens of quotes by copywriting legends that lend further creditably to Whitman’s points.</p>
<p>My favorite of these quotes is by Eugene Schwartz, and it reads:</p>
<blockquote><p>“Write to the chimpanzee brain. Simply. Directly”</p></blockquote>
<p>This quote is found in a great section of the book that deals with the psychology of simplicity and how <a title="Marketing To 5th Graders For Fun And Profit" href="http://marketingunfolded.com/flesch-reading-ease-score-microsoft-word-simple-copywriting/">writing for a 5<sup>th</sup> grade audience</a> results in more powerful advertising than writing to more educated people.</p>
<p>In this section we are introduced to the Flesch Reading Ease Formula, which is a mathematical equation that determines the redibility of copy and relates it to a school grade reading level.</p>
<p>For example, by using that formula I found out that this review is written at a 7<sup>th</sup> grade level, which makes it accessible to most readers.</p>
<h2>My Final Verdict</h2>
<p><img class="alignnone size-full wp-image-1303" title="I Gave This Book 4 1/2 Stars Out of 5" src="http://marketingunfolded.com/wp-content/uploads/2011/10/4-5-stars.png" alt="I Gave This Book 4 1/2 Stars Out of 5" width="101" height="21" /></p>
<p>I gave <a href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328" target="_blank">Ca$hvertising</a><em> </em> 4 1/2 out of 5 stars.</p>
<p>This book is jam-packed with a lot of incredibly useful information and examples.</p>
<p>The book itself is a great case study on copywriting, as he uses his own techniques throughout the book.  I was glad to see Whitman follow his own advice by telling very interesting stories to convey his message, not just boring facts and hard cold numbers.</p>
<p>It beautifully turns what can be a boring data driven topic into a fun and entertaining read. You definitely forget that you are reading a book about data and conversions.</p>
<p>Everything is segmented into easily digestible chunks of information that are easy to understand.</p>
<p>Whitman also does a great job of backing up all his claims with research, and he gives you confidence that putting his advice into practice will help your business.</p>
<p>The humor he uses to communicate his message is also another plus for me, I am very big on books entertaining me and teaching me at the same time. <a href="http://www.amazon.com/gp/product/1601630328/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1601630328" target="_blank">Ca$hvertising</a> managed to do both, and quite eloquently.</p>
<p>I learned so much from reading this book that I have to recommend it to anyone interested in copywriting and marketing or any who owns a business.</p>
<p>I rarely ever re-read a book, and I’ve already started reading Ca$hvertising again (in fact the only 2 books I’ve read more than once are &#8220;The 4 hour Workweek,&#8221; and &#8220;<em><a href="http://www.amazon.com/gp/product/006124189X/ref=as_li_ss_tl?ie=UTF8&amp;tag=perpetualwebbusiness-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=006124189X">Influence</a>&#8220;</em>).</p>
<p>I liked it that much!</p>
<p>Have you read it? What did you think about it? Let me know in the comments below!</p>
<p>The post <a href="http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/">Ca$hvertising By Drew Eric Whitman Book Review</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/cahvertising-by-drew-eric-whitman-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uncertainty by Jonathan Fields Book Review</title>
		<link>http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/</link>
		<comments>http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 04:49:52 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1599</guid>
		<description><![CDATA[<p>One of the books I read this month was Uncertainty: Turning Fear and Doubt into Fuel for Brilliance by Jonathan Fields. This book is about overcoming the fear of uncertainty, risk, and exposure to criticism. Uncertainty by Jonathan Fields Book Review: This book was brought to my attention by a video Derek [...]</p><p>The post <a href="http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/">Uncertainty by Jonathan Fields Book Review</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/" title="Permanent link to Uncertainty by Jonathan Fields Book Review"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/11/uncertainty-jonathan-fields-review1.png" width="200" height="200" alt="Uncertainty - Jonathan Fields - Book Review" /></a>
</p><p>One of the books I read this month was <em><a href="http://www.amazon.com/gp/product/159184424X/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=159184424X">Uncertainty: Turning Fear and Doubt into Fuel for Brilliance</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=mktunfld-20&amp;l=as2&amp;o=1&amp;a=159184424X&amp;camp=217145&amp;creative=399373" alt="" width="1" height="1" border="0" /> </em>by <a title="Jonathan Fields" href="http://www.jonathanfields.com/blog/" target="_blank">Jonathan Fields</a>.</p>
<p>This book is about overcoming the fear of uncertainty, risk, and exposure to criticism.</p>
<h2>Uncertainty by Jonathan Fields Book Review:</h2>
<p>This book was brought to my attention by a <a href="http://socialtriggers.com/uncertainty/">video Derek Harplen</a> put up on his blog.</p>
<p>Darek runs a successful blog on converting visitors into leads, and I usually find his advice valuable and useful; so I decided to check out the book.</p>
<p>“<em><a href="http://www.amazon.com/gp/product/159184424X/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=159184424X">Uncertainty</a></em>” is a book that deals with defining and solving an obstacle that we all face that prohibits us from succeeding; that obstacle is “uncertainty.”</p>
<p>As I have set out on my own entrepreneurial journey with this website, and my other projects; I have experienced so much of the uncertainty, doubt, and fear that comes with trying to create something that others will value.</p>
<p>Unfortunately for me and others on the same path, it is impossible to create something substantial and capable of serious impact without embracing a fair amount of uncertainty and criticism.</p>
<p>This book intends to help you overcome that uncertainty and harness it as a creative source of power.</p>
<p>This seemed like the perfect book for someone like me who is creating something out of nothing, and taking a leap of faith into the great unknown.</p>
<p>This book contains some interesting case studies of people succeeding while facing great uncertainty, and a series of good exercises that show you how to overcome it as well.</p>
<p>Unfortunately for me, the book never really caught my attention, and I was never &#8220;hooked&#8221; to it. I didn’t have as many “aha!” moments while reading this book as I had hoped. Maybe I had read of similar concepts before, or I was expecting something different. The point is that I never really read more than 20 pages at a time, I usually got bored, and started doing something else.</p>
<p>However, some of the case studies provided in the book were interesting and even inspiring, for example the story of:</p>
<p><a title="Randy Komisar" href="http://www.kpcb.com/partner/randy-komisar" target="_blank">Randy  Komisar</a>, a former lawyer and CEO of Crystal Dynamics, who left his career to start a “Virtual CEO” business where he helped such companies as WebTV and GlobalGiving grow and build their businesses.</p>
<p><a title="Marie Forleo" href="http://marieforleo.com/" target="_blank">Marie Forleo</a>, a former fitness and dance instructor who self-published her first book and sold over $8,000 copies! She then redefined masterminding by creating a women targeted mastermind that was like nothing ever seen before. She created an exotic adventure that could cost up to $20,000 to attend.</p>
<p><a title="Erik Prolux" href="http://erikproulx.com" target="_blank">Erik Prolux</a>, a copywriter at a large advertising agency, who after being laid-off created a documentary  about advertising professionals who have lost their jobs.</p>
<p><em><a href="http://www.amazon.com/gp/product/159184424X/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=159184424X">Uncertainty</a></em> also provides provides tools, techniques, and a series of exercises that we could use to overcome uncertainty; such as creating anchors, hives, and rituals.</p>
<p>Essentially these are creating habits that create certainty, surrounding yourself with engaged mentors, meditating, and exercising.</p>
<p>Perhaps the one chapter I did connected with and enjoyed was Chapter 9:<br />
&#8220;<em>Own The Story Line.</em>&#8221;</p>
<p>This chapter dealt with &#8220;<em>reframing</em>&#8221; your mind.</p>
<p>This essentially means stepping outside of yourself and looking beyond what often appears to be the only possible interpretation of any given circumstance.</p>
<p>Perhaps this is best illustrated by the farmer story, my favorite in the book, it goes like this:</p>
<blockquote><p>In a small village, lived an old farmer. He awoke one morning to discover that his horse had run away.</p>
<p>The news circulated through the town and his neighbor paid a visit and offered condolences, saying, “what a shame.”</p>
<p>“Maybe yes, maybe no,” said the farmer.</p>
<p>The next day, the horse returned, bringing with it five wild horses.</p>
<p>“What a blessing,” said the neighbor.</p>
<p>“Maybe yes, maybe no,” said the farmer.</p>
<p>The following morning, the farmer’s young son tried to ride one of the wild horses, was thrown, and broke his leg.</p>
<p>“What a shame,” said the neighbor.</p>
<p>“Maybe yes, maybe no,” said the farmer.</p>
<p>That evening, high-ranking official from the army arrived, enlisting every able-bodied young man and taking them off to war. The farmer’s son, however, was left behind.</p>
<p>“What a blessing,” said the neighbor.</p>
<p>“Maybe yes, maybe no,” said the farmer.</p></blockquote>
<p>This chapter deals with the way we look at things, and how things might not always be as they first appear.</p>
<p>This chapter also talks about &#8220;<em>going to zero</em>,&#8221; or taking an extreme loss, whether it&#8217;s losing a huge amount of money, time, energy, prestige, respect or reputation.</p>
<p>&#8220;<em>Going to zero</em>&#8221; is not always as bad as we make it out to be in our heads. In fact most worst case senarios are not as bad as they seem, and they rarely happen.</p>
<p>Sometimes, &#8220;<em>going to zero</em>&#8221; is exactly what we need to succeed.</p>
<p>As J. K. Rowling was quoted on saying, &#8220;<em>I was set free, because my greatest fear had been realized, and I was still alive,  I had a daughter whom I loved, and I had an old typewriter and a big idea.</em>&#8221;</p>
<p>In this chapter, Jonathan Fields also talks about how doing nothing in much worse than failure. If you do nothing, Jonathan argues, your current life become incresingly painful, you become bitter and angry. This is something I completely agree with and I really liked how this subject was handled in the book.</p>
<p>This chapter alone made me give this book a higher rating, since I really enjoyed it.</p>
<h2>My Final verdict:</h2>
<p><img class="size-full wp-image-1275 alignnone" title="I Gave This Book 3 Stars Out of 5" src="http://marketingunfolded.com/wp-content/uploads/2011/10/3-stars.png" alt="I Gave This Book 3 Stars Out of 5" width="101" height="21" /></p>
<p>I gave<em> <a href="http://www.amazon.com/gp/product/159184424X/ref=as_li_ss_tl?ie=UTF8&amp;tag=mktunfld-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=159184424X">Uncertainty</a></em> 3 out of 5 stars.</p>
<p>This book was well-intentioned and it had decent case studies, examples, and stories to make its point.</p>
<p>But I found it to a bit of a boring read, and it only got me “hooked” on the second to last chapter.</p>
<p>This is not a bad book by any means, and I’m not disagreeing with the points Jonathan Fields makes, I just hoped I would have had more fun reading it.</p>
<p>Because of this I cannot give it a higher rating. In fact, this is my lowest rated review so far, but it was not because of the lack of good content but because it did not entertain me. I know that the purpose of these books are to teach, not to entertain, but I have read other books that teach a whole lot, and do it in a fun engaging manner.</p>
<p>If you&#8217;re interested in this book, I would recommend checking it out in a book store first, where you can read the back of the book which includes chapter summaries. Read those summaries and decided if this is a book you would like to read.</p>
<p>Have you read it? What did you think of it? Let me know what you thought about it in the comments below!</p>
<p>The post <a href="http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/">Uncertainty by Jonathan Fields Book Review</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/uncertainty-jonathan-fields-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTip: Adding Line Breaks and Other Styles To The WordPress Headline</title>
		<link>http://marketingunfolded.com/adding-line-break-to-wordpress-headline/</link>
		<comments>http://marketingunfolded.com/adding-line-break-to-wordpress-headline/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 01:36:54 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1486</guid>
		<description><![CDATA[<p>I recently wrote an article tittled &#8220;Slippery Slides For Fun &#38; Profit!&#8220;. The headline to this article broke weird on my page (see image below) The word &#8220;profit&#8221; was left alone in one line, and what I wanted was to have &#8220;slippery slides&#8221; in one line, and &#8220;For Fun &#38; [...]</p><p>The post <a href="http://marketingunfolded.com/adding-line-break-to-wordpress-headline/">QuickTip: Adding Line Breaks and Other Styles To The WordPress Headline</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/adding-line-break-to-wordpress-headline/" title="Permanent link to QuickTip: Adding Line Breaks and Other Styles To The WordPress Headline"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/10/html-wordpress-headlines-line-break.jpg" width="200" height="200" alt="WordPress Headlines and HTML" /></a>
</p><p><iframe src="http://www.youtube.com/embed/C9-RlZjK53s?rel=0" frameborder="0" width="640" height="360"></iframe></p>
<p>I recently wrote an article tittled &#8220;<a title="Slippery SlidesFor Fun &amp; Profit!" href="http://marketingunfolded.com/slipper-slides-for-fun-profit/">Slippery Slides For Fun &amp; Profit!</a>&#8220;.</p>
<p>The headline to this article broke weird on my page (see image below)</p>
<p><img class="aligncenter size-full wp-image-1491" title="The word &quot;profit&quot; is alone in one line" src="http://marketingunfolded.com/wp-content/uploads/2011/10/before-headline-worpress-line-break.png" alt="The word &quot;profit&quot; is alone in one line" width="599" height="216" />The word &#8220;profit&#8221; was left alone in one line, and what I wanted was to have &#8220;slippery slides&#8221; in one line, and &#8220;For Fun &amp; Profit!&#8221; in another.</p>
<p>But how would I add a line break to my headline?</p>
<p>After all, hitting &#8220;enter&#8221; on my keyboard would not make the break on my headline.</p>
<p>Well, the answer is simple.</p>
<p>Simply add some HTML to your headline&#8217;s input box when you are creating or editing your article.</p>
<p><code>&lt;br/&gt;</code> is all you need:</p>
<p><img class="aligncenter size-full wp-image-1493" title="Adding a break to your headline" src="http://marketingunfolded.com/wp-content/uploads/2011/10/dashboard-headline-worpress-line-break.png" alt="Adding a break to your headline" width="636" height="89" /></p>
<p>by adding <code>&lt;br/&gt;</code> to your headline input box, you can control where your lines break, making more visually appealing headlines</p>
<h2><img class="aligncenter size-full wp-image-1494" title="Headline with nice line break" src="http://marketingunfolded.com/wp-content/uploads/2011/10/after-headline-worpress-line-break.png" alt="Headline with nice line break" width="599" height="216" />Other Useful HML Tags You Can Use On Your WordPress Headline:</h2>
<p><strong>Bold your text:</strong><br />
<code>&lt;strong&gt;Your Text&lt;/strong&gt;</code> → <strong>Example.</strong></p>
<p><strong>Emphasize your text:</strong><br />
<code>&lt;em&gt;Your Text&lt;/em&gt;</code> →  <em>Example.</em></p>
<p><strong>Strike your text:</strong><br />
<code>&lt;strike&gt;Your Text&lt;/strike&gt;</code> → Example.</p>
<p><strong>Underline your text:</strong><br />
<code>&lt;u&gt;Your Text &lt;/u&gt;</code> → <span style="text-decoration: underline;">Example.</span></p>
<p><strong>Create a superscript:</strong><br />
<code>&lt;sup&gt;Your Text&lt;/sup&gt;</code> → E=MC<sup>2</sup>.</p>
<p><strong>Create a subscript:</strong><br />
<code>&lt;sub&gt;Your Text&lt;/sup&gt;</code> → H<sub>2</sub>0.</p>
<p>You could also add a style tag to these HTML tags to further style your headline without changing all the other headlines on your page.</p>
<p>For example if you just wanted a single word on your headline to be underlined and red; this is the code you would use:</p>
<p><code>&lt;u style="color:red;"&gt; Word &lt;/u&gt;</code></p>
<h2>Fixing Your Broken Breadcrumbs</h2>
<p>If you decide to add HTML to your headlines, this might cause problems with your breadcrumbs.</p>
<p>Breadcrumbs usually add <code>the_title()</code> tag which works fine, but it renders any HTML code apply to it.</p>
<p>A better tag to use on your bread crumbs is the  <code>the_title_attribute()</code></p>
<p><a title="The Title Attribute" href="http://codex.wordpress.org/Function_Reference/the_title_attribute" target="_blank">The title attribute</a> also displays your title, but it strips away all your HTML tags.</p>
<p>The post <a href="http://marketingunfolded.com/adding-line-break-to-wordpress-headline/">QuickTip: Adding Line Breaks and Other Styles To The WordPress Headline</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/adding-line-break-to-wordpress-headline/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slippery Slides  For Fun And Profit!</title>
		<link>http://marketingunfolded.com/slipper-slides-for-fun-profit/</link>
		<comments>http://marketingunfolded.com/slipper-slides-for-fun-profit/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:02:43 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Marketing Secrets]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1146</guid>
		<description><![CDATA[<p>Remember those fun hot summer days when you were a kid? You would go to a friend&#8217;s back yard, set up a slippery slide and have fun for hours sliding up and down the slide. Once you threw yourself into the slide you would just keep sliding down, unable to [...]</p><p>The post <a href="http://marketingunfolded.com/slipper-slides-for-fun-profit/">Slippery Slides <br/> For Fun And Profit!</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/slipper-slides-for-fun-profit/" title="Permanent link to Slippery Slides <br/> For Fun And Profit!"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/09/slippery-slide-fun-profit-copywriting.png" width="200" height="200" alt="Slippery Slides For Fun and Profit" /></a>
</p><p>Remember those fun hot summer days when you were a kid?</p>
<p>You would go to a friend&#8217;s back yard, set up a slippery slide and have fun for hours sliding up and down the slide.</p>
<p>Once you threw yourself into the slide you would just keep sliding down, unable to stop, until you reach the end.</p>
<p>Well, this is exactly the same type of unstoppable slide that you must create when you write.</p>
<p>Most people think that the number one priority of the copy they write is to make a sale, get a sign-up, or even get some SEO traffic. But that is all wrong!</p>
<p>No matter what you are writing, whether it is a sales letter, an email newsletter or a blog post. Your number one priority <strong><em>is</em></strong> to get your content read.</p>
<p>The copywriting legend Joseph Sugarman, in “<em><a href="http://www.amazon.com/gp/product/0470051248/ref=as_li_ss_tl?ie=UTF8&amp;tag=httpchicharih-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0470051248">The Adweek Copywriting Handbook</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=httpchicharih-20&amp;l=as2&amp;o=1&amp;a=0470051248&amp;camp=217145&amp;creative=399369" alt="" width="1" height="1" border="0" />,</em>” talks about how in copywriting:</p>
<blockquote><p>“Every element must be so compelling that you find yourself falling down a slippery slide, unable to stop until you reach the end.”</p></blockquote>
<p>Sugarman continued to say that “<em>The sole purpose of the first sentence is to get prospects to read the second sentence, and the sole purpose of the second sentence is to get them to read the third and then the fourth – all while you are building a selling environment for the sale of your product.</em>”</p>
<p>This means that every element in anything you write must be so compelling that your reader finds themselves falling down a &#8220;s<em>lippery slide</em>&#8220;, unable to stop until they&#8217;ve reached the end.</p>
<p style="text-align: center;"><strong>Every sentence you write must make your reader want to<br />
read the next sentence you write.</strong></p>
<p>Yes, the entire purpose of copywriting can be boiled down to this single statement.</p>
<p>You must pull the reader right through your page, your story, your features, and finally to your call to action.</p>
<p>This is a lot easier said than done, but don’t worry, you won’t be able to do it most of the time.</p>
<p>Even the best copywriters in the word struggle with this. It takes time, practice, and split testing to get it right.</p>
<p>But if you succeed at creating these fun and exciting &#8220;<em>slippery slides</em>&#8220;, you are sure to have some fun and profitable times!</p>
<p>The post <a href="http://marketingunfolded.com/slipper-slides-for-fun-profit/">Slippery Slides <br/> For Fun And Profit!</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/slipper-slides-for-fun-profit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Secret To Success is Creating S.M.A.R.T. Goals</title>
		<link>http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/</link>
		<comments>http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 05:32:50 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Achieving Goals]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1330</guid>
		<description><![CDATA[<p>Have you ever looked in the mirror and thought to yourself, “I could lose a few pounds?” Then you think to yourself, “in order to get fit and healthier I could possibly do some running. After all running is good for the heart, it will increase my metabolism and it [...]</p><p>The post <a href="http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/">The Secret To Success is Creating S.M.A.R.T. Goals</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/" title="Permanent link to The Secret To Success is Creating S.M.A.R.T. Goals"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/10/smart-goals-for-success.png" width="200" height="200" alt="SMART goals for Success" /></a>
</p><p>Have you ever looked in the mirror and thought to yourself, “<em>I could lose a few pounds</em>?”</p>
<p>Then you think to yourself, “<em>in order to get fit and healthier I could possibly do some running. After all running is good for the heart, it will increase my metabolism and it will get me in shape.</em>”</p>
<p>So you decide to set a goal of running a few days a week.</p>
<p>A few weeks go by and you realize that you only ran on a few days the first week, 1 or 2 days the second week, and by the third week you gave up.</p>
<p>You had a goal, with good intentions, and you really wanted to accomplish it. So what was the problem?</p>
<p>Unfortunately for you, the problem was with your goal. You set a goal of running a few days a week to try to lose some weight; you did not set a <strong>S.M.A.R.T. goal</strong>.</p>
<p>Believe me, there is an enormous difference between the two.</p>
<p>Setting goals is a lot more than making vague statements like, “<em>I will try lose 10 pounds</em>” or “<em>I will make more money</em>.” Creating smart goals means creating a written action plan that includes reasonable and measurable long-term and short-term objectives. It means setting S.M.A.R.T. goals.</p>
<p>S.M.A.R.T is an acronym that refers to creating goals that are:</p>
<p><strong>S</strong>pecific<br />
<strong>M</strong>easurable<br />
<strong>A</strong>chievable<br />
<strong>R</strong>elevant<br />
<strong>T</strong>imely</p>
<p>The first known uses of the term occurred in the November 1981 issue of <em>Management Review</em> by George T. Doran</p>
<h2>Specific</h2>
<p>The perfect recipe for failing any goal is making ambiguous or incomplete goals.</p>
<p>Vague goals produce vague results.</p>
<p>Your goals must be very clear and unambiguous; vagueness and generalities have no place in goal setting. When goals are specific, they tell you exactly what is expected, when, and how much.</p>
<p>You want to make your goal as detailed as possible in order to achieve the specific results that you desire. A specific goal is one that is clearly defined in such a way that anyone could come by and understand what you intend to accomplish.</p>
<p>Your goal should contain a detailed description of what you want to accomplish; when you want to accomplish it by; and the action(s) you will take to accomplish it.</p>
<p>A specific goal has a much greater chance of being accomplished than a general goal.</p>
<p>To set a specific goal you must answer these questions:</p>
<ul>
<li>What: What do I want to accomplish?</li>
<li>Why: Specific reasons, purpose or benefits of accomplishing the goal.</li>
<li>Who: Who is involved?</li>
<li>Where: Identify a location.</li>
<li>When: Establish a time frame.</li>
</ul>
<div>Don&#8217;t just say, “I want to run more every week,” be specific, say: “I&#8217;m going to run 1 mile a day, 5 times a week”</div>
<h2>Measurable</h2>
<p>A good measurable goal will be one where anyone can come up to you at the deadline and, by viewing the results, determine whether or not you have completed your goal.</p>
<p>If your goals are not measurable, you never know whether you’re making progress or even if you’ve completed your goal.</p>
<p>It’s also very tough to stay motivated and complete your goal if you have no milestones to indicate your progress.</p>
<p>When your progress is measurable, you stay on track, reach your target dates, and experience the excitement of achievement that keeps you going in order to reach your goal.</p>
<p>Make sure to set a standard unit of measurement that will enable you to see exactly how far you have come from the start of your goal and how far away from the completion of the goal you are.</p>
<p>If your goal is to make more money, don’t just say “<em>I want to make more money online,</em>” say “<em>I want to generate $5,000 a month in passive income from my website.</em>”</p>
<h2>Attainable</h2>
<p>Goals must be realistic and attainable. Your goals must require you to stretch a bit to achieve them, but they cannot be completely out of your reach.</p>
<p>You must create goals that are realistic for your situation and skill level. Many people set their goals so high that they are just not very realistic or attainable.</p>
<p>Creating goals that are not attainable is very disempowering and will only serve to demotivate you, and make you feel like a failure.</p>
<p>Also, goals that are set too high or too low become meaningless, and people tend to ignore them.</p>
<h2>Relevant</h2>
<p>Your goals must be relevant to what you want to achieve in your life or career, in the short-term and the long-term.</p>
<p>Sometimes you can be tempted to do something simply because it is easy and it sounds cool, only to discover later on that is has no long term importance to what you want to achieve as a person or a business.</p>
<p>Do those things that are most important and in line with your long-term vision and mission in life.</p>
<p>Make sure that your goals are relevant to you, much like a college curriculum which focuses on specific courses for each major. Your goals need to be consistent and relevant with who you are as a person, and your overall goals in life.</p>
<h2>Timely</h2>
<p>Goals must have  a fixed duration, with a starting point, an ending point, and milestones along the way. Commitment to deadlines helps you to focus your efforts on completion of the goal on or before the due date.</p>
<p>A goal should be grounded within a time frame to establish a sense of urgency. If you want to lose 10 lbs, when do you want to lose it by?</p>
<p>“<em>Someday,</em>” won’t work.</p>
<p>But if you anchor it within a time frame, “<em>by September 1st,</em>” then you’ve set your unconscious mind into motion to begin working on the goal to meet the deadline.</p>
<p>Not having a time element attached to your goal creates procrastination. It makes it easy for us to put the goal off for a later time and never get it done.</p>
<h2>Putting It All Together</h2>
<p>Remember that original goal we started out with?</p>
<p>The goal of <em>“running a few days a week to try to get fit and lose some weight?”</em></p>
<p>Well now that you know the proper way to set S.M.A.R.T. goals how would you re-phrase this goal?</p>
<p>How about:</p>
<p>“<em>I will be more fit and healthier by being able to run 2 miles in under 12 minutes by September 1st. I will start by running 1 mile every day, and move up to 2 miles a day in 3 weeks</em>”</p>
<p>In this example your goal is:</p>
<ul>
<li><strong>S</strong>pecific: Run 2 mi. in under 12 mins. and you will start by running 1 mi. a day.</li>
<li><strong>M</strong>easurable: You can either run 2 miles in under 12 minutes or you can’t.</li>
<li><strong>A</strong>chievable: With your current age and weight, this can be an achievable goal.</li>
<li><strong>R</strong>elevant: It’s relevant to you because you want to be healthy and fit.</li>
<li><strong>T</strong>imely: This goal must be completed by September 1st, and in 3 weeks from now you will have your first milestone.</li>
</ul>
<div>
<h4>Things To Avoid When Making Your Goal</h4>
<p>When writing your S.M.A.R.T goals down you should avoid anything that is not specific, words that leave lose ends like “try” or “maybe” have no place in your goal setting process.</p>
<ul>
<li>Try → Will</li>
<li>Should → Can</li>
<li>Attempt → Complete</li>
<li>Maybe → Definitely</li>
<li>Possibly → Certainly</li>
<li>Hope → Accomplish</li>
</ul>
<p>Once you are done writing your S.M.A.R.T goals you must ask yourself these questions:</p>
<ul>
<li>Is this goal specific?</li>
<li>Are my results measurable?</li>
<li>Is my goal realistically attainable?</li>
<li>Does my goal include a deadline or completion date?</li>
</ul>
<p>If you’ve answer &#8220;<em>no</em>&#8221; to any of these questions then you have more work to do!</p>
</div>
<h2>Become Accountable, Share Your Goals!</h2>
<p>Writing down your S.M.A.R.T. goals is the first step of the processes, your goals MUST be <strong>written for others to see</strong>.</p>
<p>Yes, that is right, for others to see.</p>
<p>Just writing goals down rarely leads to getting them accomplished. They get buried in your notebook or on your desk and you rarely will see them again.</p>
<p><strong>Accountability to your colleagues, your family, and your friends is what gets you to accomplish your goals</strong>.</p>
<p>That&#8217;s why you need others to see, and read your S.M.A.R.T goals.</p>
<p>I’m doing this with my <a title="Read My Book Reviews" href="http://marketingunfolded.com/bookshelf/" target="_blank">Bookshelf</a> section on this website. I have a S.M.A.R.T goal of reading 2 books every month, I will do this by reading no less than 15 pages a day, at least 5 times a week.</p>
<p>Me telling you this, and creating a page where people expect to see 2 new books every month makes me accountable to complete my goal.</p>
<p>You don’t have to share your goals online, or for the whole world to see, but you do need to share it with your spouse, your close friend, or anyone that you know will hold you accountable for completing your goals.</p>
<h4><span class="Apple-style-span" style="font-weight: normal;">So now that you know the secret to success, what are you waiting for?</span></h4>
<p>Go and accomplish your goals!</p>
<p>If you are feeling courageous leave your S.M.A.R.T goals in the comments below!</p>
<p>The post <a href="http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/">The Secret To Success is Creating S.M.A.R.T. Goals</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/secret-to-success-is-creating-smart-goals/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add The New Facebook Timeline To Your Profile Now! (Video)</title>
		<link>http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/</link>
		<comments>http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 07:28:17 +0000</pubDate>
		<dc:creator>Jesús Ramirez</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Just Cool Stuff]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://marketingunfolded.com/?p=1155</guid>
		<description><![CDATA[<p>THIS METHOD NO LONGER WORKS! You can now simply go to https://www.facebook.com/about/timeline and click activate. I&#8217;m sure that by now you&#8217;ve been hearing about all the wonderful new Facebook features, and you are probably probably super-eager to get started with them. If you want to be the first of your friends to [...]</p><p>The post <a href="http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/">Add The New Facebook Timeline To Your Profile Now! (Video)</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/" title="Permanent link to Add The New Facebook Timeline To Your Profile Now! (Video)"><img class="post_image alignleft" src="http://marketingunfolded.com/wp-content/uploads/2011/09/facebook-timeline.png" width="200" height="200" alt="Add the Facebook Timeline Now" /></a>
</p><p><strong><span style="color: #ff0000;">THIS METHOD NO LONGER WORKS!</span></strong><br />
You can now simply go to<br />
<strong><a title="Timeline" href="https://www.facebook.com/about/timeline" target="_blank"> https://www.facebook.com/about/timeline</a></strong><br />
and click activate.</p>
<p>I&#8217;m sure that by now you&#8217;ve been hearing about all the wonderful new Facebook features, and you are probably probably super-eager to get started with them.</p>
<p>If you want to be the first of your friends to try out the brand-new Facebook Timeline feature then you&#8217;ve come to the right place!</p>
<p>I created the video tutorial to show you how you can activate the <strong>Facebook Timeline Feature Now! </strong></p>
<p><strong></strong>Simply follow the instructions in the video below</p>
<p>First, you’ll need to log in to Facebook, and go to the F<a title="Facebook Developers Page" href="https://developers.facebook.com/apps" target="_blank">acebook developer page</a>. then start watching the video below!</p>
<p><iframe src="http://www.youtube.com/embed/FcE-F1acEAU?rel=0" frameborder="0" width="640" height="360"></iframe></p>
<p>The post <a href="http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/">Add The New Facebook Timeline To Your Profile Now! (Video)</a> appeared first on <a href="http://marketingunfolded.com">Marketing Unfolded</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://marketingunfolded.com/add-the-new-facebook-profile-timeline-now-video/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
