Advanced Steam Widget

WordPress

This WordPress plugin will add a widget that displays your Steam gaming statistics. It employs caching to keep your site’s performance up and make it less susceptible to Steam outages or errors.

The widget formatting is completely customizable via templates and/or CSS. The templates use patterns that will plug in values for the following:

  • Recently Played Games
    • Game Name
    • Steam URL
    • Icon URL (32px)
    • Small Logo URL (120px × 45px)
    • Large Logo URL (184px × 69px)
    • Time Played Last Two Weeks
    • Time Played Total
  • Player Profile
    • Steam Username
    • 64-bit Steam ID
    • Avatar Icon URL (32px)
    • Avatar Medium URL (64px)
    • Avatar Large URL (184px)
    • Time Played Last Two Weeks

Screenshots

Download

Also on WordPress.org

2 Responses to Advanced Steam Widget

  1. perreminfarstrider USA says:

    Is there any chance you could give us newbies a look at what we would need to do to get the widget to look the way it appears in the second image?

    • Snake USA says:

      Try inserting the following before %GAMES_TWOWEEKS% in the main template.

      <div style="background: #f8f8f8; margin-bottom: 12px; height: 72px; color: #666666; line-height: 18px; font-size: 12px;">
      <img style="border: 4px solid #CCCCCC; border-radius: 2px; float: left; margin-right: 8px;" src="%AVATAR_MEDIUM%">
      <div style="font-weight: bold; font-size: 16px; padding-top: 8px;">%USERNAME%</div>
      <div>%HOURS_TWOWEEKS% hrs / 2 wks</div>
      <div><a href="steam://friends/add/%ID64%" rel="nofollow">Add to Friends</a></div>
      </div>