Gravatar Tag plugin

Plugin details

Gravatar offers service to keep your globally recognizable avatars (gravatar). This tiny plugin offers rails view helper to embed gravatars in your views.

Websitehttp://hasham2.blogspot.com/2007/07/using-gravatar-plugin-to-embed-avatars.html Repositoryhttp://tools.assembla.com/svn/hasham/plugins/gravatar_tag Author Hasham Malik Tags avatar, tag LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install http://tools.assembla.com/svn/hasham/plugins/gravatar_tag

Here is sample usage in an erb template:

    <%= gravatar_tag "user@domain.com", :size => "60x60"%>


The first parameter which is a email that user signed up with on gravatar.com is required. The other parameters are same as rails image_tag view helper.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago