<?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>Blogging tips, tricks and tools - make money blogging &#187; wordpress plugin</title>
	<atom:link href="http://www.automatedblogpostingsoftware.com/tag/wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automatedblogpostingsoftware.com</link>
	<description></description>
	<lastBuildDate>Tue, 11 May 2010 01:35:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Best WordPress Plugins: Sociable Social Bookmarking Plugin</title>
		<link>http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-sociable-social-bookmarking-plugin/</link>
		<comments>http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-sociable-social-bookmarking-plugin/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:05:11 +0000</pubDate>
		<dc:creator>automatedblogpostingsoftware</dc:creator>
				<category><![CDATA[Blogging tools]]></category>
		<category><![CDATA[Optimize your blog]]></category>
		<category><![CDATA[Traffic Generation]]></category>
		<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[best wordpress plugins]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.automatedblogpostingsoftware.com/?p=342</guid>
		<description><![CDATA[One of the easiest ways to get additional backlinks for any website or blog is to include social bookmarking icons on the page. Doing this allows your visitors to directly bookmark your site if they are interested. Each time your site is bookmarked you are effectively given a free backlink to improve your position in [...]


Related posts:<ol><li><a href='http://www.automatedblogpostingsoftware.com/join-the-addthis-social-bookmarking-club/' rel='bookmark' title='Permanent Link: Join the addthis social bookmarking club'>Join the addthis social bookmarking club</a> <small>After discussion with facebook colleagues I decided to create the...</small></li>
<li><a href='http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-all-in-one-seo-pack/' rel='bookmark' title='Permanent Link: Best WordPress Plugins &#8211; All in One SEO pack'>Best WordPress Plugins &#8211; All in One SEO pack</a> <small>There are a huge number of excellent plugins available to...</small></li>
<li><a href='http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-wp-ban/' rel='bookmark' title='Permanent Link: Best WordPress Plugins &#8211; WP Ban'>Best WordPress Plugins &#8211; WP Ban</a> <small>Apart from finding content to update your blog, the next...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin:10px;">
<script type="text/javascript"><!--
google_ad_client = "pub-7005309545903185";
/* abps1topofpost */
google_ad_slot = "4008517175";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p>One of the easiest ways to get additional backlinks for any website or blog is to include social bookmarking icons on the page.  Doing this allows your visitors to directly bookmark your site if they are interested.  Each time your site is bookmarked you are effectively given a free backlink to improve your position in search engines.</p>
<p>If you saw my <a href="http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-to-use-on-your-blog/" target="blank">Best wordpress plugins</a> post, you will see that I recommend the use of the &#8216;Sociable&#8217; social bookmarking plugin available from  <a href="http://yoast.com/wordpress/sociable/" target="blank" rel="nofollow">Yoast.com</a></p>
<p>The reason I particularly love this plugin is because it currently offers a staggering 95 social bookmarking sites to choose from.  As you can see at the bottom of this post, I only use a small selection of these.  It&#8217;s also extremely easy to use and allows you to use your own icons if you wish.</p>
<p>But there were a couple of things that I wanted to change after I first installed it.  To see the plugin in it&#8217;s original form take a look at <a href="http://seo.sophisticated-woman.com" target="blank" rel="nofollow">http://seo.sophisticated-woman.com</a>.  As you can see, the graphics are much smaller than the ones I have used here AND they are opaque until you hover over them.  I wanted to make them stand out more so I made a couple of changes to templates.</p>
<p>The first template change removed the opacity of the icons.  First of all I went to &#8220;Appearance>Editor&#8221; in the left hand panel of the wordpress dashboard and selected &#8220;Style.css&#8221; from the right hand panel. I then added the following code to the bottom of the style.css template before clicking the update file button underneath the editor field.</p>
<p>.sociable-hovers {<br />
	opacity: 1.0 !important;<br />
	-moz-opacity: 1.0 !important;<br />
	filter: alpha(opacity=100) !important;<br />
}</p>
<p>Then, to increase the size of the graphics I went to the plugins page.  In the list of installed plugins I located the sociable plugin and clicked the edit link beneath it.  This takes you to the template pages for the plugin.  In the right hand panel click &#8216;sociable.css&#8217; and search for the code below.  The easiest way to find this code is to click your mouse inside the editor window then click &#8216;ctrl f&#8217;.  This will cause a dialogue box to appear (in IE) or a search bar at the bottom (in Firefox).  Simply type img in the search field and click find next to find instances of the text within the editor window.</p>
<p>.sociable img {<br />
	float: none;<br />
	width: 16px;<br />
	height: 16px;<br />
	border: 0;<br />
	margin: 0;<br />
	padding: 0;<br />
}</p>
<p>When you find this code replace the &#8217;16px&#8217; in the width and height lines with whatever icon size you want to use.  This blog uses 48px. Please note that if you increase the size without replacing the icons you will lose image quality on the icons and end up with grainy looking graphics.</p>
<p>The sociable plugin uses png files for icons.  To change the icons used find the icons you want to use, make sure the icons are the same file type (png) and are named exactly the same as the existing ones in the wp-content/plugins/sociable/images/ folder.  Upload those images to your hosting package then access the plugin settings in your wordpresdashboard.  To do this click the settings link in the left hand panel then the sociable link from the submenu.  On the settings page scroll down until you find the section on &#8216;image directory&#8217; then enter the full URL to the directory where you placed the replacement images.  Eg. http://www.mysite.com/images. Then save the settings.  In future the plugin will use that directory for it&#8217;s icons.  </p>
<p>Please note that the replacement icons shouldn&#8217;t be uploaded into the same directory that the plugin uses by default.  If you do this then your changes will be erased the next time you update the plugin.  This can be a real nuisance so it&#8217;s easier to keep the images in a separate folder.</p>
<p>Also, in the settings for the plugin I always check the &#8216;use target=blank&#8217; box to make sure that the bookmark site is opened on a separate page so that visitors do not get taken away from my site.</p>
<img src="http://www.automatedblogpostingsoftware.com/?ak_action=api_record_view&id=342&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.automatedblogpostingsoftware.com/join-the-addthis-social-bookmarking-club/' rel='bookmark' title='Permanent Link: Join the addthis social bookmarking club'>Join the addthis social bookmarking club</a> <small>After discussion with facebook colleagues I decided to create the...</small></li>
<li><a href='http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-all-in-one-seo-pack/' rel='bookmark' title='Permanent Link: Best WordPress Plugins &#8211; All in One SEO pack'>Best WordPress Plugins &#8211; All in One SEO pack</a> <small>There are a huge number of excellent plugins available to...</small></li>
<li><a href='http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-wp-ban/' rel='bookmark' title='Permanent Link: Best WordPress Plugins &#8211; WP Ban'>Best WordPress Plugins &#8211; WP Ban</a> <small>Apart from finding content to update your blog, the next...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.automatedblogpostingsoftware.com/best-wordpress-plugins-sociable-social-bookmarking-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automated Blog Posting Software</title>
		<link>http://www.automatedblogpostingsoftware.com/automated-blog-posting-software/</link>
		<comments>http://www.automatedblogpostingsoftware.com/automated-blog-posting-software/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 01:38:49 +0000</pubDate>
		<dc:creator>automatedblogpostingsoftware</dc:creator>
				<category><![CDATA[Blogging tools]]></category>
		<category><![CDATA[Optimize your blog]]></category>
		<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[automated blog posting software]]></category>
		<category><![CDATA[blog posting software]]></category>
		<category><![CDATA[buy blog software]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.automatedblogpostingsoftware.com//?p=1</guid>
		<description><![CDATA[Blogs provide an excellent way to earn an online income. Whether through affiliate programs, displaying adsense advertising (or one of the alternatives) or by selling products, either your own or products that you have resale rights to. Most people are now aware of this and blogs are popping up all over the place as a [...]


Related posts:<ol><li><a href='http://www.automatedblogpostingsoftware.com/free-automated-blog-posting-software-for-wordpress/' rel='bookmark' title='Permanent Link: Free Automated Blog posting software for WordPress'>Free Automated Blog posting software for WordPress</a> <small>If you have a blog that you use to provide...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin:10px;">
<script type="text/javascript"><!--
google_ad_client = "pub-7005309545903185";
/* abps1topofpost */
google_ad_slot = "4008517175";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p>Blogs provide an excellent way to earn an online income.  Whether through affiliate programs, displaying adsense advertising (or one of the alternatives) or by selling products, either your own or products that you have resale rights to.</p>
<p>Most people are now aware of this and blogs are popping up all over the place as a consequence. In fact, most people have more than one.  I have about ten blogs myself on various niches, all of which combine to make me a nice little residual income :) </p>
<p>The biggest problem that bloggers face is the tedium of keeping their blog up to date.  While you can write posts on your computer, the process of uploading them is extremely time consuming&#8230; especially when you are maintaining more than one blog. </p>
<p>The answer&#8230;.</p>
<p><b><i><u>Automated blog posting software</b></i></u></p>
<p>There are several programs that can be used to automate the posting process but IMHO (in my humble opinion) the best one available is called &#8216;auto blog feeder&#8217;. </p>
<p>The software is a wordpress plug-in specificially designed for wordpress version 2.7 (Also works for versions 2.5 and 2.6).  It provides a convenient, simple to use interface that even my eight year old could use. Eight year olds are <font color="red">sooooooooo</font> computer savvy nowadays :)  Simply upload your articles as text files to the supplied directory ensuring that your first paragraph contains only your article title (this will be used as the title).  Tell the software how frequently to publish new articles and voila&#8230; automatic, hands free updates of your blog for as long as you like. Upload 52 articles and set updates to weekly and you don&#8217;t need to update your blog for a whole year.  Plenty of time to create another 52 articles.</p>
<p>So what are the pros and cons of this software I hear you ask?</p>
<p>The Pros:</p>
<ol>
<li><font color="blue">Easy installation</font>: Install the autoblogfeeder directory and php file to your sites wp-content plugins directory then log in to your blog and activate it like you would any other plugin.</li>
<li><font color="blue">Easy access</font>: Click the plugins link in your blog admin to find it.</li>
<li><font color="blue">Easy to use</font>: Upload your article files to the specified directory. Access the plugin and specify how frequently you want your blog to be updated in hours and minutes. </li>
</ol>
<p>And that is it&#8230; your blog will now be automatically updated however often you specified without you having to log in at all.</p>
<p>The Cons:</p>
<ol>
<li><font color="red">Limited compatibility</font>:  Doesn&#8217;t work for wordpress versions prior to 2.5.</li>
<li><font color="red">Limited capabilities</font>:  Pesky thing doesn&#8217;t <font color="red">WRITE</font> your articles for you LOL.  So you still have to do that. </li>
</ol>
<p><center><br />
<img src="http://www.automatedblogpostingsoftware.com/wp-content/uploads/automatedblogpostingsoftware.jpg" alt="Picture of Automated blog posting software box"><br />
</center></p>
<p>Watch the video below to see some of the functionality of this excellent automated blog posting software.  Note that the video incorrectly states to use the article title as the filename, as mentioned before the first paragraph becomes the post title.</p>
<p><center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="333" id="viddler_29018b2"><param name="wmode" value="transparent" /><param name="movie" value="http://www.viddler.com/player/29018b2/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/29018b2/" width="437" height="333" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_29018b2" wmode="transparent"></embed></object></center></p>
<p>The recommended price of this software is US$47 (see www.autoblogfeeder.com)  Note: You can&#8217;t purchase the software at this site as the payment button is not connected to a payment processor (try it and see).  But you can purchase it here for only US$7 for personal use or US$27 with Master Resale Rights. </p>
<div style="float: left; margin:10px;">
<table style="border: 5px dashed #FF0000" width="200px" height="350px">
<tr>
<td>
<img src="http://automatedblogpostingsoftware.com/wp-content/uploads/horizontal_solution_PP.gif" width="195px"></p>
<p><center><font size=+1 color=red>100% Secure Payment via Paypal</font><br /><font color=blue>Automated blog posting software for Personal Use</font><br /><strong>US$7</strong></center></p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=3999170" target="blank" rel="nofollow"><center><img src="http://automatedblogpostingsoftware.com/wp-content/uploads/buynow9small.jpg"></center></a>
</td>
</tr>
</table>
</div>
<div style="float: right; margin:10px;">
<table style="border: 5px dashed #FF0000" width="200px" height="350px">
<tr>
<td>
<img src="http://automatedblogpostingsoftware.com/wp-content/uploads/horizontal_solution_PP.gif" width="195px"></p>
<p><center><font size=+1 color=red>100% Secure Payment via Paypal</font><br /><font color=blue>Automated blog posting software with Master Resale rights</font><br /><strong>US$27</strong></center></p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=3999331" target="blank" rel="nofollow"><center><img src="http://automatedblogpostingsoftware.com/wp-content/uploads/buynow9small.jpg"></center></a>
</td>
</tr>
</table>
</div>
<img src="http://www.automatedblogpostingsoftware.com/?ak_action=api_record_view&id=1&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.automatedblogpostingsoftware.com/free-automated-blog-posting-software-for-wordpress/' rel='bookmark' title='Permanent Link: Free Automated Blog posting software for WordPress'>Free Automated Blog posting software for WordPress</a> <small>If you have a blog that you use to provide...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.automatedblogpostingsoftware.com/automated-blog-posting-software/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
