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

WordPress

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

View Markdown

The safest WordPress setup is to add Talivia once site-wide through a child theme or a trusted custom-code plugin.

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.

Option 1: Child theme

Add the script through the wp_footer hook in your child theme's functions.php.

add_action('wp_footer', function () {
    ?>
    <script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
    <?php
});

Option 2: Custom-code plugin

Use a plugin that inserts code before the closing </body> tag and paste the universal snippet.

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

Keep it site-wide. Add the tracker once globally, not inside individual posts.

Open the WordPress site in a normal browser tab and check Talivia for a new session.

Phoenix

Install Talivia in a Phoenix or Phoenix LiveView app.

Shopify

Install Talivia in a Shopify storefront theme.