Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
YeahhAnyway I can add you somewhere like steam or skype? to instant messag? Your a great help
I can only enable Facebook, Twitter and Google login... I need to enable steam login... I want that sign is through steam buttom to appear where this themes sign up/register bit is?
This is still needed :/ anyone know how to ut the steam login where the Zipped style login is?
<xen:if is="{$xenOptions.googleClientId} AND @xb_loginGoogle == 1">
<xen:require css="google.css" />
<li><span class="googleLogin GoogleLogin JsOnly" tabindex="110" data-client-id="{$xenOptions.googleClientId}" data-redirect-url="{xen:link register/google, '', 'code=__CODE__', 'csrf={$session.sessionCsrf}'}"><span>{xen:phrase login_with_google}</span></span></li>
</xen:if>
<xen:if is="{$xenOptions.steamAPIKey}">
<li><a href="{xen:link register/steam, '', 'reg=1'}" style="text-decoration:none;display: inline-block;">
<img src="https://steamcommunity.com/public/images/signinthroughsteam/sits_small.png" alt="Sign up with Steam" style="margin:0 14px;"/>
</a></li>
</xen:if>
It has worked but for some reason there is now two steam sign in buttons and i need the top button to be moved up a tad?