<?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>The Writer's Nook &#187; Tutorials</title>
	<atom:link href="http://www.Writers-Nook.com/category/archives/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.Writers-Nook.com</link>
	<description>Encouraging, Inspiring, and Equipping Christian Writers and Self Publishers</description>
	<lastBuildDate>Thu, 25 Feb 2010 06:09:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy How-To&#8217;s: Add a Button to your Sidebar</title>
		<link>http://www.Writers-Nook.com/easy-how-tos-add-a-button-to-your-sidebar/</link>
		<comments>http://www.Writers-Nook.com/easy-how-tos-add-a-button-to-your-sidebar/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 04:52:41 +0000</pubDate>
		<dc:creator>Cindy Rushton</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[From the Archives]]></category>
		<category><![CDATA[Newest Posts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Using Wordpress]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.Writers-Nook.com/?p=334</guid>
		<description><![CDATA[Sidebar buttons are a quick and easy way to affiliate with, promote, or endorse a company or website you believe it.
How you add a button to your sidebar depends in large part on the type of site you have.  For example if you have a WordPress blog then it’s going to be a different process [...]<p><a href="http://sharethis.com/item?&#038;wp=2.8.6&#38;publisher=bb493700-af46-4249-a2ea-b07712d4d1e7&#38;title=Easy+How-To%26%238217%3Bs%3A+Add+a+Button+to+your+Sidebar&#38;url=http%3A%2F%2Fwww.Writers-Nook.com%2Feasy-how-tos-add-a-button-to-your-sidebar%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.talk-a-latte.com/ebooks/MomOnline.jpg" alt="The image “http://www.talk-a-latte.com/ebooks/MomOnline.jpg” cannot be displayed, because it contains errors." width="197" height="130" />Sidebar buttons are a quick and easy way to affiliate with, promote, or endorse a company or website you believe it.</p>
<p>How you add a button to your sidebar depends in large part on the type of site you have.  For example if you have a WordPress blog then it’s going to be a different process than if you have a HTML site.</p>
<p><strong>Here it is in a nutshell – </strong></p>
<p>First you’ll want to click on the button image and save it on your desktop.  If you’re using Blogger then you’ll have to upload the image into an image host like Photobucket or Flickr.<br />
<span id="more-334"></span><br />
<strong>WordPress Blog</strong><br />
1. From the admin panel choose “write new post.”<br />
2. Upload the picture/button image you’re using<br />
3. Go to “Manage” and then “Uploads” and click on the picture you want.<br />
4. Copy the URL by highlighting the URL and hitting the control button on your keyboard and the letter C.<br />
5. In the same ‘manage’ screen now go to &#8216;Presentation,&#8217; and then &#8216;Sidebar Widgets.&#8217;<br />
6. Add a text widget and enter your code.  It will look something like this.<br />
7. &lt;a href=&#8221;www.insertbuttonlinkURLhere.com&#8221;&gt;<br />
&lt;img src=&#8221;past your URL here&#8221;&gt;&lt;/a&gt;<br />
8.   Close the text widget and save it.  You’re good to go.</p>
<p><strong>Typepad Blog</strong><br />
1. Login and access your files through your control panel.<br />
2. Choose to upload a new file, find your saved image, and copy the URL.<br />
3. Click the &#8220;Typelists&#8221; tab.  Note if you do not already have a typelist follow the instructions on Typepad to create one.<br />
4. Click &#8220;Add a new item&#8221; to your typlist and past the URL you copied in step two.  It should look something like this.<br />
5. &lt;img src=&#8221;http://example.typepad.com/image.jpg&#8221;&gt;<br />
6. Enter the URL to the website you’d like the image linked to in the “link URL&#8221; box<br />
7. Save and you’re good to go.<br />
Blogger Blog<br />
1. Login and click on &#8220;Layout&#8221;<br />
2. Choose &#8220;Template&#8221; tab, then &#8220;Page Elements&#8221;<br />
3. Click on &#8220;Add a Page Element&#8221;<br />
4. Choose the &#8220;HTML/JavaScript&#8221; option and click the &#8220;Add to Blog&#8221; option.<br />
5. Type the link code (found where your image is being hosted) into the &#8220;Content&#8221; field. Your code will look like this:<br />
&lt;a href=&#8221;http://websiteyourimageislinkingto.com&#8221;&gt;&lt;img src=&#8221;http://www.yourimage.jpg&#8221;&gt;&lt;/a&gt;<br />
6. Save and your button should be in the sidebar and linkable to the relevant website.</p>
<p><strong>HTML website code</strong><br />
1. If you’re adding a sidebar button to the HTML code on your website the code will look something like this:<br />
2. &lt;div align=&#8221;center&#8221;&gt;<br />
&lt;a href=&#8221;http://yoursiteURL.com&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;http://yoursitename/images/banner125×125.jpg&#8221; alt=&#8221;Imagelocation?&#8221;&gt;&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>Adding a button to your sidebar is typically a pretty straightforward process.  If you have any questions or difficulties, check with your website hosting documentation or blog developer documentation for clarification and FAQs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.Writers-Nook.com/easy-how-tos-add-a-button-to-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial&#8211;How to Add Pictures to Wordpress Pages/Posts</title>
		<link>http://www.Writers-Nook.com/tutorial-how-to-add-pictures-to-wordpress-pagesposts/</link>
		<comments>http://www.Writers-Nook.com/tutorial-how-to-add-pictures-to-wordpress-pagesposts/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 01:24:15 +0000</pubDate>
		<dc:creator>Cindy Rushton</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.Writers-Nook.com/?p=38</guid>
		<description><![CDATA[How to Add Pictures to Wordpress Pages/Posts
Download PDF
<p><a href="http://sharethis.com/item?&#038;wp=2.8.6&#38;publisher=bb493700-af46-4249-a2ea-b07712d4d1e7&#38;title=Tutorial%26%238211%3BHow+to+Add+Pictures+to+Wordpress+Pages%2FPosts&#38;url=http%3A%2F%2Fwww.Writers-Nook.com%2Ftutorial-how-to-add-pictures-to-wordpress-pagesposts%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p>How to Add Pictures to Wordpress Pages/Posts<br />
<a href="http://www.writers-nook.com/ebooks/Wordpress--AddPictures.pdf">Download PDF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.Writers-Nook.com/tutorial-how-to-add-pictures-to-wordpress-pagesposts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Widgets to Your Wordpress Website&#8211;A Tutorial</title>
		<link>http://www.Writers-Nook.com/adding-widgets-to-your-wordpress-website-a-tutorial/</link>
		<comments>http://www.Writers-Nook.com/adding-widgets-to-your-wordpress-website-a-tutorial/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 18:29:59 +0000</pubDate>
		<dc:creator>Cindy Rushton</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.Writers-Nook.com/?p=35</guid>
		<description><![CDATA[My friend, Cathy Nagle has been busy creating a wonderful tutorial to teach how to add widgets to your Wordpress Websites. What is that??? Well, in this tutorial we will be looking at one of the ways that we can personalize our Wordpress blog. This segment will introduce you to a *widget* and show you [...]<p><a href="http://sharethis.com/item?&#038;wp=2.8.6&#38;publisher=bb493700-af46-4249-a2ea-b07712d4d1e7&#38;title=Adding+Widgets+to+Your+Wordpress+Website%26%238211%3BA+Tutorial&#38;url=http%3A%2F%2Fwww.Writers-Nook.com%2Fadding-widgets-to-your-wordpress-website-a-tutorial%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p>My friend, Cathy Nagle has been busy creating a wonderful tutorial to teach how to add widgets to your Wordpress Websites. What is that??? Well, in this tutorial we will be looking at one of the ways that we can personalize our Wordpress blog. This segment will introduce you to a *widget* and show you how to add them to your sidebar.</p>
<p>File For Sharing &#8211; or &#8211; for Cindyâ€™s Writers Nook</p>
<p><a href="http://www.preciousdaylive.com/cindy/wp-content/uploads/adding-widgets.mp4">Download mp4 file format of Wordpress Widgets Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.Writers-Nook.com/adding-widgets-to-your-wordpress-website-a-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
