Add javascript code to Houfy website
This article explains how to add javascript code to your Houfy website
Last updated August 24, 2026
Open houfy.com/new/website-classic and click Manage on your website.
Click Preferences in the left menu, then click Code & SEO to expand it - the sections start closed.
Under Javascript code, click Add javascript.
Choose a Type:
Inline javascript - paste the code only. Do NOT include the surrounding script tags; Houfy adds those. The field says so: Plain javascript code (Don’t include script tags).
External javascript file - paste the file URL instead, and choose whether it loads Async.
Click Save javascript code.
Inline scripts are loaded lazily, after the page has rendered, so this is not the right place for anything that must run before the page paints.