05 Kick-ass WordPress Hacks, Tutorials

1/12/2009

wordpress
WordPress, a place where you can create or bring serious types of function and makes your visitor happy. Normally, most of sites have widget ready wordpress theme but if you customize your own theme and replace new things and present your contents in a better way, possibly you can get loyal readers. Soon, you will get hundreds of new visitors and as well you can move your blog for business. Lets learn some new hacks:

  1. Show One Line, Twitter Status to your website

    twitter-updates-example

    When you’re visiting this site, you have seen I’m showing only one line (latest) status to my websites, just after the logo. It’s little bit stylish and as well your visitor might get interest to click and if you’re lucky they will start to follow your twitter account.

    <div id="twitter_div" style="background: url(http://bloggerbuster.com/images/twitter-icon.gif) top left no-repeat; padding-left: 50px;"><a id="twitter-link" style="display:block;text-align:right;" href="http://twitter.com/isakib">follow me on Twitter</a></div>
    <script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script> <script src="http://twitter.com/statuses/user_timeline/isakib.json?callback=twitterCallback2&amp;amp;amp;amp;amp;amp;count=5" type="text/javascript"></script>
    

    Read the rest of this article »

7 Comments