You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if 0 there is no display. I get why this might be desirable, but it also means you don't know if you've implemented it correctly unless players are online.
From the docs, it's not immediately clear how the onlinecount should be structured. Could you add an example for each tag and it's input?
I've added the tag
onlinecount=":count"
to the steam app tag but it's not showing anythingIs this correct?
<steam-app appid="1148810" onlinecount=":count"></steam-app>
N.B. It looks like it's correct based on this: https://github.com/danielbrendel/steamwidgets-js/blob/main/src/js/steam_app.js#L134, but I get no output. If there are no players online is it expected it would show blank?
The text was updated successfully, but these errors were encountered: