Framer
Rybbit enables you to gather analytics on user behavior, capture custom events, record sessions, and more within your Framer site.
How to Add Rybbit to Framer
1. Retrieve Your Tracking Script
Navigate to your Rybbit dashboard to obtain your code snippet.
<script
src="https://app.rybbit.io/api/script.js"
data-site-id="YOUR_SITE_ID"
async
></script>
2. Add the Snippet to Your Framer Project
- Open your Framer project.
- Go to Site Settings > General and scroll down to Custom Code.
- Paste your snippet into the
<head>
tag section (start or end). - Publish your changes.
Last updated on