9 As Twitter is getting more and more traffic worldwide, retweeting becomes the most powerful factor in the Twittersphere. What is retweet? The retweet(RT) feature is when someone takes your Twitter message and tweets that same message to all followers in their own Twitter network. Getting readers to retweet your content allows the power of your network to take over and spread your message in the world. In other words: it helps spread your message from one community to the next and has the ability to spread messages much faster than any other viral marketing tool. If you would like to know more information about retweet, please visit the post Tips to Get Retweeted on Twitter.

No doubt, the retween feature is free advertising and is the best service to drive constantly a big amount of traffic on your contents. All bloggers should do anything they can to encourage readers to retweet their content. Actually, it have been well-known as "Retweet button" in blogging platforms. Here this post will focus on how to add retweet button into your DNN blog, especially our blogging platform [SunBlogNuke], which helps your readers easily tweet your posts and generate valuable traffic to your blog.

From SunBlogNuke v.2.5.3, it supports the header/footer in every post. With that you can add easily the customized retween script for "Retweet button". Now I will take the service Tweetmeme as sample. The Tweetmeme provides a service that aggregates links on Twitter to find popular topics sweeping through the microblog. For example it may look as follows:

tweetButton

How to implement the cool retween button in SunBlogNuke yourself ?

  1. Get the embed code from Tweetmeme.
  2. Login in your website, go to blog admin panel of SunBlogNuke and enter the Template Management Panel.
  3. Click the Widget tab, select the Template Type [Header in Post Detail].
  4. Copy and paste the embed code into the Textbox.
  5. Customize the code with the provided Token. Finally we complete it as follows:
    <div class="tweet_box" style="float: left; margin-right: 10px; margin-top: 6px;">
          <script type="text/javascript">
              //<![CDATA[
              tweetmeme_url = '[PERMALINK]';
              tweetmeme_source = 'SunBlogNuke'; // or '[AUTHOR]';
              //]]&gt;
         </script>
         <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
    </div>
  6. Click "Update" to save your configuration and you’re done.

TwitterWidget

There also exist some other services you utilize to add the retween button into your dnn blog, like Backtype. Please reference those posts 5 different retweet buttons to use on your site or blog and 9 Useful Twitter Retweet Button Scripts For Blogs.

From the post, you also see that Our DNN Blog module [SunBlogNuke] owns much more flexibility and customization in it. Similar with the retween button, you also can embed the Google AdSense code or other services for your blog.