https://github.com/zachleat/jquery-gravatar
Retrieve a gravatar image dynamically from any e-mail address.
https://github.com/zachleat/jquery-gravatar
Last synced: 5 months ago
JSON representation
Retrieve a gravatar image dynamically from any e-mail address.
- Host: GitHub
- URL: https://github.com/zachleat/jquery-gravatar
- Owner: zachleat
- Created: 2010-08-28T15:21:54.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T16:45:08.000Z (over 13 years ago)
- Last Synced: 2025-03-30T17:51:14.080Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.zachleat.com/web/2009/01/08/scare-your-visitors-with-this-javascript-gravatar-plugin/
- Size: 118 KB
- Stars: 37
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery Gravatar
## Usage
Without options:
$('body').append($.gravatar('zachleatherman@gmail.com'));
With options:
$('body').append($.gravatar('zachleatherman@gmail.com', {secure: true,
rating: 'pg'}));
## Options
* size: size of the gravatar
* rating: rating of the gravatar g (default), pg, r, x
* image: default image url
* secure: serve https gravatar
## License
Licensed under the WTFPL (http://sam.zoy.org/wtfpl/)