Add one snippet to WordPress with a plugin or a theme file. Then Grona can redesign the site you already have. No coding required.
Under 2 minutes
Why install
Grona's research and competitive intelligence features work without any code on your site. You can analyze competitors, review traffic data, and get AI-powered recommendations right from the dashboard.
To redesign your live site, generate whole new sections with images, and ship campaigns, Grona needs your permission. Installing this snippet grants that permission and connects your site to Grona's agentic engine.
Live editing
Generate new sections, images, and styles on your existing pages through AI chat.
Campaigns
Run live campaigns and track results in real time.
Your choice of scope
Add to specific pages or your entire site.
The snippet
Copy this and paste it into your website's <head> section.
<link rel="preconnect" href="https://cdn.grona.ai">
<script src="https://cdn.grona.ai/workspaces/YOUR_WORKSPACE_ID/antiflicker.js" data-grona-af-bg="#ffffff"></script>
<script src="https://cdn.grona.ai/workspaces/YOUR_WORKSPACE_ID/main.js" async></script>Preconnect: Speeds up loading by establishing an early connection to Grona's CDN.
Antiflicker script: Loads synchronously to prevent content flash before Grona's changes apply.
Main script: Powers Grona's agentic engine: live editing, campaigns, and tracking.
Both methods above add Grona to every page on your site. If you want Grona on specific pages only, WPCode supports conditional logic to target individual pages or post types.
Replace YOUR_WORKSPACE_ID with the ID from your Grona dashboard. The complete snippet with your ID is available in Settings > Installation.
Install
Two ways to add the Grona snippet to your WordPress site. Pick one.
Install the WPCode plugin (formerly "Insert Headers and Footers") from the WordPress plugin directory. Go to Plugins > Add New, search for "WPCode," and click Install, then Activate.
The plugin method is recommended because it survives theme updates. If you paste the snippet directly into your theme file, you'll need to re-add it every time you update or switch themes.
Go to Code Snippets > Header & Footer in your WordPress admin. Paste the Grona snippet into the "Header" section. Click Save Changes.

If you prefer not to use a plugin, go to Appearance > Theme File Editor. Select header.php from the file list on the right. Find the </head> closing tag and paste the Grona snippet directly above it. Click Update File.
Theme file edits are overwritten when you update your theme. If you use this method, you'll need to re-add the snippet after each theme update.
Verify
Confirm the snippet is loading correctly.
Visit your WordPress site in a browser.
Open DevTools (right-click > Inspect > Network tab).
Filter by "grona" in the network requests.
Confirm you see antiflicker.js and main.js loading successfully (status 200).
Go to your Grona dashboard. Your site should appear as connected.

Paste your URL and watch Grona redesign it. Free to build, pay to go live.