Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationTeamGetting updates
Next.jsReactVueNuxtAngularSvelteKitAstroRemixSolidStartQwikGatsbyExpoLaravelDjangoRuby on RailsExpressNestJSFlaskPhoenixWordPressShopifyWixWebflowSquarespaceFramerTilda
Integrations
AI agents and MCPllms.txtllms-full.txt
Installation

Shopify

Install Talivia in a Shopify storefront theme.

View Markdown

Install Talivia in the Shopify theme layout so storefront pages are tracked.

Copy the complete snippet from Settings -> Tracking. The examples below focus on framework placement. Keep generated attributes such as data-domain in the installed snippet. See Tracker configuration for every option and Subdomain tracking when the same visitor moves between subdomains.

Theme layout

Open the Shopify theme code editor and edit layout/theme.liquid. Place the snippet before the closing </body> tag.

    <script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
</body>
</html>

Storefront first. This tracks the online store pages where the theme is rendered. Checkout pages may be controlled separately depending on your Shopify plan and setup.

Verify

Preview or publish the theme, visit a product or landing page, and confirm the visit appears in Talivia.

WordPress

Install Talivia in WordPress with a child theme or custom-code plugin.

Wix

Install Talivia in Wix using site-wide custom code.