Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
AI Chatbots

Installing SpideyChat on WordPress

Last updated:

Three routes

  1. Theme footer — add the script before the closing body tag in a child theme
  2. A header/footer plugin — no code, survives theme changes
  3. Tag manager — if you already run one
Use a child theme, not the parent. A theme update will overwrite the parent and your widget will disappear without warning.

Keep it out of the critical path

  • Load it in the footer, not the head
  • Do not let it block rendering
  • Exclude it from pages where it is not wanted — checkout, for example
  • Check your page speed before and after, so you know

Caching and WordPress

Most caching plugins handle a footer script correctly. If you use aggressive optimisation — deferring or combining scripts — test that the widget still appears after a cache clear.

The classic failure is a widget that works for logged-in administrators and is invisible to everyone else, because they are served the cached page.

Where to show it

Page typeShow it?
Service and product pagesYes — highest intent
Contact pageYes
Blog postsYes
Checkout or booking flowUsually not — do not distract
Admin or member areasNo

Feed it your own content

Crawl the site so it learns from your pages, then check the answers to your top twenty questions. Where it gets one wrong, the page behind it is usually the problem.

Fixing those pages helps your human visitors and your search visibility as well as the bot.

Frequently asked questions

Do we need a plugin?

No. A script in the footer is enough. A plugin is convenient if you would rather not edit theme files.

Will it slow the site down?

Not meaningfully when loaded in the footer. Measure before and after if you want certainty.

What about multilingual plugins?

It works with WPML and Polylang. The bot answers in the visitor's language from the same content.

Can we show it only on some pages?

Yes, by conditionally including the script or using your plugin's display rules.

Keep reading

WordPress site with an overflowing contact form?

A widget in the footer answers most of it. Start at spideychat.com.

Book a free 30-minute call Get a project estimate WhatsApp us

Related services

What we build for problems like this one

AI Chatbot DevelopmentAI Integration