Installing Quesify on your site
Last updated: August 18, 2026
Every Quesify account gets one line of code — a script tag with your unique token, shown on your dashboard's Home page. Where exactly that line goes depends on how your site is built. Pick your platform below.
WordPress
WordPress.org (self-hosted) and WordPress.com (hosted by Automattic) are different products with different rules here — check which one you have.
Self-hosted WordPress (WordPress.org)
- Install a free plugin like WPCode or "Insert Headers and Footers" — search for it under Plugins → Add New.
- Open the plugin's settings and paste your Quesify snippet into its Footer field.
- Save. No theme editing needed.
Without a plugin: Appearance → Theme File Editor → footer.php → paste right before </body> → Update File. Works, but a theme update can wipe it out — the plugin method above is safer.
WordPress.com
- Business plan or higher: same steps as self-hosted above — you get real theme file access.
- Personal or Premium plan: you can't edit theme files directly, but you can install "Insert Headers and Footers" from the Plugins tab and use it the same way.
- Free plan: neither option is available — you'll need to upgrade first.
Wix
- Go to Settings → Custom Code (under "Development & integrations").
- Click + Add Custom Code and paste your snippet.
- Under "Place Code in," choose Body – end.
- Click Apply.
wixsite.com address. On Wix's free plan, you'll need to upgrade and connect a domain first.Squarespace
- Open your site's Settings, then Advanced → Code Injection.
- Paste your snippet into the Footer field.
- Click Save.
Shopify
- Go to Online Store → Themes.
- On your current theme, click Actions → Edit code.
- Open Layout → theme.liquid.
- Paste your snippet right before the closing
</body>tag. - Click Save.
GoDaddy Website Builder
On GoDaddy-hosted WordPress instead (not their drag-and-drop builder)? Use the WordPress instructions above — that works fine.
Namecheap-hosted site
If your site is plain HTML files on Namecheap shared hosting:
- Log into cPanel → File Manager (or connect via FTP).
- Open your site's main HTML file (often
index.html). - Paste your snippet right before the closing
</body>tag. - Save.
Used Namecheap's own drag-and-drop Website Builder instead? Look for an Advanced → Custom HTML option on the page you want the widget on — exact steps vary by template.
Any other site
- Paste your snippet directly into your site's HTML, right before the closing
</body>tag.
Not sure how to edit your site's HTML directly? Check with whoever built or hosts your site — this line works anywhere there's raw file access.
Still stuck?
Email nik@netiphy.com and tell us what platform you're on — we'll help you find the right spot.