Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Steam Library GT

Opis

Display your Steam game library and grab related game information from the thegamesdb.net.

Simply add the shortcode [steam_library_gt] to a page or post, to embed the library.

API Usage

This plugin uses 2 separate remote API's:

  1. Steam – http://api.steampowered.com
  2. thegamesDB – http://thegamesdb.net/api

The Steam API is used to retrieve your game library data (using the GetOwnedGames method). To successfully interact with this service, we use the Steam Profile ID and Steam Web API Key you provide in the plugin configuration admin page.

ThegamesDB.net API is used to retrieve per game information (using the GetGame method). No credentials are required to interact with this service.

Further information on both API service methods can be found here -> https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames and here -> http://wiki.thegamesdb.net/index.php?title=GetGame

Slike ekrana

  • The Steam Library GT Settings page
  • Embedded library
  • Popup modal containing game information and steam launcher

Instalacija

This section describes how to install the plugin and get it working.

e.g.

  1. Upload steam-library-gt folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure plugin in admin setting page
  4. Add shortcode [steam_library_gt] to your post or page

ČPP

The plugin doesn't seem to work

Check your file/folder permissions. Make sure the cache folder is writable by the server.

The plugin takes a long time to load, the first time I use it

The first time you access the plugin it will cache every image from your library. If your library is large, this could take several minutes… Please, be patient!

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Steam Library GT” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “Steam Library GT” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.6

  • Fixed bug with loading javascript files.

1.5

  • Updated readme.

1.4

  • Switched to native WP AJAX action hooks.

1.3

  • Updated page load spinner.

1.2

  • Added missing cache folder.

1.1

  • Fixed bug in the way the steam key is handled.

1.0

  • Initial commit.