https://github.com/lloc/whoami
WordPress Plugin: Just another widget to show a photo, a bio and some social media links with nice webfont-icons
https://github.com/lloc/whoami
Last synced: over 1 year ago
JSON representation
WordPress Plugin: Just another widget to show a photo, a bio and some social media links with nice webfont-icons
- Host: GitHub
- URL: https://github.com/lloc/whoami
- Owner: lloc
- Created: 2012-06-21T11:06:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T11:27:47.000Z (over 6 years ago)
- Last Synced: 2024-10-18T08:54:36.144Z (over 1 year ago)
- Language: CSS
- Homepage: http://lloc.de/
- Size: 625 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== WP-Whoami ===
Contributors: realloc
Donate link: http://www.greenpeace.org/international/
Tags: widget, author, bio, social media
Requires at least: 4.6
Tested up to: 5.2
Stable tag: 1.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Just another widget to show a photo, a bio and some social media links with nice webfont-icons
== Description ==
Just another widget to show a photo, a bio and some social media links with nice webfont-icons
The plugin is using a web font version of [Alex Peattie](http://www.alexpeattie.com/projects/justvector_font/)'s JustVector icon. Thanks to [Sergio Díaz](http://www.martianwabbit.com/) for his work.
== Installation ==
* download the plugin and uncompress it with your preferred unzip programme
* copy the entire directory in your plugin directory of your wordpress blog (/wp-content/plugins)
* activate the plugin in your plugin page
* set some configuration in your profile and place the widget in your sidebar
* optionally you can place the code `` directly in your theme files if you want to print out the bio of a specific user
== Changelog ==
= 1.1 =
* WordPress 5.2 compatibility
= 1.0 =
* tagged as stable
* WordPress Coding Standards
= 0.4 =
* Bugfixes strict mode
= 0.3 =
* new function `the_whoami_bio` for echoing the bio of a specific user
* some minor improvements
= 0.2 =
* de_DE language-files added
* `rel="me"` to the profile links added
* whoami_admin_networks-filter added
* whoami_frontend_css-filter added
= 0.1 =
* first version