loading twitter widget can be very slow and doesn't let you customize it's styling that's why I've created this extension to customize your twitter widget using Tweet Master Jquery
Yii 1.1 or above
extract the files under extension folder
$this->widget('ext.tweet-master.TweetMaster',array( 'username'=>'twitter-username', //'cssFile'=>Yii::app()->theme->baseUrl.'/css/tweet-master.css', // customize your twitter css file 'options'=>array( 'avatar_size'=>32, 'template'=>'{avatar}{join} {text}' // optional field ) ));
check this page to know more about other "options" http://tweet.seaofclouds.com/
Total 1 comment
Are you able to update the code so that it is using the new API instead? I think this is a great plugin.
Leave a comment
Please login to leave your comment.