=== EVS MyTeam ===
Contributors: ElliotVS
Tags: team,profiles,members,staff,gaming,roster
Donate link: http://www.elliotvs.co.uk
Requires at least: WordPress 4.2.1
Tested up to: WordPress 4.5.2
Stable tag: trunk
License: GPLv2 or later.
Plugin to display team member details (specifically built for gaming teams), such as name, description, twitter, youtube, twitch and more.
== Description ==
Plugin to display team member details (specifically built for gaming teams), such as name, description, twitter, youtube, twitch and more.
Add team member with shortcode: [playerselect name="" description="" gamertag="" twitter="" twitch="" youtube="" image="" width=""]
Name*: Member Name
Description*: About the member
Gamertag (Optional): Player Gamertag
Twitter (Optional): Player twitter (username only)
YouTube (Optional): Player twitter (username only)
Twitch (Optional): Player twitch (username only)
Image (Optional): Link to profile image.
Width (Optional): Width of member box.
Place this code at the end of your page under the team members, to display their details when selected: [selectedplayer]
Example usage:
[playerselect name="Name1" description="This is a description." gamertag="MyGamertag1" twitter="MyTwitter1" twitch="MyTwitch1" youtube="MyYoutube1" image="http://www.imageurl.com/image.php" width="200px"]
[playerselect name="Name2" description="This is a description." gamertag="MyGamertag2" twitter="MyTwitter2" twitch="MyTwitch2" youtube="MyYoutube2" image="http://www.imageurl.com/image2.php" width="200px"]
[selectedplayer]
== Installation ==
1. Upload `evs-myteam` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the \'Plugins\' menu in WordPress.
3. Insert shortcodes in description into a page.
== Frequently Asked Questions ==
Will there be more features added in the future?
Yes! If you have any suggestions please let me know.
== Screenshots ==
1. Example MyTeam Page
== Changelog ==
Version 1.0.3
- Version update.
Version 1.0.2
- Fixed more small bugs.
- Fixed styling.
Version 1.0.1
- Fixed small bugs.
== Upgrade Notice ==
None.