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

3 0
4 followers
423 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: bryglen
Created on: Dec 21, 2012
Last updated: 9 years ago

Downloads

show all

Related Extensions