Gravatar Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Gravatar Element - #gravatar {}
The gravatar element displays an avatar that is associated with an email address.
To use, create a gravatar element on your Nitrogen page, and set the email, size and rating attributes.
Usage
#gravatar { email="[email protected]" size="80", rating="g", default="identicon" }
Attributes
- email - (string)
- Email of the user whose icon will be displayed.
- size - (string)
- Size of the gravatar image that is displayed.
- rating - (string)
- g, pg, r, x.
- default - (string)
- monsterid, wavatar or identicon.