/Awesome-Avatars

The most awesome avatars plugin for WordPress!

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Awesome Avatars

Awesome Avatars is the most awesome avatars plugin for WordPress! It allows users to upload their own avatars or use avatars from their social networks (using avatars.io).

Installation

Drop this directory in your wp-content folder and activate the plugin.

Quick Setup

Want to test out Awesome Avatars and work on it? Here's how you can set up your own testing environment in a few easy steps:

  1. Install Vagrant and VirtualBox.

  2. Clone Chassis:

    git clone --recursive git@github.com:Chassis/Chassis.git awesome-avatars-tester

    If you're getting a permission denied error, it probably means you need to set up your GitHub SSH Key.

  3. Grab a copy of Awesome Avatars:

    cd awesome-avatars-tester
    mkdir -p content/plugins content/themes
    cp -r wp/wp-content/themes/* content/themes
    git clone git@github.com:josiahgoff/awesome-avatars.git awesome-avatars
  4. Start the virtual machine:

    vagrant up
  5. Create a symlink and activate the plugin:

    vagrant ssh -c 'cd /vagrant && ln -s /vagrant/awesome-avatars/trunk /vagrant/content/plugins/awesome-avatars && wp plugin activate awesome-avatars'
  6. Sign up at Avatars.io for free to get your API credentials and input them through the dashboard settings panel.

You're done! You should now have a WordPress site available at http://vagrant.local.

To access the admin interface, visit http://vagrant.local/wp/wp-admin and log in with the credentials below:

Username: admin
Password: password

Issue Tracking

All tickets for the project are being tracked on GitHub.