Installing and Initializing Furo.js
<head>
element.
This allows you to access furo’s features from anywhere in your code.
async
or defer
attributes of the script tag. However, be aware that if you use asynchronous loading, API calls should only be made after the script has fully executed.furo.init
method once at the entry point of your web framework.
To be recognized by Furo, you must call the initialization function using the clientId
and publicApiKey
that match your project.
data-client-id
inside the <script>
tag when installing Furo JS.data-public-api-key
inside the <script>
tag when installing Furo JS.