How to add a countdown timer to AWeber

AWeber’s campaigns run on subscriber time — someone who signs up today gets message three three days from today. A countdown that is hard-coded to a calendar date makes no sense there; one that starts at each subscriber’s own first open does. Both modes are a single image URL in tikio.

  1. Design your countdown in tikio

    Create a timer in the tikio editor: pick colors, fonts, labels and the languages you need. What you see in the editor is exactly what lands in the inbox — the timer is delivered as a regular animated image.

  2. Publish and copy the image URL

    Hit Publish and copy the public image URL. The deadline lives in the URL as a parameter, so the same link works for every campaign — change the date, not the link.

    https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00
  3. Insert the timer into your AWeber message

    In the AWeber message editor, add an HTML element and paste the snippet below. AWeber personalization variables are resolved inside the URL for each subscriber when the message goes out.

    <img src="https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00" alt="Offer ends soon" width="480" style="max-width:100%;" />

Per-recipient evergreen deadlines

Use {{ subscriber.email }} as the recipient key for a personal deadline per subscriber. If you keep a custom field with your own subscriber ID, use that instead — it avoids putting email addresses into image URLs.

<img src="https://tikio.io/e/a1b2.gif?duration=86400&uid={{ subscriber.email }}" alt="Offer ends soon" width="480" style="max-width:100%;" />

FAQ

Broadcast or campaign — which mode should I use?

Broadcasts go to everyone at once, so a fixed target= date is right. Campaigns are drip-based and each subscriber reaches a given message on a different day, so duration= with a per-subscriber uid is the honest choice.

Is anything installed on my AWeber account?

No. It is one image tag — no app, no integration, no API key.

Can I make the countdown clickable?

Yes — wrap the <img> in a normal link to your offer. A click on a ticking deadline is among the highest-intent clicks in the message.

Your first countdown is minutes away

Free during early access — no credit card required.

Create your free countdown
Other platforms