Top Quality Products

SVG Avatars Generator – jQuery Plugin

4.83
Expert ScoreRead review

$33.00

Added to wishlistRemoved from wishlist 0
Add to compare

1025 sales

LIVE PREVIEW

SVG Avatars Generator – jQuery Plugin

SVG Avatars Generator – jQuery Plugin Review

Introduction

The SVG Avatars Generator – jQuery Plugin is a powerful tool that allows your visitors to create custom avatars using Scalable Vector Graphics (SVG). This plugin is designed to be easy to integrate and works seamlessly with all modern browsers, including Retina devices. With its responsive interface and vector graphics, this plugin provides a clean and perfect look on any device.

Features

The SVG Avatars Generator – jQuery Plugin offers a wide range of features that make it an excellent choice for creating custom avatars. Some of the key features include:

  • Both male and female avatars
  • Over 300 graphic parts to choose from
  • Automatic shadows and highlights
  • Random avatar generation
  • Reset function
  • Controls for positions and scale
  • Transparent background enabled
  • Three download options (SVG, PNG, and PNG with transparent background)
  • Responsive design
  • Retina perfect
  • Works on touch devices
  • Easy integration
  • Easy to translate
  • Dark, light, and custom color schemes
  • Free updates and support
  • Share functionality for created avatars

Exclusive Features

The plugin also offers some exclusive features that set it apart from other avatar generators. These include:

  • The ability to apply any colors to graphic elements
  • The ability to upload created avatars to secure.gravatar.com and set them as default gravatar

Testimonials

The SVG Avatars Generator – jQuery Plugin has received rave reviews from customers, with many praising its ease of use, high-quality graphics, and excellent customer support.

  • "I wanted to take a minute to let everyone know that this is a truly exceptional work. The code is clean, portable, and well-commented. Dee’s attention to detail is without equal." – CreativelyMe
  • "Very easy to set up. Works well. Good customer support." – PamBreeze
  • "Awesome script, looks great, easy to integrate into my own website and customer support excellent." – leeelvin

Before Purchasing

Before purchasing the SVG Avatars Generator – jQuery Plugin, you should ensure that your website meets the following requirements:

  • jQuery 1.12.4 and up
  • PHP 5.3 and up

License

The plugin requires a regular or extended license for every web project.

Change Log

The plugin has a comprehensive change log that outlines all the updates and fixes made to the plugin.

  • Version 1.6: Added the "zooming" option to scale initial avatars on start, added the "debug" option to show error and service messages in JS console, and made minor JS and PHP fixes.
  • Version 1.5: Changed the PHP part of the item to meet security standards, fixed JS code to work with the latest versions of jQuery, and made some JS code changes to match "WordPress plugin requirements" by Envato.

Conclusion

The SVG Avatars Generator – jQuery Plugin is an excellent choice for anyone looking to create custom avatars for their website. With its easy integration, responsive design, and high-quality graphics, this plugin is sure to impress. The plugin’s exclusive features, such as the ability to apply any colors to graphic elements and upload created avatars to secure.gravatar.com, set it apart from other avatar generators. With a score of 4.83, this plugin is highly recommended.

Rating: 4.83/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “SVG Avatars Generator – jQuery Plugin”

Your email address will not be published. Required fields are marked *

Here's a tutorial on how to use the SVG Avatars Generator - jQuery Plugin, starting with an introduction.

Introduction

In modern web design, creating customizable and highly interactive avatars has become a crucial part of a website's functionality. However, designing unique and detailed avatars requires a considerable amount of work, both in terms of design skills and programming. To ease this process, the SVG Avatars Generator - jQuery Plugin has been developed to generate custom and interactive SVG avatars, allowing web developers to save time and focus on the core functionalities of their application.

This tutorial will cover the usage of the SVG Avatars Generator - jQuery Plugin and provide step-by-step guidance on how to integrate this plugin into a web page. We'll explore how to customize avatar appearance, interact with avatar elements, and apply basic styling. By the end of this tutorial, you'll have a solid understanding of how to utilize the SVG Avatars Generator - jQuery Plugin to enhance the user experience of your website.

Step 1: Obtaining the SVG Avatars Generator - jQuery Plugin

To begin with, you need to acquire the SVG Avatars Generator - jQuery Plugin. You can obtain it from [the plugin's official repository](https://github.com/ihorTomirov/SVG- Avatars-Generator) on GitHub by clicking the "Code" button and downloading the.zip file or copying the entire repository folder.

Unzip the file and store it in your project folder. Make sure to create a separate directory for your plugin to prevent conflicts with other scripts in your project.

Step 2: Including the Plugin Files

To incorporate the plugin into your website, you need to include the plugin files in your HTML or JavaScript file.

  1. Include the following files from the unzipped directory:
    • jquery.svgavatars-generator.min.js (minified plugin file)
    • svgavatars.css (optional - applies default styles)
  2. Add the following lines at the bottom of your <head> tag or <body> tag in your HTML file:
    <head>
    ...
    <script src="path/to/jquery.svgavatars-generator.min.js"></script>
    <link rel="stylesheet" type="text/css" href="path/to/svgavatars.css">
    ...
    </head>

    Note: Replace "path/to" with the actual location of your plugin files within your project structure.

Step 3: Initialize the Plugin

To create an instance of the plugin, you'll need to initialize it after including the plugin files in your page. This will create the SVG avatar in your document.

Add the following script tag after your plugin file inclusion:

<script>
    $(document).ready(function() {
        var myAvatar = $('[data-svg-avatar]').svgavatars({
            // Initial avatar settings can be adjusted here
            //...
        });
    });
</script>

Replace ('[data-svg-avatar]') with a valid CSS selector that matches the HTML elements where you want to append the SVG avatar.

Here is an example of how to configure the SVG Avatars Generator - jQuery Plugin:

Width and Height

settings: {
  width: 100,
  height: 100
}

Shape Options

settings: {
  shapes: ['circle', 'square', 'triangle']
}

Color Options

settings: {
  colors: ['#FF69B4', '#008000', '#6495ED', '#8B4513', '#964B00']
}

Gradient Options

settings: {
  gradients: true,
  gradientColors: ['#FF69B4', '#008000'],
  gradientDirection: 'diagonal'
}

Text Options

settings: {
  text: true,
  textValue: 'John Doe',
  textSize: 20,
  textFont: 'Arial'
}

Background Options

settings: {
  background: true,
  backgroundColor: '#FFFFFF',
  backgroundShape: 'circle'
}

Randomization Options

settings: {
  randomize: true,
  randomizeColors: true,
  randomizeGradients: true
}

Output Options

settings: {
  output: 'img',
  outputFormat: 'png'
}

Here are the features of the SVG Avatars Generator - jQuery Plugin:

Graphic Engine Features:

  • Both Males and Females
  • Or one gender only
  • More than 300 Graphic Parts
  • Automatic Shadows and Highlights
  • Random Avatar!
  • Reset Function
  • Controls of Positions and Scale!
  • Transparent Background Enabled

General Features:

  • Brand New
  • Responsive design
  • Retina Perfect
  • Works on Touch Devices
  • Easy Integration
  • Easy to Translate
  • Dark, Light, and Custom Color Schemes
  • Three Download Options
  • All Modern Browsers
  • Free Updates and Support
  • Share Functionality of Created Avatars
  • And More

Exclusive Features:

  • Apply Any Colors to graphic elements
  • Upload created avatar to secure.gravatar.com and set it as your default gravatar

Important Note:

  • This item is based on vector graphic and no regular images are used. So it is not a simple process to add your own graphic parts.

Testimonials:

  • I wanted to take a minute to let everyone know that this is a truly exceptional work... (by CreativelyMe)
  • Very easy to set up. Works well. Good customer support. (by PamBreeze)
  • Awesome script, looks great, easy to integrate into my own website and customer support excellent. (by leeelvin)
  • Works great and it does what it says without any problem! (by animatezone)
  • Rarely do you see such a detailed, well thought out, artistic piece of coding offered for such a small price... (by mspanish)
  • Great work Dee!! Damn me if you haven't created the best avatar creator I've seen... (by DuCarlion)
  • Thank you for this great script! (by hiegl)
  • This is one of the best script I ever buy... (by adieska)

Before Purchasing (Requirements):

  • jQuery 1.12.4 and up
  • PHP 5.3 and up

License:

  • You need to purchase a regular or an extended license of SVG Avatars maker for every web project.

Change Log:

  • Version 1.6
  • Version 1.5
  • Version 1.4
  • Version 1.3.2
  • Version 1.3.1
  • Version 1.3
  • Version 1.2.1
  • Version 1.2
  • Version 1.1
  • Version 1.0
SVG Avatars Generator – jQuery Plugin
SVG Avatars Generator – jQuery Plugin

$33.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0