Before using the methods described in this section, it is necessary to import the Fluid Topics public API from a stable instance of a Fluid Topics portal.
The following example shows how to perform this action in a custom.js
file:
const script = document.createElement("script")
script.src = "https://cdn.jsdelivr.net/npm/@fluid-topics/public-api/dist/fluidtopics.min.js"
document.head.append(script)