Steam stats for WordPress

To talk about everything
User avatar
axew3
w3all User
w3all User
Posts: 2677
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Steam stats for WordPress

Post by axew3 »

On spare time i coded a little plugin
See example here:
https://www.axew3.com/w3/csgo-stats/

to reproduce like this CS:GO Steam stats
https://csgo-stats.com/player/76561198037796318
into WordPress.

The plugin is very easy, and the default code will be released with Steam CS:GO game/app included and an easy template, that can be changed into whatever you'll like in few steps.

Step by step and on request will be added any other "trendy" Steam game app.
Screenshot_2019-11-26 csgo-stats – wp52.png
Screenshot_2019-11-26 csgo-stats – wp52.png (65.03 KiB) Viewed 7754 times
User avatar
axew3
w3all User
w3all User
Posts: 2677
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Steam stats for WordPress

Post by axew3 »

Steam ids examples to check for and display, can be passed as steamid=userSteamIdBase64, via $_GET into this working (not so hard tested!) example, so like:

https://www.axew3.com/w3/csgo-stats/?st ... 8043896613
OR
https://www.axew3.com/w3/csgo-stats/?st ... 8813587605

You can get data of any user by passing base64 steam IDS.

steamID64 that for example you can retrieve by username here:
https://steamid.io/lookup/

The provided template to display CSGO Steam results is just an easy RAW example that any php/css template developer will find easy to adapt and improve for an awesome result into any WordPress installation.

Profile user page provided to let setup each WordPress user his own SteamID to display.

Administration provide by default: cache time, Steam Web API Key (that administrator will have to setup), user groups allowed to use.

'easy self-cleaner cache, no "maintenance time" required'

https://www.axew3.com/w3/csgo-stats/
Post Reply