Quickstart Guide
Get up and running with GlintPost in less than 5 minutes. Learn how to integrate our widgets directly into your application.
1. Get your API Key
First, you'll need to grab your public API Key from your GlintPost dashboard. Navigate to Settings > API Keys and copy the provided string.
2. Add the Script Tag
Include our unified widget loader script before the closing </body> tag of your HTML. This single script handles loading all enabled widgets based on your dashboard preferences.
index.html
<script src="https://app.glintpost.com/widget.js" data-api-key="YOUR_API_KEY_HERE" defer></script>Note: Make sure to replace
YOUR_API_KEY_HERE with your actual API key.