Displays the Gravatar image into comments by using Gravator
Download
- Version 0.1 (2009/09/21 updated)
Functions
- Adds MTCommentGravatar tag
- into MTComments
- Supported php dynamic publishing!
<$mt:CommentGravatar$>
Outputs the image tag of the current avatar image by author's e-mail address. This tag is only into <$mt:Comments$>, and to display the image is required to register it by same e-mail address to the Gravatar.
| attribute | description | in default |
| rating | rating | |
| size | size of image(between 1 and 512 pixels) | 32 |
| default | default image url |
- Source
<mt:Comments> <$mt:CommentGravatar$> </mt:Comments>
- Output
<img class="avatar avatar-32" width="32" height="32" src="http://www.gravatar.com/avatar.php?gravatar_id=d7c1272e4d1025a72ecb8f052fb58c3d&size=32" alt="makoto_kw"/>