Install OptinStack on Framer
By OptinStack Team - Aug 22, 2026 - 2 min read
Open the OptinStack plugin in your Framer project to configure and preview the Consent banner. Then put the two-tag install at Start of head and publish. Framer plugins open immediately; they do not need a separate install step.
Opening the plugin is not an install. The published site needs both tags at Start of head. From Implementation, Install automatically adds them there. You still need to publish.
Before you start
- Register the Framer hostname you will publish to (development or production).
- Have access to Project Settings → Custom Code for that project.
Framer documents how to open plugins from Community and from Quick Actions in Using plugins.
Install
- Open OptinStack from the Framer Marketplace, choose Open Plugin, then select the project. You can also open it from Quick Actions in the project.
- In Implementation, select Install automatically. That adds both tags at Start of head. Site ID and runtime version are already filled in.
- Publish the site to the hostname you registered in OptinStack.
- Return to Implementation and verify until status is Installed.
Manual install
Use this if you prefer to paste the snippet yourself instead of Install automatically.
- Copy the generated two-tag install. Site ID and runtime version are already filled in.
- Open Project Settings → Custom Code and select Add Script.
- Paste both tags and choose Start of head: bootstrap first, then runtime. Do not add async or defer.
- Save, then publish your site.
Verify on a published hostname over HTTPS in a fresh browser session. A stored consent choice hides the Consent banner until it expires or you reset it.
Uninstall OptinStack
Closing the plugin does not remove Custom Code. OptinStack tags stay at Start of head until you disable or delete them, then publish.
- Open Project Settings → Custom Code.
- Disable or delete the OptinStack scripts at Start of head: the bootstrap.js tag and the optinstack.js runtime tag.
- Publish your site.
- Return to Implementation and verify until status is Not found.
Related articles
Install OptinStack on your site
Add the two-tag OptinStack install, load it without async or defer, and confirm the consent banner renders.
Embed in Framer, Webflow, and Next.js
Install OptinStack in Framer, Webflow, and Next.js using the same runtime with platform-specific entry points.
Install OptinStack on Webflow
Step-by-step Webflow Head-code install for the OptinStack two-tag snippet, plus how to uninstall without leaving the runtime on the published site.
Integrate OptinStack with Google Tag Manager
Configure OptinStack with Google Tag Manager from start to finish, including the GTM template, Consent Mode v2, testing, and how to uninstall the tag, template, and head install.
Block trackers before they load
How OptinStack blocks trackers before they load, how scripts are tagged to consent categories, and how to allowlist essential scripts.
How helpful was this article?