<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Blogs By Heather</title>
    
    <link rel="alternate" type="text/html" href="http://www.blogsbyheather.com/" />
    <id>tag:typepad.com,2003:weblog-1694416</id>
    <updated>2012-02-10T05:00:00-08:00</updated>
    <subtitle>Blogs By Heather, Heather Wright-Porto, blogging tutorials, how-to blogging articles on Blogger help, TypePad help, WordPress help, as well as Constant Contact Newsletter design and newsletter help, help on HTML, PDF and image editing. Blogging should be fun, let me help you!</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/BlogsByHeather" /><feedburner:info uri="blogsbyheather" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>BlogsByHeather</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry>
        <title>How-To WordPress: If your dropdown menu is "behind" your banner image</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/Z1f216Omypg/how-to-wordpress-if-your-dropdown-menu-is-behind-your-banner-image.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/02/how-to-wordpress-if-your-dropdown-menu-is-behind-your-banner-image.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330167620a12be970b</id>
        <published>2012-02-10T05:00:00-08:00</published>
        <updated>2012-02-10T05:00:00-08:00</updated>
        <summary>Here's one for my WP bloggers out there! I have the pleasure of working with my pal Jo Guerra from Your Marketing Gal in assisting her with setting up WP blogs for her customers. My work normally consists of fussing...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: WordPress" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="CSS" />
        <category scheme="http://sixapart.com/ns/types#tag" term="CSS code" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Custom Design" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Stylesheet" />
        <category scheme="http://sixapart.com/ns/types#tag" term="WordPress CSS" />
        <category scheme="http://sixapart.com/ns/types#tag" term="WordPress dropdown" />
        <category scheme="http://sixapart.com/ns/types#tag" term="WordPress help" />
        <category scheme="http://sixapart.com/ns/types#tag" term="WordPress Navigation" />
        <category scheme="http://sixapart.com/ns/types#tag" term="WordPress.com" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d55883301676209e95e970b photo-full " id="photo-xid-6a00e553a87d55883301676209e95e970b" style="float: left; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676209e95e970b-pi"><img alt="Blue-m" border="0" class="asset  asset-image at-xid-6a00e553a87d55883301676209e95e970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676209e95e970b-800wi" title="Blue-m" /></a></div>
<p> </p>
<p>Here's one for my WP bloggers out there!</p>
<p>I have the pleasure of working with my pal Jo Guerra from <a href="http://www.yourmarketinggal.com/" target="_blank" title="Your Marketing Gal, Jo Guerra">Your Marketing Gal</a> in assisting her with setting up WP blogs for her customers. My work normally consists of fussing with the CSS code! LOL.  </p>
<p>So, we had an interesting problem come up lately where the WP navigation dropdown menu was appearing "behind" the banner image.  <strong>This problem really was only visible with IE 7.  </strong>We did not have the problem with IE 8, FireFox, Chrome or Safari.  And it is NOT a problem with all WP themes. </p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330167620a332e970b" id="photo-xid-6a00e553a87d5588330167620a332e970b" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330167620a332e970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Screenshot of Menu behind banner image" class="asset  asset-image at-xid-6a00e553a87d5588330167620a332e970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330167620a332e970b-320wi" title="WP screenshot" /></a></div>
<p><br />So I searched the web for a solution and found that the CSS property z-index is what is used to set the "stacking" order (which is set to the front most and back).  The higher the z-index value the more towards the top it moves.  </p>
<p>So, since the dropdown was "behind" the banner image, it meant that the current z-index value was smaller than that of the banner's z-index value.</p>
<p>I clicked the "view original stylesheet" link (which is highligted in yellow below) and searched (using the CTRL + F to find) the occurances of z-index and wanted to find the greatest value.  Although the banner was set to 10, the page corner graphic in the banner as set to 100, so technically any value greater than 100 would have worked. But to play it safe, I set it to 99999 which was the greatest value I found in the original style sheet for a sub-sub-dropdown-menu item. That is what you see highlighted in the code below (in gray).</p>
<p><em>NOTE: In the help files I found it says the CSS position property also needs to be set as well for the z-index to work best.</em></p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e70b678f970c" id="photo-xid-6a00e553a87d5588330168e70b678f970c" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e70b678f970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="WordPressCSS" class="asset  asset-image at-xid-6a00e553a87d5588330168e70b678f970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e70b678f970c-400wi" style="width: 400px;" title="WordPressCSS" /></a></div>
<p> </p>
<p>So if you are experiencing this problem with your dropdown menu, give it a try. This was with experimenting with the FREE WordPress, Wordpress.com.  Where you have to pay the $30 Custom Design upgrade to mess with CSS code.  </p>
<p>I was able to replicate the problem in Safari and fix it. However, there may still be an issue with IE 7 viewing it properly.  So, another theme may be the solution or a reorganization of the menu and navigation layout.</p>
<p>Hope this helps!</p>
<p>Heather :D<br />www.BlogsByHeather.com</p>
<p>Up next is more on Pinterest (follow me gadget for the sidebar) but I wanted to throw this in there as something for others out there not using Pinterest. Enjoy!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/Z1f216Omypg" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/02/how-to-wordpress-if-your-dropdown-menu-is-behind-your-banner-image.html</feedburner:origLink></entry>
    <entry>
        <title>Pinterest: Additional Notes and Instructions on the "Pin It" button and adding it to your blog</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/jxFmgSNMGeI/pinterest-important-notes-on-the-pin-it-button.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/02/pinterest-important-notes-on-the-pin-it-button.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330168e69e7df2970c</id>
        <published>2012-02-07T20:29:13-08:00</published>
        <updated>2012-02-07T20:33:38-08:00</updated>
        <summary>In my previous Pinterest article on "How to add the 'Pin It' button to the bottom or youf blog posts", we discussed how to add the Pin It button to your blog (the share button that allows your blog visitors...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: Pinterest" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="adding Pin It button to TypePad" />
        <category scheme="http://sixapart.com/ns/types#tag" term="how does Pinterest work" />
        <category scheme="http://sixapart.com/ns/types#tag" term="how to Pinterst" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pin It with typepad advanced templates" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pinterest" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pinterest help" />
        <category scheme="http://sixapart.com/ns/types#tag" term="using advanced templates with pinterest" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="Pinterest_Favicon" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e69d8654970c-120wi" style="float: left; padding: 10px;" title="Pinterest_Favicon" width="80" /></p>
<p>In my previous Pinterest article on "<a href="http://www.blogsbyheather.com/2012/01/pinterest-how-to-add-the-pin-it-button-to-the-bottom-of-your-blog-posts.html" target="_blank" title="How to add the Pin It button to the bottom of your posts">How to add the 'Pin It' button to the bottom or youf blog posts</a>", we discussed how to add the Pin It button to your blog (the share button that allows your blog visitors to easily and quickly "pin" their favorite items in your blog posts). However, a few questions have come in and I think they are great questions and good points to discuss with all of you!</p>
<ol>
<li>Where does the Pin-It button link to?</li>
<li>IMPORTANT read if you are using TypePad and have custom links in your Nav Bar already and want to add the Pin-It button.</li>
<li>Using TypePad Advanced Templates? Then you can add the Pin-It button as well in individual posts (read on).</li>
</ol>
<p> </p>
<h1><em><span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;">Where on my blog does the "pin" link to?</span></em></h1>
<p>It depends on what page you are in your blog (the URL in the address bar).  For example, when I started Pinterest, I searched my own blog, <a href="http://www.HandStampedByHeather.com" target="_blank" title="Hand Stamped By Heather, Heather Wright-Porto">http://www.HandStampedByHeather.com</a> for some artwork to "pin".  </p>
<p>For example, I want to pin this cute picture of my daughter Michaela, kissing herself in the mirror and showcasing the Photo Holder card as well.</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761a69a54970b" id="photo-xid-6a00e553a87d558833016761a69a54970b" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a69a54970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pinterest-PhotoHolder" class="asset  asset-image at-xid-6a00e553a87d558833016761a69a54970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a69a54970b-320wi" title="Pinterest-PhotoHolder" /></a></div>
<p> </p>
<p>First, I did a search for the category called "Photo Holders" and shows my posts that have handmade "Photo Holders" in them. This is one of them. However, if I "Pin It" now, it will pin the picture and it will link to the main category "Photo Holders" page.</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761a6afbf970b" id="photo-xid-6a00e553a87d558833016761a6afbf970b" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a6afbf970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pinterest-Categories" class="asset  asset-image at-xid-6a00e553a87d558833016761a6afbf970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a6afbf970b-400wi" style="width: 400px;" title="Pinterest-Categories" /></a></div>
<p> </p>
<p> </p>
<h1><span style="color: #0060bf; font-family: 'book antiqua', palatino; font-size: 12pt;">If you want to Pin It and link to a specific post...</span></h1>
<p>...then you have to click on and open a specific post first!</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761a6b738970b" id="photo-xid-6a00e553a87d558833016761a6b738970b" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a6b738970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pinterest-post" class="asset  asset-image at-xid-6a00e553a87d558833016761a6b738970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a6b738970b-400wi" style="width: 400px;" title="Pinterest-post" /></a></div>
<p> </p>
<p> </p>
<p>Notice when I click on the actual post, the URL updates.  So now if you "pin" the cute photo of my daughter Michaela, it will go to one post, <a href="http://www.handstampedbyheather.com/2008/12/frostysnowflake-photo-holder.html" target="_blank" title="Photo of Michaela in a Photo Holder card made with Frosty stamp set">http://www.handstampedbyheather.com/2008/12/frostysnowflake-photo-holder.html</a></p>
<p>Keep that in mind when you visit other sites and "pin" their products or artwork. Be sure to click the actual post before "pinning".</p>
<p> </p>
<h1><span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;"><em>READ THIS: If you are adding the "Pin It" to the TypePad Nav Bar</em></span></h1>
<p>If you have custom links in your TypePad Nav Bar like Monica Weaver does, for example, then you should read this before adding the "Pin It" instructions as you would need to add more HTML code if you plan on keeping the custom links that exist.</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761a83609970b" id="photo-xid-6a00e553a87d558833016761a83609970b" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a83609970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pinterest-MonicaWeaver-NavBar" class="asset  asset-image at-xid-6a00e553a87d558833016761a83609970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a83609970b-400wi" style="width: 400px;" title="Pinterest-MonicaWeaver-NavBar" /></a></div>
<p> </p>
<p><span style="color: #0060bf; font-family: 'book antiqua', palatino; font-size: 12pt;">Working with Custom Links</span></p>
<p>Notice, she has Home, About Me, Catalogs, Promotios, etc.  These are custom and not the default items TypePad sets such as Home, Profile, Subscribe, Archives, etc.  So, if you have TypePad's default items or no Nav Bar at all right now, then follow the instructions here (<a href="http://www.blogsbyheather.com/2012/01/pinterest-how-to-add-the-pin-it-button-to-the-bottom-of-your-blog-posts.html" target="_blank" title="How to add the Pin It Button">which were previously posted</a>). Otherwise, you need to write a lot more HTML code! If you don't, and you go switch from Simple to Advanced to add the Pin It button, you lose your custom links and the default Nav Bar options for TypePad show, as well as the newly added Pin It button.</p>
<p>So, if you have custom links and want to add the Pin-It button, you need do the following for each of your custom links.</p>
<p>You need to add a set of &lt;li class="nav-list-item"&gt;....&lt;/li&gt; for each item on the Nav Bar. In Monica's example, notice how I constructed the list items and hyperlinks with the anchor tags (&lt;a href=""&gt;......&lt;/a&gt;). Then I highlighted the Pin It button code. </p>
<p>Although the Pin It code is highlighed, all this HTML/CSS code would have to be added in the Advanced area of the built-in Nav Bar area in TypePad (Design-&gt;Content-&gt;Nav Bar Configuration Window-&gt;Advanced).  Again, this is a sample showing what I would do for Monica or someone who has custom links and who wants to add the Pin It button.</p>
<p><a href="http://heatherporto.typepad.com/PinIt-Typepad-CustomLinks.txt" target="_blank" title="Pin It TypePad Custom Links">Click here to view the text file as it's not fitting completely in the post area</a>.</p>
<pre style="padding-left: 30px;"><pre>&lt;ul class="nav-list pkg"&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/"&gt;Home&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/about-me.html&gt;About Me&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/catalogs.html"&gt;Catalogs&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/promotions.html"&gt;Promotions&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/workshops.html"&gt;Workshops&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/stamp-club.html"&gt;Stampers Club&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/referral-program.html"&gt;Customer Care Program&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/join-my-team.html"&gt;Join My Team&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="nav-list-item"&gt;<br />   &lt;a href="http://www.addalittledazzle.com/my_weblog/stamp-club.html"&gt;Contact Me&lt;/a&gt;<br />   &lt;/li&gt;<br />   &lt;li class="last-nav-list-item nav-list-item"&gt;<br /><br /><span style="background-color: #ffffbf;">&lt;a href='javascript:void((function()%7Bvar%20e=document.createElement(&amp;apos;script&amp;apos;);</span><br /><span style="background-color: #ffffbf;">e.setAttribute(&amp;apos;type&amp;apos;,&amp;apos;text/javascript&amp;apos;);e.setAttribute(&amp;apos;charset&amp;apos;,</span><br /><span style="background-color: #ffffbf;">&amp;apos;UTF-8&amp;apos;);e.setAttribute(&amp;apos;src&amp;apos;,&amp;apos;http://assets.pinterest.com/js/pinmarklet.js</span><br /><span style="background-color: #ffffbf;">?r=&amp;apos;+Math.random()*99999999);document.body.appendChild(e)%7D)());'&gt;&lt;img alt='Pin It' </span><br /><span style="background-color: #ffffbf;">onclick='doPinIt();' src='http://i493.photobucket.com/albums/rr300/blogsbyheather/PinIt.png' </span><br /><span style="background-color: #ffffbf;">style='margin: 0 0 0 0;'/&gt;&lt;/a&gt;</span><br /><br />&lt;/li&gt;<br />&lt;/ul&gt;</pre>
<br /></pre>
<p>Remember to click OK.</p>
<p>Then click "Save Changes" to the overall Design area in TypePad.</p>
<p>You're done!</p>
<p> </p>
<h1><span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;"><em>Using TypePad Advanced Templates: Yes, you can add the Pin It button too!</em></span></h1>
<p>If you are like me and use TypePad's Advanced Templates, you can also add the Pin It button to your posts (individual archives module). Again, I do not advise switching to advanced templates unless there is an absolute need and you are familiar and comfortable using HTML and CSS code.  <a href="http://help.typepad.com/overview_of_advanced_templates.html" target="_blank" title="Advanced TEmplates in TypePad">Click here to learn more about Advanced Templates</a>.</p>
<p>Kitchenmage has updated their blog with new code for the Pin-It button for TypePad and I wanted to pass it along to you!  <a href="http://blog.kitchenmage.com/2012/02/how-to-add-pin-it-button-with-pin-count-to-typepad-advanced-templates.html#more" target="_blank" title="Kitchenmage Pin It Tutorial for Advanced Templates">Click here to read their tutorial on it</a>.  </p>
<p>For me it was slightly different because I converted to Advanced Templates ions ago where things were split and organized better, when they had a "convert to advanced templates" option available.  So for me I don't see the <span style="background-color: #ffffbf;"><strong>$MTEntryBody$</strong> </span> tag that Kitchenmage references.  Instead mine is this <span style="background-color: #ffffbf;"><strong>$MTWeblogIncludeModule module="entry-individual"$</strong></span>.</p>
<ol>
<li>From the Dashboard, go to Design.</li>
<li>Then click on Templates.</li>
<li>When the templates (modules) appear, choose the Individual Archive</li>
<li>Look for either of the "Entry" body tags highlighted above and copy this code (<a href="http://heatherporto.typepad.com/PinIt-Advanced.txt" target="_blank" title="Pin It Advanced Sample Code">click here to view and copy the code</a>).</li>
<li>See my code below and where I pasted it "above" the Entry body tag.</li>
<li>Then Save changes.</li>
</ol>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761a8b861970b" id="photo-xid-6a00e553a87d558833016761a8b861970b" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a8b861970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pin-It-Advanced" class="asset  asset-image at-xid-6a00e553a87d558833016761a8b861970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761a8b861970b-400wi" style="width: 400px;" title="Pin-It-Advanced" /></a></div>
<p>Your Pin It button will now appear at the top of your post, ONLY when someone clicks on that individual post!</p>
<p>I tried to add it to the Main Index Template in several locations but it crashed and would not show my blog at all and instead said an error has occurred.</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016761f28e82970b" id="photo-xid-6a00e553a87d558833016761f28e82970b" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761f28e82970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pin-It-Advanced-Post" class="asset  asset-image at-xid-6a00e553a87d558833016761f28e82970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016761f28e82970b-320wi" title="Pin-It-Advanced-Post" /></a></div>
<p> </p>
<p>Hope this helps clarify a few things... </p>
<p>More Pinterest coming up with how to add the "Follow Me on Pinterest" to the sidebar for Blogger, TypePad, and WordPress.com.</p>
<p>Heather Wright-Porto<br />www.BlogsByHeather.com</p>
<p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/jxFmgSNMGeI" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/02/pinterest-important-notes-on-the-pin-it-button.html</feedburner:origLink></entry>
    <entry>
        <title>Pinterest: How to add the "Pin It" button to the bottom of your blog posts</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/M9Q_SI0GmiE/pinterest-how-to-add-the-pin-it-button-to-the-bottom-of-your-blog-posts.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/pinterest-how-to-add-the-pin-it-button-to-the-bottom-of-your-blog-posts.html" thr:count="13" thr:updated="2012-02-07T13:58:13-08:00" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330163005d404e970d</id>
        <published>2012-01-30T07:27:29-08:00</published>
        <updated>2012-02-03T07:26:32-08:00</updated>
        <summary>This question, "How to add the 'Pin It' button to the bottom of my blog posts?" has been a very popular one and now I see why! First, this is a first Pinterest post in a series of them that...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: Pinterest" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="Add Pin It button" />
        <category scheme="http://sixapart.com/ns/types#tag" term="how to add Pin It button" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pinterest button" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pinterest in post footer" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Pinterest share button" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="Pinterest_Favicon" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e69d8654970c-120wi" style="float: left; padding: 10px;" title="Pinterest_Favicon" width="80" /></p>
<h1 style="text-align: center;"><em><span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;">This question, "How to add the 'Pin It' button to the bottom of my blog posts?" has been a very popular one and now I see why!</span></em></h1>
<p>First, this is a first Pinterest post in a series of them that are coming. There are many aspects of Pinterest so I will break them out into separate tutorials. This is the first.  The next one is to add the "Follow Me on Pinterest" to the sidebar.  Then after that it will be tutorials on inviting people to Pinterest, following people on Pinterest, creating Pinboards, adding the PinIt in your browser's toolbar and more!</p>
<p> </p>
<h1><em><span style="font-size: 15pt;"><span style="font-family: 'book antiqua', palatino; color: #0060bf;">Adding the "Pin It" button</span></span></em></h1>
<p>In writing this tutorial, as with others, I test the methods in Blogger, TypePad and WordPress.com (free). Although Blogger gets a lot of heat as not being "up to par" with the others, Blogger continues to be the easiest in customizing the template and overall look and functionality of a blog :D</p>
<p>Ok, onward we go!</p>
<h1><em><span style="font-family: 'book antiqua', palatino; color: #0060bf; font-size: 15pt;">"Pin It" Button for Websites</span></em></h1>
<p>Let me say that Pinterest does have a "Pin It" Button for Websites area (under About, Pin It Button), but it does not work for blogs the way you think it would. At least I tried a few variations and could not get it to work properly. And "that" is why I am getting a lot of inquiries about how to do it! So I found another way....</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016300646630970d" id="photo-xid-6a00e553a87d558833016300646630970d" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300646630970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="PinItButtonPosts" class="asset  asset-image at-xid-6a00e553a87d558833016300646630970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300646630970d-400wi" style="width: 400px;" title="PinItButtonPosts" /></a></div>
<p> </p>
<p><br />It is instead used to have a particular product or sample "pinned", not where it is is Pin It share button at the bottom of a post, but rather where you would show a sample of a product or project in your blog, then add a Pin It button right below it to only "pin" that specific product or project.</p>
<p>If you had to do this manually in every post, for every sample you were sharing, it would take a while.</p>
<p>So...we are going to discuss how to really create a "Pin It" button.  Where Blogger and self-hosted WordPress blogs are the only platforms (that I cover here at Blogs By Heather) that truly allow it in the post footer area.</p>
<h1><em><span style="color: #0060bf; font-family: 'book antiqua', palatino; font-size: 15pt;"><strong>Let's start with Blogger</strong></span></em></h1>
<ul>
<li>Get to your code.                
<ul>
<li>If you are using the Old Blogger interface, go to Design from your Dashboard, then Edit HTML.</li>
<li>If you are using the new Blogger interface, go to your blog, then from the left side click on Template, and then click on Edit HTML (and then click Proceed to see the code).</li>
</ul>
</li>
<li>Click on the check box to <strong>Expand Widget Templates</strong> (see mine is checked in the sample code below).</li>
<li>Then click the <strong>CTRL + F</strong> keys to perform a "Find" and search for post-footer or <strong>post-footer-line-1</strong>.  In this example I am at the end of the post-footer-line-1 code as you can see the code for post-footer-line-2 shown.</li>
<li>I copied and pasted <a href="http://heatherporto.typepad.com/PinIt.txt" target="_blank" title="Pin It sample code">THIS TEXT</a> which you can use (<a href="http://heatherporto.typepad.com/PinIt.txt" target="_blank" title="Pin It sample code">click here to view</a>). It's the same for us all.  Pinterest had a different set of HTML/JavaScript that wasn't working correctly, so I found <a href="http://blog.kitchenmage.com/2012/01/how-to-add-pinterest-pin-it-button-for-individual-posts-on-typepad.html#more" target="_blank" title="Pinterest tutorial for adding Pinterest to Typepad blogs">these instructions</a> (by Kitchenmage) and made them work for Blogger and Typepad. Continue....</li>
</ul>
<p>Here is the text copied:</p>
<pre>&lt;a href='javascript:void((function()%7Bvar%20e=document.createElement(&amp;apos;script&amp;apos;);<br />e.setAttribute(&amp;apos;type&amp;apos;,&amp;apos;text/javascript&amp;apos;);e.setAttribute(&amp;apos;charset&amp;apos;,<br />&amp;apos;UTF-8&amp;apos;);e.setAttribute(&amp;apos;src&amp;apos;,&amp;apos;http://assets.pinterest.com/js/pinmarklet.js?<br />r=&amp;apos;+Math.random()*99999999);document.body.appendChild(e)%7D)());'&gt;&lt;img alt='Pin It' <br />onclick='doPinIt();' src='http://i493.photobucket.com/albums/rr300/blogsbyheather/PinIt.png' <br />style='margin: 0 0 0 0;'/&gt;&lt;/a&gt;</pre>
<pre><br /></pre>
<p>However,<a href="http://heatherporto.typepad.com/PinIt.txt" target="_blank" title="Pin It sampel code"> click here to download/view the text file</a> in case TypePad distorts and reformats any of the code!</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330163005ce245970d" id="photo-xid-6a00e553a87d5588330163005ce245970d" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330163005ce245970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="PinIt-Blogger" class="asset  asset-image at-xid-6a00e553a87d5588330163005ce245970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330163005ce245970d-400wi" style="width: 400px;" title="PinIt-Blogger" /></a></div>
<p> </p>
<p>I put surrounding &lt;p&gt; and &lt;/p&gt; around the code to put it on its own line as it was not lining up neatly for me.</p>
<p>So when you are done copying and pasting the code above <strong>&lt;p class='post-footer-line post-footer-line-2'/&gt;</strong>. Click Save Changes (or Save Template as I am using the new Blogger Interface).</p>
<p>And that's it, you're done for Blogger!</p>
<p>Here is what my blog looks like now in the post footer area (<a href="http://www.HandStampedByHeather.com" target="_blank" title="Hand Stamped By Heather, Heather Wright-Porto">www.HandStampedByHeather.com</a>).</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e6540270970c" id="photo-xid-6a00e553a87d5588330168e6540270970c" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6540270970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="PostFooter" class="asset  asset-image at-xid-6a00e553a87d5588330168e6540270970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6540270970c-400wi" style="width: 400px;" title="PostFooter" /></a></div>
<p> </p>
<h1><em><span style="color: #0060bf; font-family: 'book antiqua', palatino; font-size: 15pt;">Now, let's discuss TypePad</span></em></h1>
<p>I'm sure TypePad will put a check box for Pinterest soon enough to its <a href="http://www.blogsbyheather.com/2010/07/typepad-share-buttons-in-post-footer.html" target="_blank" title="Share Buttons in TypePad">Post Footer Configuration settings</a> (Design-&gt;Content-&gt;Post Footer) where all the other Facebook, Twitter, Digg and more are currently; but for now it <strong>cannot be added to the bottom of each post</strong> (unless you are using <a href="http://help.typepad.com/overview_of_advanced_templates.html" target="_blank" title="Typepad Advanced Templates">Advanced Templates </a>- which most people do not and I do not advise to use <a href="http://help.typepad.com/overview_of_advanced_templates.html" target="_blank" title="TypePad Advanced Templates">Advanced Templates</a> unless you are comfortable with HTML and CSS coding).</p>
<p>So, the work-around is to add the Pin It button to the Navigation Bar on your blog and visitors can quickl and easily see it when visiting your blog and "pin" what they like! <a href="http://everything.typepad.com/blog/2011/10/add-custom-social-media-icons.html" target="_blank" title="Social Media Buttons in TypePad">Click here are instructions by TypePad</a> which is more of a link to your Pinterest site then a "Pin It" function.</p>
<p>In following <a href="http://blog.kitchenmage.com/2012/01/how-to-add-pinterest-pin-it-button-for-individual-posts-on-typepad.html#more" target="_blank" title="Adding Pinterest to posts in TypePad">these instructions by Kitchenmage</a> I found on the web: </p>
<ul>
<li>From the <strong>Dashboard</strong>, go to <strong>Design</strong>.</li>
<li>Then <strong>Content</strong>.</li>
<li>Then check the check box for Navigation Bar and click the yellow Pencil to the right.</li>
<li>You are now in the <strong>Navigation Bar Configuration</strong> screen in Simple view. You need to click <strong>Advanced</strong> so it looks more like this (below).</li>
</ul>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e6541b36970c" id="photo-xid-6a00e553a87d5588330168e6541b36970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6541b36970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="PinIt-Typepad" class="asset  asset-image at-xid-6a00e553a87d5588330168e6541b36970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6541b36970c-320wi" title="PinIt-Typepad" /></a></div>
<p> </p>
<p> </p>
<p>At the bottom of this screen is where I put the code previously referenced (<a href="http://heatherporto.typepad.com/PinIt.txt" target="_blank" title="Pin It sample code">click here to view the text file</a>).  In addition I had to add a &lt;LI&gt; (list tag) as that is how TypePad creates the Nav Bar in Advanced mode.</p>
<p>So notice where I added:</p>
<p><strong>&lt;li class="nav-list-item"&gt;</strong></p>
<p><em>paste in code in text file here...</em></p>
<p><strong>&lt;/li&gt;</strong></p>
<ul>
<li>Then, click OK and it closes the Nav Bar Configuration window. </li>
<li>Then click Save Changes again in the main Content window (normally at the bottom left). Yes, both are a must!</li>
</ul>
<p>And now you will see Pin It in your Nav Bar like this:</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016300644655970d" id="photo-xid-6a00e553a87d558833016300644655970d" style="display: block; margin-left: auto; margin-right: auto; width: 400px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300644655970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="PinItNavBar" class="asset  asset-image at-xid-6a00e553a87d558833016300644655970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300644655970d-400wi" style="width: 400px;" title="PinItNavBar" /></a></div>
<p> </p>
<p>Of course, to make everything look nice, I would suggest having images/buttons created for all your nav bar links (Home, Archives, Subscribe, Profile, Facebook, Twitter, etc.).</p>
<h1><em><span style="font-family: 'book antiqua', palatino; color: #0060bf; font-size: 15pt;">Pinterest with WordPress blogs</span></em></h1>
<p>With a self-hosted WordPress blog, like those hosted by my buddy, <a href="http://www.WebsByAmy.com" target="_blank" title="Webs By Amy, Amy Celona">www.WebsByAmy.com</a>, or Blue Host or Host Gator, can download and install a <strong><a href="http://wordpress.org/extend/plugins/pin-it-on-pinterest/" target="_blank" title="Pinterest Plug-in for WordPress">Pinterest plug-in here</a><a href="http://wordpress.org/extend/plugins/pin-it-on-pinterest/" target="_blank" title="Pinterest for WordPress" /></strong>.  And that always seems easiest enough and why people love WordPress blogs. </p>
<p>However, for the free WordPress.com you cannot add the Pin It share button in your post footer. You can however add the Follow Me on Pinterest in your sidebar! That's going to be covered this week in my next Pinterest post!</p>
<p>Here is where you can see a sample of how it appears in a sidebar. </p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e65b3af7970c" id="photo-xid-6a00e553a87d5588330168e65b3af7970c" style="display: block; margin-left: auto; margin-right: auto; width: 290px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e65b3af7970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="Pinterest-in-sidebar" class="asset  asset-image at-xid-6a00e553a87d5588330168e65b3af7970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e65b3af7970c-320wi" title="Pinterest-in-sidebar" /></a></div>
<p><br /><br /></p>
<p> </p>
<p>To learn more about the difference between free WordPress.com and self-hosted WordPress blogs (not free), <a href="http://wordpress.org/support/topic/difference-between-com-and-org-for-wordpress" target="_blank" title="WordPress differences">click here</a>. If you need WordPress hosting, see my pal Amy Celona at <a href="http://www.WebsByAmy.com" target="_blank" title="Webs By Amy, Amy Celona">www.WebsByAmy.com</a> and tell her I sent ya! :D</p>
<p>I hope you enjoyed this article, the first in a Pinterest series. Be sure to download/view the text file used (<a href="http://heatherporto.typepad.com/PinIt.txt" target="_blank" title="Pin In sample code">click here</a>) when working with your Blogger or TypePad blogs.</p>
<p>Happy Pinning!</p>
<p>Heather :D</p>
<p>Heather Wright-Porto<br />www.BlogsByHeather.com </p>
<p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/M9Q_SI0GmiE" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/pinterest-how-to-add-the-pin-it-button-to-the-bottom-of-your-blog-posts.html</feedburner:origLink></entry>
    <entry>
        <title>Blog Design from Blogs by Heather</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/OaXJIdEUnB8/blog-design-from-blogs-by-heather.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/blog-design-from-blogs-by-heather.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330168e63677ab970c</id>
        <published>2012-01-27T18:01:45-08:00</published>
        <updated>2012-01-27T18:04:24-08:00</updated>
        <summary>Hi there! This week was again full of design installations so I wanted to just share a few of them. My head designer, Michelle Laycock, is wonderful and because of that has a huge wait list, so I do like...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="DESIGN: Blogs" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="blog design" />
        <category scheme="http://sixapart.com/ns/types#tag" term="blog setup" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Hi there!</p>
<p>This week was again full of design installations so I wanted to just share a few of them.  My head designer, <a href="http://www.laycockdesigns.com" target="_blank" title="Laycock Designs">Michelle Laycock</a>, is wonderful and because of that has a huge wait list, so I do like to help out as best I can, when I can. So although some of these designs I did some time ago, I still wanted so share them with you and some of them were just recently finalized and installed.</p>
<p>This first design shared today is for Carole'Anne.  I love the warmth of this design and hope you do too! Check out her site, <a href="http://www.stampinstressaway.com" target="_blank" title="Stampin Stress Away">http://www.stampinstressaway.com</a>.</p>
<p>She has a TypePad blog. This type of design requires the $14.95 Pro package which allows custom CSS coding.</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e63638e3970c" id="photo-xid-6a00e553a87d5588330168e63638e3970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e63638e3970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="StampinStressAway" class="asset  asset-image at-xid-6a00e553a87d5588330168e63638e3970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e63638e3970c-320wi" title="StampinStressAway" /></a></div>
<p>Robin has a more vintage, country look. She also has a coordinating Shop Online button which wasn't fully loaded when I took the snap shot (LOL). You can view Robin's Blogger blog here: <a href="http://robin-inkyinspirations.blogspot.com/" target="_blank">http://robin-inkyinspirations.blogspot.com/</a>.  With Blogger you can install any type of blog theme and design for free!</p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e63638e3970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px; text-align: left;">
<div class="photo-wrap photo-xid-6a00e553a87d5588330163003f958e970d" id="photo-xid-6a00e553a87d5588330163003f958e970d" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330163003f958e970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="InkyInspirations" class="asset  asset-image at-xid-6a00e553a87d5588330163003f958e970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330163003f958e970d-320wi" title="InkyInspirations" /></a></div>
<br /><br /> <img alt="" src="http://i493.photobucket.com/albums/rr300/blogsbyheather/CustomerArtwork/ShopOnline-8.gif" /></div>
<p>This last sample is another Blogger blog and I love how FUN it is! It definitely makes you want to smile! Go look at Jacqueline's blog at: <a href="http://jacquelinesstamproom.blogspot.com/" target="_blank">http://jacquelinesstamproom.blogspot.com</a>. She also has a matching Favicon, the smiley face!!!</p>
<p>Jacqueline's favorite color is pink and we worked in a door as that is how most people pronounce her last name Dorer. :D</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e63679d5970c" id="photo-xid-6a00e553a87d5588330168e63679d5970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e63679d5970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="SugarsSmilinPaperCrafts" class="asset  asset-image at-xid-6a00e553a87d5588330168e63679d5970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e63679d5970c-320wi" title="SugarsSmilinPaperCrafts" /></a></div>
<p> </p>
<p> </p>
<p><em><span style="font-size: 15pt; font-family: 'book antiqua', palatino; color: #0060bf;">So what do I use? My three favoriate design tools are...</span></em></p>
<ul>
<li><strong>Photoshop.</strong> I have many different versions for PC and Mac, but more recently Photoshop CS5.  </li>
<li><strong>Free Photoshop Brushes.</strong> You can search the web for many free Photoshop brushes that you can downlaod and then append to your brushes palette. Very cool! For example, Carole'Anne and Robin's example were primarily the use of brushes!</li>
<li><strong>Fotolia</strong>. Oh my favorite image site (<a href="http://www.Fotolia.com" target="_blank" title="Fotolia">http://www.Fotolia.com</a>). I like it more than iStockPhoto! When I need to find some image, I go there and buy it! Tons of images to choose from!!!!! In Jacqueline's banner design I used two images from Photolia and brushes as well.</li>
</ul>
<p>Enjoy!</p>
<p>Heather Wright-Porto<br />www.BlogsByHeather.com </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/OaXJIdEUnB8" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/blog-design-from-blogs-by-heather.html</feedburner:origLink></entry>
    <entry>
        <title>Facebook Help: If your Facebook link doesn't seem to be working anymore</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/JF93EZCjB-E/facebook-help-if-your-facebook-link-doesnt-seem-to-be-working-anymore.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/facebook-help-if-your-facebook-link-doesnt-seem-to-be-working-anymore.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d558833016300133160970d</id>
        <published>2012-01-24T19:42:31-08:00</published>
        <updated>2012-01-24T19:42:31-08:00</updated>
        <summary>A few of my customers have been recently experiencing a problem where the link they had on their blog to their Facebook page, no longer shows their page, but the main Facebook Login screen. So what happened? I asked this...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Facebook Help" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="edit facebook page" />
        <category scheme="http://sixapart.com/ns/types#tag" term="facebook business page" />
        <category scheme="http://sixapart.com/ns/types#tag" term="facebook permissions" />
        <category scheme="http://sixapart.com/ns/types#tag" term="manage permissions" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016300132e7d970d" id="photo-xid-6a00e553a87d558833016300132e7d970d" style="float: left; padding: 10px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300132e7d970d-pi"><img alt="Facebook" class="asset  asset-image at-xid-6a00e553a87d558833016300132e7d970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016300132e7d970d-200wi" style="width: 100px;" title="Facebook" /></a></div>
<p>A few of my customers have been recently experiencing a problem where the link they had on their blog to their Facebook page, no longer shows their page, but the main Facebook Login screen.</p>
<p><span style="font-size: 15pt;"><em><span style="font-family: 'book antiqua', palatino; color: #0060bf;"><br />So what happened?</span></em></span></p>
<p>I asked this question on one of the clubs I'm a member of and got a great answer!</p>
<p>Check your "permissions" as you have set restrictions on your page.</p>
<ul>
<li>Login and click Home.</li>
<li>On the left, click on your business page.</li>
<li>Click Edit Page.</li>
<li>Click Manage Permissions.</li>
</ul>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330168e6097c37970c" id="photo-xid-6a00e553a87d5588330168e6097c37970c" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6097c37970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="FacebookIssue" class="asset  asset-image at-xid-6a00e553a87d5588330168e6097c37970c" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e6097c37970c-320wi" title="FacebookIssue" /></a></div>
<p> </p>
<ul>
<li>Remove the Country restriction and modify the Age restriction and see if that solves the problem! :D</li>
</ul>
<p> </p>
<p>Just wanted to share this and working on getting your Pinterest article this week. Today was a busy day for my Stampin' Up! demonstrator customers as the new Sale-a-bration catalog and promotion was released today, so I had to create all the graphics for my customer's sidebars and <a href="http://www.blogsbyheather.com/blog-maintenance-program.html" target="_blank" title="Blog Maintenance">maintain their blogs</a> and newsletters. Big, busy day :D</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/JF93EZCjB-E" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/facebook-help-if-your-facebook-link-doesnt-seem-to-be-working-anymore.html</feedburner:origLink></entry>
    <entry>
        <title>How-to Blogger: Help! I want to go back to the Old Blogger!</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/XVvvVO0Jxt4/how-to-blogger-help-i-want-to-go-back-to-the-old-blogger.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/how-to-blogger-help-i-want-to-go-back-to-the-old-blogger.html" thr:count="3" thr:updated="2012-01-22T14:44:28-08:00" />
        <id>tag:typepad.com,2003:post-6a00e553a87d558833016760cde22d970b</id>
        <published>2012-01-21T04:00:00-08:00</published>
        <updated>2012-01-21T04:00:00-08:00</updated>
        <summary>Your How-To article are back!!! New year and I got your survey results. You want How-To articles so that's what you'll be getting here at Blogs By Heather. What happened to my Blogger? Blogger got a makeover! A new layout,...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="*Getting Started with Blogger" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Did You Know" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: Blogger" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="blogger dashboard" />
        <category scheme="http://sixapart.com/ns/types#tag" term="blogger interface" />
        <category scheme="http://sixapart.com/ns/types#tag" term="how-to blogger" />
        <category scheme="http://sixapart.com/ns/types#tag" term="new blogger" />
        <category scheme="http://sixapart.com/ns/types#tag" term="old blogger" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Your How-To article are back!!! New year and I got your survey results. You want How-To articles so that's what you'll be getting here at Blogs By Heather.</p>
<h1><span style="color: #0060bf;"><em><span style="font-family: 'book antiqua', palatino; font-size: 15pt;">What happened to my Blogger?</span></em></span></h1>
<p>Blogger got a makeover! A new layout, dashboard and more!  I wrote a nice article on this when I first noticed the new makevoer coming back in September...but it's still relevant! So <a href="http://www.blogsbyheather.com/2011/09/blogger-gets-a-makeover.html" target="_blank" title="Blogger gets a makeover">click here</a> to review all the <a href="http://www.blogsbyheather.com/2011/09/blogger-gets-a-makeover.html" target="_blank" title="Blogger gets a makeover">new changes in the new look on Blogger</a>!</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016760cde6c5970b" id="photo-xid-6a00e553a87d558833016760cde6c5970b" style="display: block; margin-left: auto; margin-right: auto; width: 320px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016760cde6c5970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="new blogger interface" class="asset  asset-image at-xid-6a00e553a87d558833016760cde6c5970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016760cde6c5970b-320wi" title="blogger interface" /></a></div>
<p><br />But...what if you want to go back! What if you like and came to love the Old Blogger. Don't worry, you can go back!</p>
<ul>
<li>From this new interface (similar to that shown above), you will see the Setting icon (that looks like a gear) in the upper right corner.</li>
<li>Click on it and a dropdown appears.</li>
</ul>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d5588330162ffd98691970d" id="photo-xid-6a00e553a87d5588330162ffd98691970d" style="display: block; margin-left: auto; margin-right: auto; width: 219px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330162ffd98691970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="settings to switch to old interface" class="asset  asset-image at-xid-6a00e553a87d5588330162ffd98691970d" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330162ffd98691970d-320wi" title="settings to switch to old interface" /></a></div>
<p> </p>
<ul>
<li>Click on Old Blogger Interface.</li>
<li>And that's it! Old Blogger is back!</li>
</ul>
<h1><span style="color: #0060bf;"><em><span style="text-decoration: underline; font-family: 'book antiqua', palatino; font-size: 15pt;"><strong><br />Try the New Blogger Interface</strong></span></em></span></h1>
<p>If and when yu're ready to go back and try the new interface, simply click the "Try the Updated Blogger Interface" which is shown below, and right under your login details (upper right area of your screen).</p>
<p> </p>
<div class="photo-wrap photo-xid-6a00e553a87d558833016760cdddf8970b" id="photo-xid-6a00e553a87d558833016760cdddf8970b" style="display: block; margin-left: auto; margin-right: auto; width: 230px;"><a href="http://heatherporto.typepad.com/.a/6a00e553a87d558833016760cdddf8970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><img alt="go try the new interace" class="asset  asset-image at-xid-6a00e553a87d558833016760cdddf8970b" src="http://heatherporto.typepad.com/.a/6a00e553a87d558833016760cdddf8970b-320wi" title="go try the new interface" /></a></div>
<p> </p>
<p>Then, remember to review my notes on how to get around the new interface: <a href="http://www.blogsbyheather.com/2011/09/blogger-gets-a-makeover.html" target="_blank" title="Blogger gets a makeover">click here</a> to review all the <a href="http://www.blogsbyheather.com/2011/09/blogger-gets-a-makeover.html" target="_blank" title="Blogger gets a makeover">new changes in the new look on Blogger</a>!</p>
<p>Enjoy!</p>
<p><strong><em>Pinterest how-to tutorial coming! </em></strong>This was just a quick topic I have recently been asked about...how to go back to the Old Blogger! And I'm trying to get out many, new and revived "How-To" articles here on Blogs By Heather! Thanks for reading!</p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/XVvvVO0Jxt4" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/how-to-blogger-help-i-want-to-go-back-to-the-old-blogger.html</feedburner:origLink></entry>
    <entry>
        <title>Using BlogPress: How-to Blog with your iPad!</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/Z3Z7ts5BXZo/using-blogpress-how-to-blog-with-your-ipad.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/using-blogpress-how-to-blog-with-your-ipad.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330168e5ced29e970c</id>
        <published>2012-01-19T09:50:51-08:00</published>
        <updated>2012-01-19T09:50:51-08:00</updated>
        <summary>Good afternoon bloggers! I've gotten a few inquiries about blogging from the iPad and how to insert images and such. When doing my original post from the iPad back in the summer of 2011 when I got my iPad, I...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Did You Know" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: iPad" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Good afternoon bloggers!&lt;br /&gt;&lt;br /&gt;I've gotten a few inquiries about blogging from the iPad and how to insert images and such.  When doing my original post from the iPad back in the summer of 2011 when I got my iPad, I went to Safari, logged into TypePad and composed a post there.  However, it had to be written in all HTML and I was having trouble with the "Preview".  So in order to see anything I had to "Publish" it, then go back to edit it, then "Publish", then edit until I got it perfect.&lt;br /&gt;&lt;br /&gt;When I inserted images that way, I had to load them first to a Photobucket account or TypePad (blog) file manager; somewhere online. Then use HTML code to insert the image using the &lt;img&gt; HTML tag. TIP: You can learn a lot of HTML coding by going to http://www.w3schools.com/ and then click on Learn HTML from the left. You can click on Learn CSS as well! Go check that out too :D&lt;br /&gt;&lt;br /&gt;&lt;font color="blue" size="5"&gt;&lt;b&gt;&lt;i&gt;Using BlogPress App for iPad&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;However, I downloaded this app called BlogPress from the AppStore for the iPad. And I am typing away in here while writing this post.  &lt;br /&gt;&lt;br /&gt;As soon as it was setup, I quickly and simply added blog accounts, such as my TypePad and Blogger blogs, linked to my Picasa Web album account, and you can link to Facebook and Twitter as well.&lt;br /&gt;&lt;br /&gt;So I clicked on my TypePad blog and simply started typing in this editor. Now, I do have the detachable iPad keyboard to make typing and blogging easier for me :D&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;ins&gt;&lt;font size="3"&gt;Insert an Image&lt;/font&gt;&lt;/ins&gt;&lt;/b&gt;&lt;br /&gt;To insert an image, you can click the camera icon they have at the top right and take a picture right then, or take it from your media library on your iPad. &lt;br /&gt;&lt;br /&gt;This is a picture my daughter Michaela (5) created with one of her Dress-Up iPad apps and saved on the iPad Media Library.  I clicked on it and it inserted, centered and beautifully and with just a click!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a href='https://picasaweb.google.com/102121028598273407090/BlogsByHeather?authkey=Gv1sRgCIWAite5zcfHzwE#5699402063152176978'&gt;&lt;img src='https://lh3.googleusercontent.com/-Jun3VuUojq0/TxhX-s5QX1I/AAAAAAAAAWU/GLYeORCzD3U/s288/0.jpg' border='0' width='187' height='281' style='margin:5px'&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;You can also click the HTML button on the upper right and choose from popular HTML commands from a visual menu, and then the HTML code is inserted for you so you don't have to write your own!!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;ins&gt;&lt;font size="3"&gt;Set Your Categories&lt;/font&gt;&lt;/ins&gt;&lt;/b&gt;&lt;br /&gt;Oh, it gets better! Before you are ready to Publish, don't forget to set your Categories! In this app, to the right of your Blog Post Title, there is a little "i" italicized which is for Options. It opens a window where you can select from the list of categories you have on your blog! Check them off and you're done!  You can also select Labels and Tags as well.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;ins&gt;&lt;font size="3"&gt;Save, Preview, Publish!&lt;/font&gt;&lt;/ins&gt;&lt;/b&gt;&lt;br /&gt;Then, when ready to save, click the Save button at the top right and you can click and save to local drafts (on your iPad), save to online drafts (to you TypePad or blog account), Save and Publish, Save and Preview and more! How cool is that!!!!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;ins&gt;&lt;font size="3"&gt;BlogPress Gets a Thumbs Up!&lt;/font&gt;&lt;/ins&gt;&lt;/b&gt;&lt;br /&gt;Oh I love this BlogPress app. It was $2.99 on the AppStore. Do you have another iPad blogging favorite? If so, share it here in this posts comments and let us know what you think of the app you are using to blog with your iPad!&lt;br /&gt;&lt;br /&gt;Keep blogging...even from your iPad while watching your favorite TV show! LOL.&lt;br /&gt;Heather :D&lt;br /&gt;&lt;br /&gt;Heather Wright-Porto&lt;br /&gt;www.BlogsByHeather.com&lt;br /&gt;&lt;br /&gt;P.S. Preparing a great how-to article for you for Pinterest! How to invite, what to do when you're invited, how to setup pin boards, how to pin, how to follow people and more!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/Z3Z7ts5BXZo" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/using-blogpress-how-to-blog-with-your-ipad.html</feedburner:origLink></entry>
    <entry>
        <title>Aweber's new Broadcast (newsletter) Editor…Making it easier to use!</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/4XzZiBVqkrg/awebers-new-broadcast-newsletter-editormaking-it-easier-to-use.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/awebers-new-broadcast-newsletter-editormaking-it-easier-to-use.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330162ff8576ca970d</id>
        <published>2012-01-13T13:40:22-08:00</published>
        <updated>2012-01-13T13:40:22-08:00</updated>
        <summary>A few months ago I wrote a series of articles on Membership Sites. What to do BEFORE you start one but more so the different TYPES of memberships site and what applications you can use to create and manage them!...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="aweber" />
        <category scheme="http://sixapart.com/ns/types#tag" term="aweber broadcast editor" />
        <category scheme="http://sixapart.com/ns/types#tag" term="blogs by heather AM" />
        <category scheme="http://sixapart.com/ns/types#tag" term="constant contact" />
        <category scheme="http://sixapart.com/ns/types#tag" term="membership sites" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p style="text-align: left;">A few months ago I wrote a series of articles on <a href="http://www.blogsbyheather.com/series-membership-sites/" target="_blank" title="Membership Sites">Membership Sites</a>.</p>
<ul>
<li>What to do BEFORE you start one but more so</li>
<li>the different TYPES of memberships site and what applications you can use to create and manage them!</li>
</ul>
<p>In that, Part 2, I discussed Mini-Memberships or seasonal memberships. These can be done in the same way I just setup <a href="http://www.BlogsByHeatherAM.com" target="_blank" title="Blogs By Heather AM - Wake up with Heather">Blogs By Heather AM - Wake Up with Heather</a>.</p>
<p>I LOVE Constant Contact, but the one thing it lacks is the ability to have different auto-responders setup to different lists.  Even the free MAIL CHIMP lets you do that!!!!  However, I decided to go with Aweber and its integration with PayPal subscriptions.</p>
<p><strong>Aweber was not so user-friendly and in fact difficult for many to use</strong> and manipulate, add images or a TOC.  Very difficult for those not knowing HTML and very, very different for those moving from Constant Contact.</p>
<p style="text-align: center;"><em><span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;">GREAT NEWS: Aweber launches a new broadcast editor!</span></em></p>
<p style="text-align: left;">Aweber is beta testing its new Broadcast Editor (newsletter editor) and it is really cool. It is a HUGE improvement and does make it much, much easier to create newsletters (broadcasts).</p>
<p>I attened this free webinar, but am posting the link here for you to view for yourself! I'm not sure how long these links will be active...so check them out if you have ever wondered about Aweber and how to create newsletters (now with their new editor)!</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=Myk-hJlsb18" target="_blank" title="Aweber Broadcast Editor Video">CLICK HERE to view the video presentation</a></li>
<li><a href="http://www.aweber.com/blog/wp-content/uploads/2007/02/MsgEditor.pdf" target="_blank" title="Aweber Broadcast Editor presentation">CLICK HERE to view the slide show (slides)</a></li>
</ul>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><em><span style="font-size: 15pt; color: #0060bf; font-family: 'book antiqua', palatino;">Join Aweber today for your newsletter or membership sites! <br />Starting at just $1 to try it for a month!</span></em></p>
<div style="text-align: center;"><a href="http://aweber.com/?utm_source=affiliate&amp;utm_medium=banner&amp;utm_campaign=static&amp;utm_content=125x125blueenv&amp;id=390182" title="Email Marketing"> <img alt="Email Marketing $19/Month!" src="http://www.aweber.com/banners/01-12/125x125_v3.jpg" style="border: none;" /></a></div><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/4XzZiBVqkrg" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/awebers-new-broadcast-newsletter-editormaking-it-easier-to-use.html</feedburner:origLink></entry>
    <entry>
        <title>WHAT'S NEW! Blogs By Heather AM - Wake Up with Heather!</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/-XvcGOEkw4E/blogs-by-heather-am-wake-up-with-heather.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/blogs-by-heather-am-wake-up-with-heather.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d5588330162ff486a05970d</id>
        <published>2012-01-09T06:51:49-08:00</published>
        <updated>2012-01-09T07:21:38-08:00</updated>
        <summary>With Blogs By Heather AM you won't miss out on trendy, new, hot topics! Grab your cup of coffee and Wake up with Heather! You will be updated every week day on the latest and greatest in social media, blogging,...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="Blogging" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Blogs by Heather AM" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Email Marketing" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Heather Wright-Porto" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Small Business" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Social Media" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Wake Up with Heather" />
        
<content type="html" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330167601508cf970b-popup"&gt;&lt;img class="asset  asset-image at-xid-6a00e553a87d5588330167601508cf970b" style="width: 400px; display: block; margin-left: auto; margin-right: auto;" title="BLOGS-BY-HEATHER-AM" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330167601508cf970b-400wi" alt="BLOGS-BY-HEATHER-AM" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;With &lt;strong&gt;Blogs By Heather AM&lt;/strong&gt; you won't miss out on trendy, new, hot topics! &amp;nbsp;Grab your cup of coffee and &lt;strong&gt;Wake up with Heather&lt;/strong&gt;!&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;span style="font-size: 15pt;"&gt;&lt;em&gt;&lt;span style="font-family: 'book antiqua', palatino; color: #0060bf;"&gt;You will be updated every week day on the latest and greatest in social media, blogging, email marketing, small business and more!&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I receive many emails on &lt;strong&gt;what's new&lt;/strong&gt; and &lt;strong&gt;upcoming&lt;/strong&gt; and want to share them with you! &amp;nbsp;I read all the email and will pick out those I think you will most benefit from so you don't have to waste your time researching.&lt;/p&gt;
&lt;p&gt;Blogs By Heather - Wake Up with Heather is just that...a wake-up email from me every morning, Monday through Friday!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="font-family: 'book antiqua', palatino; font-size: 15pt; color: #0060bf;"&gt;Topics include (but not limited to):&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;social media&lt;/li&gt;
&lt;li&gt;blogging&lt;/li&gt;
&lt;li&gt;email marketing&lt;/li&gt;
&lt;li&gt;small business&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #0060bf; font-size: 15pt;"&gt;&lt;em&gt;&lt;span style="font-family: 'book antiqua', palatino;"&gt;Rather have it all once a week?&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;No problem, when signing up for Blogs By Heather AM you can choose either format:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;to receive daily updates (Monday-Friday) OR&lt;/li&gt;
&lt;li&gt;to receive a weekly email on Friday mornings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Same price, two different options for you!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 15pt;"&gt;&lt;span style="font-family: 'book antiqua', palatino; color: #0060bf;"&gt;&lt;em&gt;What will you get?&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fresh NEW topics.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;NO old or out-dated material.&lt;/li&gt;
&lt;li&gt;Exclusive tips not to be posted on my blog, Facebook or Twitter. These daily tips are just for you (Mon-Fri).&lt;/li&gt;
&lt;li&gt;Daily (Mon-Fri) OR weekly emails (whatever is convenient for you!).&lt;/li&gt;
&lt;li&gt;Professional email newsletter delivery.&lt;/li&gt;
&lt;li&gt;Great tips at a very, very affordable price...just $4.95 a MONTH!&lt;/li&gt;
&lt;li&gt;FREE SEO (Search Engine Optimization) 2-part article just for joining!&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Enter for your chance to win one of my books, a blog makeover, or a $50 Stampin' Up! Gift Certificate!&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a style="float: left;" href="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676034ebf8970b-pi"&gt;&lt;img class="asset  asset-image at-xid-6a00e553a87d55883301676034ebf8970b" style="margin: 0px 5px 5px 0px;" title="HeatherWrightPorto" src="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676034ebf8970b-120wi" alt="HeatherWrightPorto" /&gt;&lt;/a&gt;&lt;em&gt;&lt;span style="color: #0060bf; font-family: 'book antiqua', palatino; font-size: 15pt;"&gt;So what are you waiting for?&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Keep up and wake up with me, Heather.&amp;nbsp;Every week day or every week!&lt;/p&gt;
&lt;p&gt;Same great tips, two methods,&amp;nbsp;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;ONE great LOW MONTHLY price&lt;/span&gt;!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;VERY IMPORTANT NOTE:&lt;/strong&gt;&lt;/span&gt; &amp;nbsp;The buttons below are integrated with my Aweber mailing lists (which you will be subscribing to receive your daily/weekly tips). So to make the process easier and where you only have to sign up once, I used PayPal through Aweber Connections. &amp;nbsp;So...&lt;strong&gt;you will be prompted for your PayPal password (login information) immediately&lt;/strong&gt;, and afterwards be added to the respective mailing list to begin receiving your Blogs By Heather AM - Wake Up with Heather emails. Enjoy!&lt;/p&gt;
&lt;div style="text-align: center;"&gt;&lt;strong&gt;Blogs By Heather AM (Weekly Delivery)&lt;/strong&gt;&lt;br /&gt; $4.95 / Month&lt;br /&gt; &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt; &lt;input name="hosted_button_id" type="hidden" value="GXQASHMC8Z7PN" /&gt; &lt;input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" type="image" /&gt; &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /&gt; &lt;/form&gt; &lt;br /&gt; &lt;strong&gt;Blogs By Heather AM (Daily Delivery)&lt;/strong&gt;&lt;br /&gt; $4.95 / Month&lt;br /&gt; &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt; &lt;input name="hosted_button_id" type="hidden" value="DVV7WJV3NW7SW" /&gt; &lt;input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" type="image" /&gt; &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /&gt; &lt;/form&gt;&lt;/div&gt;
&lt;p&gt;Here are sample tips that you would have received in your emails - from social media to small business and more! &amp;nbsp;Your tips link to full length articles!&lt;/p&gt;
&lt;p&gt;&lt;a onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330162ff420723970d-popup"&gt;&lt;img class="asset  asset-image at-xid-6a00e553a87d5588330162ff420723970d" style="display: block; margin-left: auto; margin-right: auto;" title="BlogsByHeatherAM-1" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330162ff420723970d-320wi" alt="BlogsByHeatherAM-1" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;a onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" href="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e537b93a970c-popup"&gt;&lt;img class="asset  asset-image at-xid-6a00e553a87d5588330168e537b93a970c" style="display: block; margin-left: auto; margin-right: auto;" title="BlogsByHeatherAM-1" src="http://heatherporto.typepad.com/.a/6a00e553a87d5588330168e537b93a970c-320wi" alt="BlogsByHeatherAM-1" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;a onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" href="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676036cd50970b-popup"&gt;&lt;img class="asset  asset-image at-xid-6a00e553a87d55883301676036cd50970b" style="display: block; margin-left: auto; margin-right: auto;" title="BlogsByHeatherAM-1" src="http://heatherporto.typepad.com/.a/6a00e553a87d55883301676036cd50970b-320wi" alt="BlogsByHeatherAM-1" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;VERY IMPORTANT NOTE:&lt;/strong&gt;&amp;nbsp;&amp;nbsp;The buttons below are integrated with my Aweber mailing lists (which you will be subscribing to receive your daily/weekly tips). So to make the process easier and where you only have to sign up once, I used PayPal through Aweber Connections. &amp;nbsp;So...&lt;strong&gt;you will be prompted for your PayPal password (login information) immediately&lt;/strong&gt;, and afterwards be added to the respective mailing list to begin receiving your Blogs By Heather AM - Wake Up with Heather emails. Enjoy!&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;span style="font-size: 15pt; color: #0060bf; font-family: 'book antiqua', palatino;"&gt;Don't wait! Make 2012 a great year&lt;br /&gt; and Wake Up with Heather!&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div style="text-align: center;"&gt;&lt;strong&gt;Blogs By Heather AM (Weekly Delivery)&lt;/strong&gt;&lt;br /&gt; $4.95 / Month&lt;br /&gt; &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt; &lt;input name="hosted_button_id" type="hidden" value="GXQASHMC8Z7PN" /&gt; &lt;input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" type="image" /&gt; &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /&gt; &lt;/form&gt; &lt;br /&gt; &lt;strong&gt;Blogs By Heather AM (Daily Delivery)&lt;/strong&gt;&lt;br /&gt; $4.95 / Month&lt;br /&gt; &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input name="cmd" type="hidden" value="_s-xclick" /&gt; &lt;input name="hosted_button_id" type="hidden" value="DVV7WJV3NW7SW" /&gt; &lt;input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" type="image" /&gt; &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /&gt; &lt;/form&gt;&lt;/div&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/-XvcGOEkw4E" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/blogs-by-heather-am-wake-up-with-heather.html</feedburner:origLink></entry>
    <entry>
        <title>Google Web Fonts: Using Custom Fonts in TypePad</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BlogsByHeather/~3/SfPPmZB1rUU/google-web-fonts-using-custom-fonts-in-typepad.html" />
        <link rel="replies" type="text/html" href="http://www.blogsbyheather.com/2012/01/google-web-fonts-using-custom-fonts-in-typepad.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e553a87d55883301676004abf1970b</id>
        <published>2012-01-05T07:22:09-08:00</published>
        <updated>2012-01-05T07:22:09-08:00</updated>
        <summary>Check this out! Click here to view the tutorial on how to use Google Web Fonts with your TypePad blog. You do need to be at the Pro or Unlimited level ($14.95 a month or up) so you can customize...</summary>
        <author>
            <name>Blogs By Heather</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="HOW TO: Typepad" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="blog design" />
        <category scheme="http://sixapart.com/ns/types#tag" term="custom design" />
        <category scheme="http://sixapart.com/ns/types#tag" term="custom fonts" />
        <category scheme="http://sixapart.com/ns/types#tag" term="customize blog font" />
        <category scheme="http://sixapart.com/ns/types#tag" term="free fonts" />
        <category scheme="http://sixapart.com/ns/types#tag" term="google web fonts" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Kevin and Amanda" />
        <category scheme="http://sixapart.com/ns/types#tag" term="Typekit fonts" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.blogsbyheather.com/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Check this out!</p>
<p><a href="http://everything.typepad.com/blog/2011/12/weekend-project-getting-started-with-google-web-fonts.html" target="_blank" title="Google Web Fonts">Click here to view the tutorial on how to use Google Web Fonts with your TypePad blog</a>.  You do need to be at the Pro or Unlimited level ($14.95 a month or up) so you can customize the CSS code.</p>
<p>So yes, this method requires customizing CSS code, but this tutorial is really good in illustrating what needs to be done!  </p>
<p>Give it a try!</p>
<p><img alt="" src="http://everything.typepad.com/.a/6a00d83451c82369e201675f9b553c970b-500wi" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p>You can also you TypeKit! <a href="http://everything.typepad.com/blog/2010/02/customize-your-blog-with-typekit-fonts.html">Click here to read more on using TypeKit to customize the fonts in your TypePad blog</a>.</p>
<p><img alt="" src="http://everything.typepad.com/.a/6a00d83451c82369e20120a84b7de5970b-800wi" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p>Don't worry, Blogger and WordPress users an customize their fonts too!!!! Visit:</p>
<ul>
<li><a href="http://www.google.com/webfonts" target="_blank" title="Google Web Fonts">Google Web Fonts</a></li>
<li><a href="https://typekit.com/" target="_self" title="TypeKit">TypeKit</a></li>
<li><a href="http://www.kevinandamanda.com/fonts/" target="_blank" title="Kevin and Amanda">Kevin and Amanda</a></li>
</ul><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/BlogsByHeather/~4/SfPPmZB1rUU" height="1" width="1" /></div></content>


    <feedburner:origLink>http://www.blogsbyheather.com/2012/01/google-web-fonts-using-custom-fonts-in-typepad.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 -->

