tweet-master customize your twitter widget using Tweet Master Jquery

  1. Requirements
  2. Usage
  3. Resources

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