yii-gravatar Yii Gravatar Widget

Yii Gravatar

  1. Installation
  2. Resources
  3. Change Log

Yii Gravatar is simple widget allows you to display a Gravatar images on your web sites

Installation

Extract the yii-gravatar from archive under protected/extensions

To use this widget, you may insert the following code in a view:

<?php $this->widget('ext.yii-gravatar.YiiGravatar', array(
    'email'=>'malyshev.php@gmail.com',
    'size'=>80,
    'defaultImage'=>'http://www.amsn-project.net/images/download-linux.png',
    'secure'=>false,
    'rating'=>'r',
    'emailHashed'=>false,
    'htmlOptions'=>array(
        'alt'=>'Gravatar image',
        'title'=>'Gravatar image',
    )
)); ?>

Resources

Gravatar images API documentation

Project on Git Hub

TODOs and BUGS

Change Log

July 19, 2011
  • Initial release;
10 0
11 followers
894 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Skinner
Created on: Jul 20, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions