Resources
Add it to your website
Add Talavio to your website in minutes.
Embed the widget with one script, without rebuilding your site. Your key and ready-to-use code are in the Talavio dashboard.
HTML website
Paste once before the closing body tag. Replace YOUR_PUBLIC_KEY with your widget key from the dashboard.
<script src="https://talavio.com/widget.js" data-key="YOUR_PUBLIC_KEY" async></script>The example key is a placeholder; copy your actual installation code from Widget Settings.
WordPress
In WordPress, add the same script through Code Snippets or your child theme's footer, then clear the site cache.
add_action('wp_footer', function () {
echo '<script src="https://talavio.com/widget.js" data-key="YOUR_PUBLIC_KEY" async></script>';
});Sites that allow custom code
- WordPress
- Webflow
- Wix
- Framer
- Shopify
- Custom website
WordPress has a separate dashboard guide. Other platforms use the generic script; whether it can be embedded depends on your site plan and settings. These are not native integrations.
