dev-master
9999999-devAdds gravatar support
MIT
The Requires
cms gravatar craftcms craft-plugin craft
1.0.0
1.0.0.0Adds gravatar support
MIT
The Requires
cms gravatar craftcms craft-plugin craft
Adds gravatar support
Adds gravatar support., (*1)
This plugin requires Craft CMS 3.0.0-beta.23 or later., (*2)
To install the plugin, follow these instructions., (*3)
Open your terminal and go to your Craft project:, (*4)
cd /path/to/project
Then tell Composer to load the plugin:, (*5)
composer require noxify/gravatar
In the Control Panel, go to Settings → Plugins and click the “Install” button for Gravatar., (*6)
The plugins allows you to configure the following settings directly from your CP:, (*7)
default: //gravatar.com/avatar/
)default: 80
)default: mp
)default: mp
)Detailed instructions what are the allowed values are defined here: https://de.gravatar.com/site/implement/images/, (*8)
Inside the plugin settings (and also in the config.php
) you have also the detailed instructions and options., (*9)
{{ craft.gravatar.url( 'hello@example.com' ) }}
{{ craft.gravatar.url( 'hello@example.com', {'s' : 120, 'd': 'identicon', 'r' : 'x'} ) }}
{{ craft.gravatar.img( 'hello@example.com' ) }}
{{ craft.gravatar.img( 'hello@example.com', {'s' : 120, 'd': 'identicon', 'r' : 'x'} ) }}
{{ craft.gravatar.img( 'hello@example.com', {'s': 120}, {'class' : 'useravatar'} ) }}
Brought to you by Marcus Reinhardt, (*10)
Adds gravatar support
MIT
cms gravatar craftcms craft-plugin craft
Adds gravatar support
MIT
cms gravatar craftcms craft-plugin craft