SHARE

Thursday, March 17, 2011

How to get more RT's, @Mentions, & Twitter followers via @kikolani

You'll notice the "Tweet" button under SHARE on our page. Just to prove- We Practice What We Preach!

The following article via @kikolani mogul Kristi Hines...

If you own a blog, I want you to do the following three things for me right now, prior to reading this post.
  1. Go to one of your blog posts.
  2. Find the button on your blog post page that allows users to retweet your posts.
  3. Click on that button.
If any of the following four things happened…
  1. You couldn’t find your retweet button because you don’t have one.
  2. The message sent only had a URL link to your post.
  3. The message sent had the full URL link to your post.
  4. The message sent did not have your Twitter username in it.
Then you need to continue reading this post and take some action!
If you were able to find your retweet button, click on it, and have a status message that included the title of your post, a shortened URL to it, and either a RT @yourusername or via @yourusername (or some other variation that included @yourusername), then congratulations! All you need to do is retweet this post and share it with bloggers whose posts you have come across where you have run into one or more of the previously mentioned issues.

Why Are Missing or Bad Retweet Buttons a Problem?

It STILL amazes me every time I come across a blog that has no social sharing buttons. At the bare, bare minimum, you need a retweet button on your blog post pages. Why? Because if you don’t have one, you are missing out on a lot of retweets of your posts by your readers to their followers and as a result, a lot of traffic as well.
Another thing that is less shocking, but understandable, are sites where the retweet button lacks the basic functionality to shorten the URL, include the title with the post, and include the blogger’s Twitter handle.
One of the ways to inhibit social sharing is by making it take extra effort on the part of the reader – the faster the process, the more likely your content will be shared. If someone has to take your link, shorten it, type in the title, and go find your Twitter name to add to the tweet, chances are they are going to sprint off your site without sharing.
How do these things affect your Twitter follower count and Klout?
Imagine if an authority in your niche with a huge following comes along and tweets one of your posts, and that tweet includes your username. Chances are, just the fact that they mentioned you will mean that their followers will follow you. Plus, your post may get another swarm of retweets based off of their tweet.
If all of those tweets do not include your username, not only are you losing the potential for new followers, but you are going to miss out on those precious mentions that weight highly in building your Klout, ie. the measurement of your Twitter account’s strength and authority.

What Are the Best Retweet Buttons to Use?

The following are my favorite retweet buttons to use, and how to configure them to get the best results in terms of getting retweets, building followers, and boosting Klout.
The Official Twitter Retweet Button
Twitter’s own retweet button is by far the best when it comes to building followers to your Twitter account. You can configure it easily using the customization options on their main page.
Retweet Button Setup
If you are installing this button on a single page, you can simply place the above code on it. If you are installing this button on a self-hosted WordPress single post template, you will need to use the following coding.
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script><div> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>" data-counturl="<?php the_permalink() ?>" data-text="<?php the_title(); ?>" data-via="yourusername" data-related="yourusername">Tweet</a></div></div>
The bolded part of the code is what will pull the post’s specific URL and title from WordPress, and the italicized part is where you need to change it to your Twitter username. See my post on adding social sharing buttons to your WordPress theme for more details on styling and how to do this in Thesis.
This button will include your post’s title with a shortened link to your post using the t.co shortener. I’m personally a fan of Bit.ly, but I sacrifice my URL shortener preference for the next awesome feature that the official retweet button gives you.
After someone retweets your post, they will get the following:
Retweet Button Suggests Users
I’m sure you can see how powerful this suggestion is in building followers to your Twitter account!

No comments:

Post a Comment