Odyssey Network

The Archive Trial widget

This is the single hosted home of the reusable trial widget that turns every Odyssey Network trade site into a doorway to a free 30-day Archive trial. Every trade embeds the same script, so one fix here reaches all of them.

Live demo. Submissions here are tagged source: demo.

Embed on a trade site

<script>
  window.ODYSSEY_TRIAL = {
    source:   '3core',
    accent:   '#4870D0',
    siteName: '3 Core Electrical',
    endpoint: 'https://flnizjxxpvrrhvfdssfi.supabase.co/functions/v1/start-network-trial'
  };
</script>
<script src="https://odyssey-membership.pages.dev/trial-widget.js" defer></script>
<button data-odyssey-trial>Start your free 30-day Archive trial</button>

Full guide: EMBED.md in the repo.