Descrizione
WPUBG is a plugin for WordPress which contacts the PUBG-API to get some basic statistics about a player and present those as a widget.
IMPORTANT
This plugin contacts https://api.pubg.com with every visitor to get the needed data.
Keep this in mind regarding GDPR/DSGVO.
PUBG API Website
https://developer.pubg.com
PUBG API Privacy Policy
https://developer.pubg.com/privacy_policy
PUBG API TOS
https://developer.pubg.com/tos?locale=en
What do you need to use it?
- a working WordPress installation
- a working API key from https://developer.pubg.com
- your in-game nickname
Screenshot
Installazione
- upload zip to your plugin-folder or install it from the WordPress Library
- activate the plugin
- go to the widgets area and place the widget where you want it to show up
- fill out all fields
- save
Recensioni
Contributi e sviluppo
“WPUBG” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“WPUBG” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.
Traduci “WPUBG” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
0.8
- finally fixed the division by zero error when new season starts. plugin will show 0 for everything in that case
- added unranked when no rounds were played in new season
- added season-id below ingamename
0.7
- fixed a bug that makes it impossible to show specialist icon
0.6
- switched from RP to SP since PUBG switched its rank system (again)
0.5
- first version of caching (there shouldn’t be any API timeout from now on)
0.41
- bugfixes
0.4
- first version of error catching
0.3
- added regions (you must select your region immediately after updating the plugin)
0.2
- added screenshots to readme.txt
- The field “gamemode” now shows the last saved value
0.1
- first deploy of the plugin