Home/AI Assistant Deployment/Add Script via WPCode

Part of WordPress Integration — 2 of 4.

Adding the Script via WPCode

If you don't have Theme File Editor access, or you'd rather not edit theme files directly, install the free WPCode plugin and follow the steps below instead.

  1. Go to Code Snippets > Add Snippet.WPCode's Add Snippet screen, showing the Snippet Library with the Add Your Custom Code option

    WPCode's Add Snippet screen.

  2. Click + Add Custom Snippet and choose HTML Snippet as the code type — it's the default selection.WPCode's code type picker modal with HTML Snippet selected

    HTML Snippet selected as the code type.

  3. Give the snippet a title (e.g. "ZipTier AI Assistant Widget") and paste your ZipTier script tag into the Code Preview editor.WPCode snippet editor with a title set and the ZipTier script tag pasted into the code editor

    The script tag pasted into the WPCode code editor.

  4. Under Insertion, keep Auto Insert selected and set Location to Site Wide Footer.WPCode Insertion settings with Auto Insert selected and Location set to Site Wide Footer

    Auto Insert enabled with location set to Site Wide Footer.

  5. Toggle the snippet from Inactive to Active in the top-right corner, then click Update (or Save Snippet if this is a new snippet).WPCode snippet saved successfully, with the Active toggle on and a Snippet updated confirmation message

    Snippet saved and toggled Active.

The floating widget button now appears on every page of your site — no theme file editing required, and the snippet survives theme switches and updates.


← Add the Widget Script to footer.php  |  Next: Adding Custom Triggers →