Publitweet provides a twitter widget to the website to display real-time tweets from a user or twitter list.The main specialty of this widget is that it converts or translate the twitter jargon (rt,@,bit.ly etc).Look at the image for more from publitweet. How to embed a tweets page in blogger Step1 Enter your twitter id And hit update , copy the below code from the text area <script src="http://beta.publitweet.com/widgets/javascript.js"></script><br /> <script><br /> new Publitweet({<br /> feed : 'yourtwitterid',<br /> filters : {'keywords':'','blacklist':''},<br /> title : 'List @nytimes/staff',<br /> description : 'Latest tweets',<br /> headerBackground : '#white',<br /> borderColor : '##CCC',<br /> width : 500,<br /> height : 600 <br /> }).show(); <br /> </script><br /> Step2 Create a...