Together Gaming Logo

TG-seal

Setup

Include this script-tag some where on your site.

<script src="https://cdn.togethergaming.com/tg-seal/v0.1/tg-seal.min.js" async></script>

And include this where you want the logo to show

<a id="tg-seal" href="https://www.togethergaming.com"><img /><span><b>Powered by</b><br/>Together Gaming<br/><em>iGaming platform</em></span></a>

Manual trigger

When you need to manually trigger the rendering script (ex. React, vue, angular etc.). You can invoke the function window.tgseal(id, theme, size) instantly after each render.

The script will by default invoke this method by itself on inital load. You can disable this by adding the attribute tg-auto="false" to the script tag.

Options

Apply the options as attributes to the script tag or as parameters to the tgseal method.