Business Process Tips: Tools to use with Your Blog
Author: Geri Schneider Winters
Once you have set up your blog, there are some additional tools you will want to add to your blog to either prevent problems or collect information.
I am using Wordpress. This is one of the most popular blogging tools, so it is easy to set up, easy to get help, and easy to get addiitonal tools to use with it. If you check with your internet service provider, you will probably find that you can install Wordpress in your domain directly from your Cpanel.
The tools I recommend to use with Wordpress are two plugins – Akismet and Gostats – and software to make it easy for people to contact you. You may also want to add additional feeds to your blog to make it easy for people with RSS readers to subscribe to your blog.
Since the focus of this article is the tools I use with my blog, I will assume that you have a Wordpress blog already set up. You will need to log into your Wordpress Administrator panel to add this software to your blog.
First, let us deal with the issue of blog spam. Blog spam is where people post spam on your blog, often by using software to do it.
Wordpress provides a plugin called Akismet. What this plugin does is to catch blog spam and delete it for you. Akismet catches and deletes the spam before it is posted to your blog. You have to activate Akismet before it will do anything. There are two steps to activating Akismet.
First, in your Wordpress Administrator Panel, click on the tab marked Plugins. You should be on a page titled Plugin Management. You will see the Akismet plugin in the list, since it comes delivered with Wordpress. Under the Action catagory, click on Activate.
The second part of activation is to get a WordPress.com API key. You will see a link in the description field to get the API key. Click on that link. If you do not have a WordPress account at WordPress.com, then create one, and you will be given an API key. In your Administrator Panel, click on the tab labeled Akismet Configuration. Put your WordPress.com API key in the box, and click Update API key.
Now you do not have to worry about blog spam. I see about 1 spam post a month, but Akismet is deleting about 200 every 15 days.
Another thing I do to prevent blog spam is that I moderate all posts. This means that nothing gets posted on my blog until I approve it. To set this, in your Administrator panel, click on the Options tab. Click on the Discussion subtab. For my blogs, I have checked all of the boxes. I get an email whenever anyone creates a post or comment. That email has links to let me easily allow or delete the post.
For a second tool, you might want to add statistics to your page so you can track visitors to your site. There is another plugin for WordPress that will setup GoStats on your blog.
First, you have to get this plugin. Go to the wordpress website:
http://wordpress.org/extend/plugins/
Scroll down to a box that says Search Plugins. Type gostats in the box and click the Search Plugins button. Click on one of the listings and you will go to the GoStats for Wordpress page. On the right, click Download Plugin, and save the zip file to your computer. Unzip that file and you will see something called GoStats.php Use your favorite ftp software to copy this file onto your webserver. It goes in your directory called:
“something”/wordpress/wp-content/plugins
where “something” is the path to your domain.
Second, you have to activate the plugin. In your Wordpress Administrator Panel, click on the plugins tab. You will now see GoStats in the list. Click on Activate.
Third, you have to have a GoStats account to track your statistics. Go to www.gostats.com and sign up for a free account. Register your blog page as a site in your account. Then click on mysites and click on view stats. Look in your browser for the URL for this page. You need two pieces of information from that URL. At the end of the URL, you will see id=xxxxxx where xxxxxx is some 6 digit number. That number identifies this site. The other piece of information you need is the name between // and gostats. It will probably be c1 or c2, but may be something else.
Finally, add your gostats id to your blog. In your Wordpress Administrator panel, click on the Options tab, then click on the GoStats subtab. Put the Id you just found into the Site ID box. Put the other name in the GoStats server box. Click Update Options.
If you go look at your blog, you will see a button at the very bottom that is labeled Free hit Counters and has a stylized G. If you click on that button, you will see the statistics for your site.
For a third tool, you want to make it easy for people to contact you. I use a tool called My Contact Station, and have it on all my websites. This one tool includes a form for someone to email you, send anonymous feedback, tell a friend about your site, and sign up for your email list. It has Captcha built in, which is a challenge question a person has to answer when submitting. This prevents spam software from using the form to send you junk email.
If you do not use that software, you want something like it. Now it does have a cost, but you can get the basic version for $7.00. That is correct, seven dollars. If you want to be an affiliate, then you can upgrade to premium for another $27, for a total cost of $34.00. Buy it once, and you can use it on all your pages on all your sites.
Here is a link where you can get it – and yes it is my affiliate link.
http://www.realizeyourbusiness.com/mcspremium/affiliate.html
Once you have the tool, follow its setup instructions to customize it for your domain.
Now you have to add it to your blog. If you do not know how to edit HTML, find a friend to do this for you. It is very easy, and should only take about 10 minutes to do.
What you will do is go onto your webserver and find the wordpress file:
“something”/wordpress/wp-content/themes/default/sidebar.php
where “something” is the path to your domain.
(If you are not using the default theme, then replace default with the name of your theme.)
Open the sidebar.php file in an editor. Near the bottom of the file, create a new list item (li). I added a header here called Contact Us. Then add the html code that is shown in the install directions for My Contact Station. Save the file. You should see on the side of your blog a new section called Contact Us with the links you created for email, feedback, tell a friend, and subscribe to email list.
If you want to, when you are on my blog at Realize Your Business, look at the very top of the browser, click on View, and select Page Source. Then you can see the HTML for my page. Scroll down near the bottom (look for an h2 header called Contact Us) and you can see the code I added to add My Contact Station to my blog, starting with the li and script tags, and ending just before the /ul
tag. Of course this has my domain in it, and you would change this code to put in your own domain.
This is not the only software you can use for the purpose of setting up contact forms, but it is very inexpensive and works quite well.
The last tool you might want to add is a button for RSS feeds. I am using Feedburner so I have just one button that works for any feed.
Go to the website http://www.feedburner.com and set up a free account. In the box labeled Burn a Feed, enter your blog URL. Once you have gone through all the steps to set up your blog in Feedburner, click on the link for that blog in Feedburner. Select the Optimize tab and on the left side of the page click on SmartFeed. On the SmartFeed page, click Activate.
Now click on Publicize and in the bullet point that starts Chickletize, click on the link Friendly Graphic. Scroll to the bottom of the page where the HTML is listed. Select all of that HTML and add it to your blog the same way you added the code for My Contact Station (by editing the sidebar.php file for your theme).
You can see the result of adding the RSS feed on the Realize Your Business blog. Looking on the right side, you see the Contact Us section that opens My Contact Station, and an orange icon to subscribe to the blog in a reader.
================================================
Now it is your turn.
Which of these tools do you think will be useful on your blog: Akismet, GoStats, My Contact Station, FeedBurner?
Do you have these or similar tools set up on your blog?
================================================
You are invited to re-publish articles from this blog, in your publication or website, as long as the article is intact and you include the following Byline paragraph (with live links) after each article you use…
START BYLINE
* Article used with permission from Wyyzzk, Inc.’s Realize Your Business website at http://www.realizeyourbusiness.com This website of reports and tips contains information to help you succeed as the Owner/Manager of a small business.
END BYLINE

