Embed GTATracker on Your Site
Writing about GTA 6? You can drop our live item cards, the full interactive map and the player count widget straight into your articles. Everything here is free, works on any site that allows HTML, and stays up to date on its own. No account or API key needed.
Embed a live item card
Every entry in our database has a ready-made embed. On any item page, open Embed This Item in the sidebar and copy the code. It looks like this:
<blockquote class="gtatracker-embed" data-gtat-item="airboat-fanboat">
<a href="https://gtatracker.gg/vi/db/vehicles/airboat-fanboat">Airboat / Fanboat</a> on GTATracker.GG
</blockquote>
<script async src="https://gtatracker.gg/embed.js" charset="utf-8"></script>Paste it wherever your site accepts HTML. The script turns it into a live card with the item's image, price and key stats, sized to your column (640px wide at most, 130px tall). Readers who want the full stats can click through. If a visitor has JavaScript off, the plain link still works.
Live example:
Embed the full interactive map
The whole map works inside your article: tiles, every marker, search, category filters and the detail panel. Your readers can even tick markers as found while they read. Open the map, go to Settings and copy the code from Embed this map:
<blockquote class="gtatracker-embed" data-gtat-map="vi/leonida">
<a href="https://gtatracker.gg/vi/maps/leonida">Leonida Interactive Map</a> on GTATracker.GG
</blockquote>
<script async src="https://gtatracker.gg/embed.js" charset="utf-8"></script>The map renders 480px tall by default. Want it taller or shorter? Add data-gtat-height="600" to the blockquote (anything from 300 to 900). On phones it never grows taller than the screen.
Live example:
Embed the player count widget
The compact live widget shows the current GTA 5 player count (or the GTA 6 launch countdown) and refreshes itself every minute. Grab it from the player count page under Add This To Your Site. It is a single iframe tag, 360 by 150 pixels.
Rich previews for your existing links
Already linking to our item pages in your articles? Add the script once, anywhere on the page, and every one of those links gets a hover preview with the item's image, price and stats. No markup changes to your links needed.
<script async src="https://gtatracker.gg/embed.js" charset="utf-8"></script>Prefer plain links? Add data-gtat-tooltips="off" to the script tag and the previews stay off while embeds keep working. On touch screens links always behave normally.
WordPress: just paste the URL
On WordPress (and other platforms that support oEmbed) you do not need any code. Paste an item page URL or a map URL on its own line in the editor and it turns into the embed automatically.
Technical notes
- One script tag per page is enough, no matter how many embeds you use. Loading it twice is harmless.
- The script is 4KB, loads async and never touches your page beyond the embeds and previews. No cookies, no tracking, no external dependencies.
- If your site loads content dynamically (single page apps), call
window.GTATracker.scan()after inserting new embeds. - Cards and maps update on their own when we update the database. You never need to re-paste anything.
- Embeds are responsive: cards cap at 640px and shrink to fit, maps fill your column width.
Using our data
The embeds are free to use on any site and already carry a small GTATracker.GG credit, so you never need to add anything yourself. If you use our data some other way, for example stats in your own graphics, tables or videos, we ask that you let your audience know where it came from and link to gtatracker.gg (for example: Data from GTATracker.GG). Please keep the built-in credit on embeds visible and do not present our data as your own.
Something not working?
If an embed does not show up, check that your platform allows script tags (some free hosts strip them; the plain link inside the blockquote still works there). For anything else, contact us and we will help you get it running.