Deprecated

Legacy embed script deprecated

The v1 embed script (pushlog-widget-v1.js) is now deprecated and will be removed on September 1, 2025.

What you need to do

  1. Go to Project Settings → Widget

  2. Copy the new v2 embed snippet

  3. Replace the old snippet in your app

Why we're deprecating v1

The v1 script:

  • Is 2x larger than v2 (24KB vs 12KB)

  • Doesn't support dark mode

  • Uses deprecated browser APIs

  • Has a known Safari 17+ compatibility issue

Migration guide

Replace this:

<script src="https://widget.pushlog.dev/v1.js" data-id="xxx"></script>

With this:

<script
  src="https://widget.pushlog.dev/v2.js"
  data-project="your-slug"
  data-theme="auto"
  async
></script>

Note the changed attribute names: data-iddata-project, and the new data-theme option.


If you need help migrating, reach out to support@pushlog.dev.