An open API service indexing awesome lists of open source software.

https://github.com/chrstph-gg/wordpress-verified-user

A simple Wordpress Plugin that enables you to "verify" users, by displaying a checkmark next to their name.
https://github.com/chrstph-gg/wordpress-verified-user

checkmark verification verified-users wordpress wordpress-plugin

Last synced: 4 months ago
JSON representation

A simple Wordpress Plugin that enables you to "verify" users, by displaying a checkmark next to their name.

Awesome Lists containing this project

README

          

# Wordpress Verified User (WPVU)

![License](https://img.shields.io/github/license/chrstph-gg/wordpress-verified-user)
![Issues](https://img.shields.io/github/issues/chrstph-gg/wordpress-verified-user)
![Forks](https://img.shields.io/github/forks/chrstph-gg/wordpress-verified-user)
![Stars](https://img.shields.io/github/stars/chrstph-gg/wordpress-verified-user)
![Last Commit](https://img.shields.io/github/last-commit/chrstph-gg/wordpress-verified-user)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/chrstph-gg/wordpress-verified-user?include_prereleases)

## 🚀 Overview

This Plugin enables you to "verify" users on your Wordpress Website.

It adds a Checkmark next to the users name, just like on platforms like Twitter or Instagram.

The checkmark is supplied to users belonging to a role you choose.

## 🎯 Features

- Add's "Verified" Badge to every user with a set role
- Verified Role customizable

## 💻 Usage

After installing the Plugin you'll get a "Verified Checkmark" Page under "Settings" in your Wordpress admin dashboard. In there you can choose the role that should receive the checkmark.

![Settings Page](https://i.imgur.com/pV0ll6E.png)

Here you can also change which injection method should be used to ensure the plugin fully working for your theme.

Available methods are:
- Unicode (max theme compatibility)
- Inline SVG (no external library)
- Font Awesome icon

The checkmark could look like this:

![Settings Page](https://i.imgur.com/rilUOx0.png)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/chrstph-gg/wordpress-verified-user/issues).

1. Fork the project.
2. Create your feature branch (`git checkout -b feature/AmazingFeature`).
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the branch (`git push origin feature/AmazingFeature`).
5. Open a pull request.

See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

## 📜 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## 📊 Repository Metrics

![Repo Size](https://img.shields.io/github/repo-size/chrstph-gg/wordpress-verified-user)
![Contributors](https://img.shields.io/github/contributors/chrstph-gg/wordpress-verified-user)
![Commit Activity](https://img.shields.io/github/commit-activity/m/chrstph-gg/wordpress-verified-user)

## Other Wordpress Plugins built by me
- [Get-IP](https://github.com/chrstph-gg/get-ip)
- [getUserInfo](https://github.com/chrstph-gg/getUserInfo)
- [Woocommerce ACO - Autocomplete Orders](https://github.com/chrstph-gg/woocommerce-aco)
- [Woocommerce Custom Emails](https://github.com/chrstph-gg/woocommerce-custom-emails)
- [Woocommerce License Keys](https://github.com/chrstph-gg/woocommerce-license-keys)