Troubleshooting & Support
Common Issues
<!-- ✅ Correct placement -->
<body>
<p>Your content here</p>
<script src="https://api.tokenomics.com/v1/widget/embed.js"
data-project-slug="your-project-slug"
async></script>
</body>
<!-- ❌ Wrong placement -->
<head>
<script src="https://api.tokenomics.com/v1/widget/embed.js"
data-project-slug="your-project-slug"
async></script>
</head>Finding Your Correct Project Slug
Contact Options
Last updated