Blog Content
Blogging Research Software Tool – Blog Talk Monitor
Blog Talk Monitor research tool covers…
* Google News, Google Blogs, Technorati & more
* Set time checking
* Share Post eg on Facebook, Stumbleupon etc
* Email posts found to friends
* See comments on posts. This allows you to find what people are interested in
* You can also make comments.
* Allows you to locate new sources of links on the web
* Check site info of these sites – Page Rank, Alexa
This Blogging Research Software Tool… Blog Talk Monitor will help you find the most recent and up-to-date information.
You will no longer be lost for what to blog about with great ideas for posts right at your fingertips. News sources of information on any topic imaginable.
Code You Can Use: Copyright Notice
In a recent post at Problogger a guest post by Mark Patterson brought up some important legal issues for bloggers: Intellectual Property Law Tips for Bloggers.
I highly recommend all bloggers, even people just thinking about blogging, to read this post. I imagine some of it will be over your head (some of it went way over my head anyway!) and may not be relevant to you right now - but you may very well need it at some point in the future. You can always skim through it now, make a mental note of what's in it and bookmark it for sometime in the
future.
Copyright
One of the topics discussed in the post was copyright. Anything you create you own the copyright to, but you should really include a copyright notice on you blog also. Mark noted:
I know that I don't really display my copyright properly on my blogs - I should really be using my full name, but to keep a little bit of privacy, I usually just use my first name or a nickname. The copyright notice should include either the copyright symbol or the word 'copyright' and also include the year the content was first published or the range or years.
The code I use
I used to hand edit my year range to include the present year sometime around the first of each year. But it is easy to forget to change it, and I've seen many, many sites of others where they have apparently forgotten to update theirs too.
Rather than hand editing it each year you can use PHP code to display the current year. My copyright notice is written like this:
& copy; 2003 - < ?php echo date("Y") ?> ideasforwomen.com
The ampersand and the word 'copy' with the semicolon after it will give you the copyright symbol (©)- but and this is important - you need to get rid of the space between the ampersand and the word 'copy' - I had to put the space in here so you could see how I did it. The first year I had my site was in 2003, so that is listed first. Then the code within the php tags should give you the current year. And, like I mentioned above, you should really use your first and last name if at all possible, instead of your domain name like I do.
If you use this code on your blog, you don't ever have to worry again about changing the current year to January by hand!
How do you make use of it?
Within the WordPress theme you are using, find the footer file and at the bottom right before the closing body and html - place the code. And that's it! I hope it makes your like easier, as it has mine!
Plugin Power: Commentluv
Keeping your readers happy and encouraging them to participate on your blog is a good way to start building community. For many people the first people visiting your blog - other than friends and family - are likely to be other bloggers. Why? Because to get the word out about your blog, it is important to leave comments on other bloggers blogs - and since they also want people to know about their blog - they may very well visit and leave a comment on your blog in return.
Why use the Commentluv plugin?
Commentluv is a very popular plugin and is a great way to show some appreciation and to give a little something back to other bloggers who have stopped by and left comments on your blog.
How it works
It works by parsing the feed of the commenter by visiting their blog and checking in the typical places for a feed. Once a feed is found the plugin then displays the title with the link to the person's last post on their blog beneath their comment.
Installing
You can dowload CommentLuv from the Wordpress pluging directory. The instructions for installing can be found there also and are very simple. This plugin does not need you to edit any of its files.
Customizing and Features
Once installed and activated, you can find a link for it in your Settings section of your dashboard. There are a few things you can customize. One is how you want the link to their blog displayed. They let you decide what text you want around the link and you can use [name], [lastpost] and/or [site] to have the plugin display a link to their name, most recent post and blog home.
You can also edit the text that appears under the comment form to let the user know that you are using CommentLuv. There is even a place where you can add CSS to style the text however you want.
Other
The only down sides to this plugin I can think of is that some people's feed it just can't find so it doesn't leave a link for some people. Of course, comment spammers would like to exploit this plugin to get an extra link from you but as long as you are moderating your comments that shouldn't be a problem.
If you do run into any other problems the author also has a FAQ that should be able to help you.
Do you use this plugin? Do you like it when other blogger use it? Are you more likely to leave a comment at a blog that uses it?
Plugins, Widgets and Doodads
I've written a few posts here already about WordPress plugins. They can certainly be useful both to you as a blogger and to your readers. There are many other widgets, doodads and other thingamagigs you can add to a blog. I'll discuss a few here briefly, then go over why you may or may not want to use them.
BlogCatalog and MyBlogLog widgets
In a previous post I discussed BlogCatalog and MyBlogLog widgets a little bit. They can be helpful especially if your blog is new and you want to get new readers. At one time I was getting few enough visitors that I could keep track of anyone new who showed up through these two sites. Then I could go and visit their blog.
Polls
Adding a poll to your blog can be a great way to ask your blog readers questions about themselves so you can get a better idea of who they are and what they would like to read about. I added PollDaddy to mine recently. It was pretty easy to set up and use. There are many other quiz, poll and survey scripts to choose from also.
Chats
I added a chat script to my blog recently too. It can work as a great way to let your readers talk to you in real time. I haven't had many people use it though - which is partly my fault because I forget to change my status to 'online' most of the time!
Even more doodads
Many people add an image and link to technorati, have an entrecard link, display their feedburner subscriber numbers and sometimes even their pagerank. It is also common for people to link out to causes or sites they personally care about and want to support, like net neutrality, political candidates, etc.
So where does this lead us?
Like everything in life you have to draw a line somewhere. Some of these plugins, widgets, doodads and other thingamagigs are useful to either you, your readers or both. Or really express a point of view that is important to you.
Too many though - and your blog gets cluttered up and gets hard to read and find things on. Everyone has different opinions on how much is too much or too little. My opinion is that mine is getting borderline too busy at this point - least in some ways.
You will have to decide for yourself what is best for you and your readers. Don't add too much stuff or your blog will be too busy and confusing, but adding some 'flair' (or is it 'flare'?) gives your blog some personality.
What do you think? How much do you think is too much?
Code You Can Use: Social Media Links
I'm sure many of you have on your own blog or have seen blogs with links to some of the social media sites either after their posts or before them. These can make it easier for people to submit or bookmark your site.
If you use FeedBurner for your feed, they offer their 'FeedFlare' to make it easier to put these links in both your feed and on your actual blog. I still use FeedFlare for my feed, but I didn't like the formatting and some other things about the code they generate for you to use on your blog. There are plugins to do this with too - but the one I tried anyway - didn't give me as much control of the formatting that I wanted either.
I eventually just found the code to use for the link from each of the sites I was interested in and hand coded the whole thing so I could make it look how I wanted it to.
Social media sites
There are many, many social media voting and bookmarking sites, but many of them are not used too much or are not relevant to my blog's topic. Based on some reading I've done, I've narrowed it down to just a few to use on my blog:
- StumbleUpon
- Kirtsy
- Delicious
- Digg
- because many people use it and get traffic from it.
- because it is relevant to a blog for women.
- it's been recommended to use it and easier to do well in than Digg
- same as Delicious
- because, well, everyone seems to have a link to it and some of my posts could do well there if I got enough Diggs.
The code I use
While I liked the small icons I saw on many blogs, I think they can be confusing sometimes - I forget which site goes with which image. I wanted mine to include both the name of the site and the small icon at the bottom of each post. FeedFlare didn't do it that way and neither did Sociable (at least I couldn't figure out how to make it do it this way).
I use the following code at the bottom of each of my posts:
You can style the paragraph tags to look however you want them to look. I center mine and keep the text small.
This code goes into the index.php file of your theme right after the div with class="storycontent" closes.
I also wanted something shorter and simpler to put at the beginning of my posts that uses just the icons. I figure this might be easier for people in a hurry and who are really familiar with all the icons used:
This code goes in the index.php page of your theme right after the following code:
The exact placement of the code may change depending upon the theme you use and of course where you want to put it. This is something you can play around with, try it different ways, until you get it where you want it and how you want it to look!
Plugin Power: Comment Email Responder
It is very important to reply back to people who leave comments on your blog. I'll admit that I don't always follow my own advice here. I try, but don't always do so well. But it is good to do because it will help you to attract more loyal and regular readers. People who have really popular blogs with dozens of comments being left may not be able to reply to everyone, but until you get to that place it is a good idea to reply back to as many commenters as you can.
One question people often have is should they reply back to the person who left the comment, through another comment left in the comments section of your blog or email them back personally? If you reply back in the comments section there is a possibility that the commenter will never see it if they don't come back to check the blog post again. Using the Subscribe to Comments plugin helps, but it doesn't guarantee that any specific reader has actually subscribed to the comments.
If you email them only and don't respond in the comment section, when other people visit your blog it may look to them as though you never respond back to those who leave comments. Responding both in the comments section and sending each person an email can be kind of time consuming.
Why use the Comment Email Responder plugin?
The Comment Email Responder solves the problems mentioned above by letting you both reply in the comments section and email the commenter back at the same time.
How it works
Comment Email Responder works by creating a small icon of an envelope with an arrow on it next to each commenters name - but only you can see it when logged in as admin. When you click on it, it moves the cursor down into the comments text box. You then reply in the comments section - and the plugin will then also send your comment to the commenter in an email. But - and this is the really cool part - if the person has clicked the subscribe to comments box - it doesn't send them an email. So no one will get 2 emails sent to them.
Installing
The creator of the plugin has a good page describing how to href="http://www.u-g-h.com/wordpress-plugins/wordpress-plugin-comment-email-responder/">install
the Comment Email Responder. Installation is easy, and once activated, if you look under settings in your dashboard you will find a link to the plugin to customize it.
Customizing and Features
You can choose the name, address and subject you want the email to use. You can also write a short message to appear in the footer of the email. I use something like: "Thanks again for visiting my blog and leaving a comment! If you like my blog please consider subscribing to read updates in a feed reader or by email! "
Other
Keep in mind, there are times when you may want to respond to a comment differently on your blog than you would privately through an email. Sometimes I don't use it and instead reply more generically in the comments section and then send a more personal response in an email.
Overall I think its a very useful plugin. Sometimes I still don't reply in a timely manner like I should, but the plugin does make it easier to reply back to people - so I don't really have a good excuse!
How Frequently Should You Post?
How frequently should you post?
In a previous post I wrote about "How long should your posts be?" and this time I'll discuss how often you should post, as these are both issues many people ask about.
And like I said before - it really depends upon you and your particular blog – but there are some things you will want to consider when deciding how often to post.
Too Frequently
If you post too often - like several times a day - and the posts are even kind of long, most people won't have time to read all of them. Personally I sometimes find myself getting kind of annoyed with blogs that post too frequently - I'm unable to keep with it and just get frustrated. I will sometimes even unsubscribe to blogs that post too much.
Most of us probably don't have that much to say that is of that high of quality to write multiple posts each day either. Of course there are exceptions!
Too Little
If you don't post often enough, people may either forget about you or think you stopping blogging. If you are trying to build a relationship with your readers and you want them to get to know who
you are, you may lose some momentum if you wait too long between posts.
The overall message you are trying to get across in your blog may get lost also if people can't remember your previous posts too clearly.
Just Right
I would say - and I'd like to hear your opinion on this too - once a week is the minimum frequency before you might start losing some people. 2-5 posts a week is real nice for building momentum with a
blog.
Consistency is Key!
The most important thing is to be relatively consistent in your posting frequency. If you are planning to change how often you post - either do it gradually or make an announcement to your readers that
you will be changing how often you post and let them know about what to expect.
I have not been a good example of this myself. Sometimes I go in spurts - post a lot for a while, and then nothing for some time. I don't recommend this!
Other Things to Consider
Realistically most of us don't know what to expect when we first start blogging. We may think we will have more time or lots of great ideas to write about and then find out - we don't! That's ok - it happens to most people.
Going from a schedule of less frequent posts to more frequent posting is probably easier on your readers than in the other direction. If they are used to you posting 7 days a week and you suddenly cut down to once a week they may think you've lost interest or something.
I used to think 5 or more posts a week was the best way to go. Lately, I noticed some really successful blogs that post once or twice a week and do quite well! I kind of wish I would have done that when I relaunched my main blog a while back. Less frequent posting gives you more time to spend on quality - and on promoting and marketing your blog!
How often do you post? What do you think is the best frequency rate?


