Live Demo: Gravatar jQuery Plugin
Pre-required :
To use this plugin, user need following dependencies
jQuery 1.7 or higher (Required)
bootstrap.js (Optional)
Installation Process:
It's very easy to integrate this plugin into your web page
Step 1: Add element like
Step 2: Include plugin assets file into your web page
Step 3: Initialize the script on element
$('.avatarBlock').avatar();
And it's done. Plugin is ready to perform.
Example 2: Show image
Output:
Note: Plugin will automatically check for broken image link and handle view
accordingly.