Skip to content

CharlesYiu/steam-miniprofile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this a fork of this repository.

the fork embeds these css files directly into the html:

and removes unnecessary trackers and libraries:

usage

either embed a script that creates a frame for you

<script src="https://smp.yiu.ch/embed.min.js" data-id="1201116503"></script>

or do it yourself with an iframe like the one below.

<iframe src="https://smp.yiu.ch/index.min.html<steamid>"
    style="border: none;"
    name="my steam profile"
    scrolling="no"
    frameborder="1"
    marginheight="0px"
    marginwidth="0px"
    height="265px"
    width="325px"
    allowfullscreen>
</iframe>

please note that instead of putting your steam id as a search parameter (?accountId=<steamid>) you put it in the hash (#<steamid>)

urls

if https://smb.yiu.ch does not load, please replace the hostname to:

About

Feature your Steam's miniprofile on your website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.6%
  • JavaScript 0.4%