=== Leauge Codes === Contributors: Kimmax Donate link: http://goo.gl/u1ikN8 Tags: api, leauge of legends, statistics, stats, async, summoner, level, information, pretty, lol, division, tier, rank Requires at least: 2.8.0 Tested up to: 3.9 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Leauge Codes is a plugin that provides information about the leauge of a summoner with help of the "League of Legends" Mashape API. == Description == Leauge Codes is a plugin that provides information about the leauge of the requested summoner with help of the "timtastic/League of Legends" Mashape API. The informations will be shown in form of a picture with the according tier descreption + tier level. The plugin will request the information in a method that will not block or increase your page loading speeds. This is done by building the script that requests the information on the server side (The plugin) and including it on the client. The client then executes the request, selects the image, adds the text and shows it to the user. == Installation == This section describes how to install the plugin and get it working. 1. Upload `LeaugeCodes.php`, the `img` folder, as well as the `API` folder to the `/wp-content/plugins/leauge-codes` directory OR install it via the wordpress plugin menu by searching "Leauge Codes" 2. Activate the plugin through the 'Plugins' menu in WordPress == How to use the plugin == The information can be included everywhere where you can use wordpress shortcuts. Use them like this: `[LoL_GetLeauge summonername="SummonerName" region="region"]` Where `summonername` is the name of the summoner you want the information from and `region` is the region the summoner exits at in the following format: * `NA` for North America * `EUW` for EU West * `EUNE` for EU Nordic & East * `BR` for Brazil * `TR` for Turkey * `RU` for Russia * `LAN` for Latin America North * `LAS` for Latin America South * `AUS` & NZ for Oceania == Frequently Asked Questions == = None yet = == Screenshots == 1. This screen shot shows an example of the informations requested from the API (screenshot-1.png). 2. This screen shot shows the plugin while loading data. (screenshot-2.png) == Changelog == = 0.2 = * Script has functionality to disable async requests * Updated Plugin-URL * Added Donate Link = 0.1.1 = * Added screenshots * Updated Readme = 0.1 = * First Version == Upgrade Notice == None