<?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/" xmlns:georss="http://www.georss.org/georss" ><channel><title>Ed Nailor &#187; Wordpress</title> <atom:link href="http://ednailor.com/category/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://ednailor.com</link> <description>The online version of Ed Nailor</description> <lastBuildDate>Fri, 30 Jul 2010 03:39:34 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Using Sessions in WordPress</title><link>http://ednailor.com/2010/07/07/using-sessions-in-wordpress/</link> <comments>http://ednailor.com/2010/07/07/using-sessions-in-wordpress/#comments</comments> <pubDate>Thu, 08 Jul 2010 03:56:37 +0000</pubDate> <dc:creator>Ed Nailor</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress 3.0]]></category><guid isPermaLink="false">http://ednailor.com/?p=145</guid> <description><![CDATA[Tweet This! Stumble upon something good? Share it on StumbleUpon Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister Wong Share this on Mixx Share this on Reddit Share this on Technorati WordPress does not, by default, allow sessions. In a recent project, I needed to [...]]]></description> <content:encoded><![CDATA[<div class="shr-bookmarks shr-bookmarks-expand"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Using+Sessions+in+WordPress+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress&amp;desc=WordPress%20does%20not%2C%20by%20default%2C%20allow%20sessions.%20In%20a%20recent%20project%2C%20I%20needed%20to%20use%20sessions.%20So%20how%20do%20you%20use%20sessions%20in%20WordPress%3F%0D%0A%0D%0ASimple.%20Add%20the%20following%20line%20to%20your%20functions.php%20file%20within%20the%20open%20and%20close%20php%20tags%2C%20and%20you%20can%20then%20use%20sessions%20as%20needed.%0D%0Aif%20%28%20%21session_id%28%29%20%29%0D%0Aadd" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;bm_description=Using+Sessions+in+WordPress&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/&amp;title=Using+Sessions+in+WordPress" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://ednailor.com/2010/07/07/using-sessions-in-wordpress/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><p>WordPress does not, by default, allow sessions. In a recent project, I needed to use sessions. So how do you use sessions in WordPress?</p><p>Simple. Add the following line to your functions.php file within the open and close php tags, and you can then use sessions as needed.</p><pre>if ( !session_id() )
add_action( 'init', 'session_start' );</pre>]]></content:encoded> <wfw:commentRss>http://ednailor.com/2010/07/07/using-sessions-in-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OMG WP3</title><link>http://ednailor.com/2010/06/17/omg-wp3/</link> <comments>http://ednailor.com/2010/06/17/omg-wp3/#comments</comments> <pubDate>Thu, 17 Jun 2010 20:04:35 +0000</pubDate> <dc:creator>Ed Nailor</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Websites]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress 3.0]]></category><guid isPermaLink="false">http://ednailor.com/?p=139</guid> <description><![CDATA[Tweet This! Stumble upon something good? Share it on StumbleUpon Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister Wong Share this on Mixx Share this on Reddit Share this on Technorati I just want to say, WordPress 3.0 is finally released! Yeah!]]></description> <content:encoded><![CDATA[<div class="shr-bookmarks shr-bookmarks-expand"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=OMG+WP3+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3&amp;desc=I%20just%20want%20to%20say%2C%20WordPress%203.0%20is%20finally%20released%21%0D%0A%0D%0AYeah%21" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://ednailor.com/2010/06/17/omg-wp3/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://ednailor.com/2010/06/17/omg-wp3/&amp;bm_description=OMG+WP3&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://ednailor.com/2010/06/17/omg-wp3/&amp;title=OMG+WP3" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://ednailor.com/2010/06/17/omg-wp3/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><p>I just want to say, WordPress 3.0 is finally released!</p><p>Yeah!</p> ]]></content:encoded> <wfw:commentRss>http://ednailor.com/2010/06/17/omg-wp3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>First Look at WordPress 3.0</title><link>http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/</link> <comments>http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/#comments</comments> <pubDate>Tue, 15 Jun 2010 03:29:36 +0000</pubDate> <dc:creator>Ed Nailor</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[Wordpress 3.0]]></category><guid isPermaLink="false">http://ednailor.com/?p=118</guid> <description><![CDATA[Tweet This! Stumble upon something good? Share it on StumbleUpon Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister Wong Share this on Mixx Share this on Reddit Share this on Technorati Recently, WordPress 3.0 RC-1 became available. I normally don&#8217;t mess with release canidate versions [...]]]></description> <content:encoded><![CDATA[<div class="shr-bookmarks shr-bookmarks-expand"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=First+Look+at+Wordpress+3.0+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0&amp;desc=Recently%2C%20Wordpress%203.0%20RC-1%20became%20available.%20I%20normally%20don%27t%20mess%20with%20release%20canidate%20versions%20as%20you%20never%20know%20what%20you%20are%20getting%2C%20but%20I%20happened%20to%20have%20a%20great%20project%20that%20seemed%20fitting%20to%20try%20this.%20Since%203.0%20is%20now%20allowing%20Custom%20Post%20Types%20along%20with%20the%20new%20Custom%20Menu%20feature%2C%20this" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;bm_description=First+Look+at+Wordpress+3.0&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/&amp;title=First+Look+at+Wordpress+3.0" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><p>Recently, WordPress 3.0 RC-1 became available. I normally don&#8217;t mess with release canidate versions as you never know what you are getting, but I happened to have a great project that seemed fitting to try this. Since 3.0 is now allowing Custom Post Types along with the new Custom Menu feature, this was the right fit.</p><p>This will be a short posting, but so far I LIKE! It seems as though I have already been able to replace a number of plugins. As plugins tend to use up resources and provide additional security concerns, this is a great thing.</p><p>Most of the documentation is still very lacking, so you will need to do some Googling to find more information. If you are new to WordPress, stick with the current 2.9.2 version that is out, until the final 3.0 version is released. You won&#8217;t find enough info to take advantage of the new features.</p><p>I will try to get back to some of the new features, and what I do / do not like about them (not everything is perfect). However, work is busy, so this will come when I find the time to do so. Just know, I am digging the new WP 3.0 and will be using a lot of its potential for clients going forward!</p> ]]></content:encoded> <wfw:commentRss>http://ednailor.com/2010/06/14/first-look-at-wordpress-3-0/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Admin Brute Force Password Hack</title><link>http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/</link> <comments>http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/#comments</comments> <pubDate>Thu, 15 Apr 2010 13:25:54 +0000</pubDate> <dc:creator>Ed Nailor</dc:creator> <category><![CDATA[Websites]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[passwords]]></category> <category><![CDATA[security]]></category><guid isPermaLink="false">http://ednailor.com/?p=100</guid> <description><![CDATA[Tweet This! Stumble upon something good? Share it on StumbleUpon Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister Wong Share this on Mixx Share this on Reddit Share this on Technorati Recently, a client of the company I am working for contacted me because their [...]]]></description> <content:encoded><![CDATA[<div class="shr-bookmarks shr-bookmarks-expand"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Wordpress+Admin+Brute+Force+Password+Hack+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack&amp;desc=Recently%2C%20a%20client%20of%20the%20company%20I%20am%20working%20for%20contacted%20me%20because%20their%20Wordpress%20based%20website%20was%20%22messed%20up.%22%20This%20website%20was%20developed%20prior%20to%20me%20joining%20the%20firm%2C%20but%20I%20was%20happy%20to%20take%20a%20look.%20After%20reviewing%20the%20website%2C%20it%20was%20apparent%20that%20the%20website%20had%20been%20hacked.%0D%0A%0D%0A%0D%0A%0D%0AIt%20app" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;bm_description=Wordpress+Admin+Brute+Force+Password+Hack&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/&amp;title=Wordpress+Admin+Brute+Force+Password+Hack" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><p>Recently, a client of the company I am working for contacted me because their WordPress based website was &#8220;messed up.&#8221; This website was developed prior to me joining the firm, but I was happy to take a look. After reviewing the website, it was apparent that the website had been hacked.</p><div id="attachment_101" class="wp-caption alignright" style="width: 342px"><img class="size-full wp-image-101" title="hacker" src="http://ednailor.com/wp-content/uploads/hacker.gif" alt="" width="332" height="373" /><p class="wp-caption-text">Avoid the website hacker with simple security changes</p></div><p>It appears at first glance that this was an<strong> Admin Brute Force Password hack</strong>, which is not an uncommon hack that affects WordPress websites. As a matter of fact, this is a common attack on a number of CMS platforms. <strong>Any CMS platform that has a master user account with the login name of &#8220;admin&#8221; is vulnerable to this kind of attack.</strong></p><p>The hack is a rather simple one, which is why it isn&#8217;t all that uncommon. Since a majority of WordPress and other CMS installations typically create the first and main administrator user with the user name of &#8220;admin&#8221;, all a hacker must then do is guess at the password. With a typical password (6-8 characters), this can be pretty easy. As a matter of fact, a leading newspaper recently published a report that showed that a high number of people use a simple password, <em>the most common was actually 123456</em>.</p><p>Hackers will use simple programs that will continually guess at the password until they get in. This is known as brute force, as they just keep up until they win. And since they already have the user name (&#8220;admin&#8221;) their job is simply to guess the password.</p><h2>How to secure yourself against this attack</h2><p>Securing your website against this type of attack is rather easy. Most people don&#8217;t do it simply because they don&#8217;t know to do it.</p><p><strong>First, log in under the admin user name and click over to edit your user profile</strong> (in WordPress, you can click on your user name in the top right corner to get to your profile quickly.) Once on the profile page, change your email address to something generic. Since most CMS programs do not allow multiple users to share an email address, this is how we will be able to use our real email address when we set up the new user. Once you have made the email change, update your profile.</p><p><strong>Next, you will add a new user.</strong> In WordPress, click on &#8220;Users&#8221; and then &#8220;Add New.&#8221; Here you will add your new administrative user. Think of something unique for the admin, not just &#8220;admin1&#8243; or something simple. Maybe &#8220;superadmin24&#8243; or &#8220;webmastersurpreme&#8221; would be good for you! No matter what it is, make it different that just &#8220;admin,&#8221; enter your real email address for this user, and create a good password (8-12 characters, with a combination of upper and lower case letters, numbers and special characters such as * _ &#8211; @ #.) <em><strong>Make sure you assign this new user the role of &#8220;administrator&#8221; &#8211; this is very important! </strong></em>One final thing&#8230; <strong>make sure your new admin name is not disclosed on the website.</strong> In WordPress, you can change the &#8220;public display&#8221; name to anything you wish. If you don&#8217;t change how the name is displayed publicly, all your work is in vain, as you just gave away the user login name! Once you have added this new user, log out of the CMS.</p><p><strong>Finally, log back in to the CMS with your new user</strong> and password, return to the &#8220;Users&#8221; page and delete the &#8220;admin&#8221; user. In WordPress, you will be given the option of assigning all posts and pages to the new user. <em>Make sure you do so or you will lose all that content!</em></p><p>There you have it! You have removed the &#8220;admin&#8221; user and replaced it with something more unique and more secure. Now a hacker will have to guess at the user name and password to gain entry this way, which most will give up after a few tries and move on to easier prey!</p><p>I hope this helps you secure your websites a bit more. Fixing hacked websites can be a messy thing to do, and inevitably, you end up losing some content&#8230; sometimes all of it. So until the CMS systems offer you an option during installation, you can help protect yourself from this attack.</p><p><strong><em>PS. It is worth noting that this website was developed prior to my employment with Creative Services. WordPress / CMS websites that I develop are not released with the &#8220;admin&#8221; user in place. So hackers, I can save you the trouble of even trying!</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://ednailor.com/2010/04/15/wordpress-admin-brute-force-password-hack/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Trying another Twitter Plugin</title><link>http://ednailor.com/2010/01/23/trying-another-twitter-plugin/</link> <comments>http://ednailor.com/2010/01/23/trying-another-twitter-plugin/#comments</comments> <pubDate>Sun, 24 Jan 2010 01:07:43 +0000</pubDate> <dc:creator>Ed Nailor</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[Twitter]]></category><guid isPermaLink="false">http://ednailor.com/?p=59</guid> <description><![CDATA[Tweet This! Stumble upon something good? Share it on StumbleUpon Share this on del.icio.us Digg this! Post this on Diigo Post on Google Buzz Add this to Mister Wong Share this on Mixx Share this on Reddit Share this on Technorati Ok, so I could not get Twitter Tools to work on my WordPress website. [...]]]></description> <content:encoded><![CDATA[<div class="shr-bookmarks shr-bookmarks-expand"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Trying+another+Twitter+Plugin+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin&amp;desc=Ok%2C%20so%20I%20could%20not%20get%20Twitter%20Tools%20to%20work%20on%20my%20Wordpress%20website.%20Not%20sure%20why%20as%20I%20am%20using%20the%20most%20up%20to%20date%20version%20of%20both%20WP%20and%20the%20plugin%2C%20but%20I%20got%20errors%20and%20could%20not%20even%20verify%20my%20account%20settings%20with%20Twitter.%20So%20I%20am%20trying%20something%20new...%20WP%20Twit%20Box.%20It%20seems%20to%20have%20less%20opti" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;bm_description=Trying+another+Twitter+Plugin&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/&amp;title=Trying+another+Twitter+Plugin" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://ednailor.com/2010/01/23/trying-another-twitter-plugin/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><p>Ok, so I could not get Twitter Tools to work on my WordPress website. Not sure why as I am using the most up to date version of both WP and the plugin, but I got errors and could not even verify my account settings with Twitter. So I am trying something new&#8230; WP Twit Box. It seems to have less options, but for my use I am just seeking something that will auto post my posts here to my Twitter account. We will see what happens and go from there! Wish me luck!</p> ]]></content:encoded> <wfw:commentRss>http://ednailor.com/2010/01/23/trying-another-twitter-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 35/46 queries in 0.031 seconds using disk

Served from: ednailor.com @ 2010-07-30 17:37:19 -->