LinkBridge can be integrated into almost any front-end or CMS framework. Click a card below to jump to detailed instructions for your platform.
⚠️ Note:
Instructions may vary depending on the platform version, theme, or other configurations. Always double-check your environment before adding scripts.
Remember:
when ever you refres the script in any framework or system you need to point on the url and passing the correct data-website-id="xxx" data-website="xxx" provided on the installation proccess.
public/index.html (React), pages/_document.js (Next.js/pages router) or app/layout.js for the (Next.js/app router)._document.js):import { Html, Head, Main, NextScript } from 'next/document';
export default function Document() {
return (
<Html>
<Head>
<script src="https://app.linkbridge.click/tracker.js" async></script>
</Head>
<body>
<Main />
<NextScript />
</body>
</Html>
)
}public/index.html inside the <head> tag.nuxt.config.js under the head.script array:export default {
head: {
script: [
{ src: 'https://app.linkbridge.click/tracker.js', async: true }
]
}
}angular.json under projects → architect → build → options → scripts:"scripts": [
"https://app.linkbridge.click/tracker.js"
]public/index.html inside the <head> tag.<script src="https://app.linkbridge.click/tracker.js" async></script>header.php before the </head> tag.<script src="https://app.linkbridge.click/tracker.js" async></script><head> tag of your HTML pages:<script src="https://app.linkbridge.click/tracker.js" async></script></head> tag.<head> section or via a custom JS/plugin setting.html.html.twig file.<head> tag:<script src="https://app.linkbridge.click/tracker.js" async></script><script src="https://app.linkbridge.click/tracker.js" async></script><script src="https://app.linkbridge.click/tracker.js" async></script><script src="https://app.linkbridge.click/tracker.js" async></script>Copyright © 2025 - All rights reserved