SiteGuidance

Integration options

Use the level that matches your customer. No-code first, developer options when needed.

WordPress plugin integration

WordPress plugin

Best default for most small businesses.

  • Install plugin and connect to SiteGuidance.
  • Approve drafts and publish automatically to WordPress.
  • No manual code edits required.

Download and install plugin

JavaScript snippet integration

JavaScript snippet

For sites without WordPress or with simple CMS setups.

  • Add one script tag (or through Tag Manager).
  • Render approved content blocks/CTA on the site.
  • Good low-friction option for non-technical owners.
API webhook integration

API/Webhook

For agencies and custom stacks.

  • Pull approved drafts through REST API.
  • Use webhooks to trigger publishing pipelines.
  • Maximum flexibility and control.

Snippet example

<script
  src="https://siteguidance.com/snippet.js"
  data-site-token="sgt_xxx"
  data-mount="#sg-content"
></script>

Recommended implementation policy

  • Default to plugin onboarding for WordPress users.
  • Offer snippet as fallback for non-WordPress users.
  • Reserve API/Webhook for developer-managed customers.
  • Never require direct source-code editing as the only path.