Add the AckReply widget to your website with a single script tag.
1. Get Your Workspace ID
Log in to your AckReply dashboard and navigate to Settings -> Embed. Copy your workspace ID.
2. Add the Script
Add the following code just before the closing </body> tag:
<script>
window.AckReplySettings = {
workspaceId: 'YOUR_WORKSPACE_ID'
};
</script>
<script src="https://ackreply.com/widget/loader.js" async></script>Pro Tip
The widget script is lightweight (~5KB) and loads asynchronously, so it won't slow down your page.
3. Verify Installation
Refresh your page. You should see the AckReply chat widget in the bottom-right corner.