Steamwidgets

Integrate Steam Widgets in your website or blog

Steamwidgets is a clientside web component that offers an easy way to integrate Steam Widgets of various Steam entities into your website. Therefore you only need very few code in order to render Steam Widgets into your document. Steamwidgets is used via JavaScript. Since JavaScript is supported by all major browser per default it is platform independent and compatible. Steamwidgets widgets are responsive, localizable, customizable and easily adjustable.


Create responsive, localizable and adjustable widgets for various Steam entities very easily with only few code.
 
<steam-app appid="1001860"></steam-app>
 
 
 
let widget = new SteamApp('#app-widget', {
 appid: '1001860',
 //... and more
});
 
 
Use JavaScript to control your Widgets for various situations. Set various options on initialization and perform operatings on various events later.
Use JavaScript to control your Widgets for various situations. Set various options on initialization and perform operatings on various events later.
 
let widget = new SteamApp('#app-widget', {
 appid: '1001860',
 //... and more
});
 
 

Use widgets for the following Steam entities

Game/App
Workshop
Group
Player
Gameserver

You can use Steamwidgets via our CDN for quick usages.
You can also use Steamwidgets via Node.js Package Manager
You can also use Steamwidgets via Node.js Package Manager

Your support is greatly appreciated

Your support helps to continue working on the project and providing the required infrastructure.

Buy Me a Coffee at ko-fi.com