tweet-master

customize your twitter widget using Tweet Master Jquery
5 followers

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

Requirements

Yii 1.1 or above

Usage

extract the files under extension folder

<?php $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/

Resources

Total 1 comment

#12693 report it
rclai89 at 2013/04/05 02:44pm
Compatibility with the new API?

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 to leave your comment.

Create extension