logo

How to install on your site?

Firstly, choose the project you want to install on your site:
  • Create the project for your site

By NPM

On your terminal, execute:
bash
npm i --save @fullog/browser
Insert it on your JavaScript code:
bash
import fullog from '@fullog/browser' fullog.init('your_project_id')

By Script

html
<head> <script src="https://static.fullog.io/sdk.umd.js" crossorigin="anonymous"></script> <script> window.fullog.init('your_project_id') </script> </head>

FAQ

Where is my id project?

Other options

GatsbyGatsbyNext.jsNext.jsCRA (Create React App)CRA (Create React App)

Powered by Notaku