Skip to content

Call to action

A call to action (CTA) is usually a button that prompts a target action (conversion) — for example, "Book a call", "Contact sales", "Start free", etc.

The button itself is not really complex, but in this recipe we want to showcase another advantage of Widged — centralized widget management.

We’ll create a button and then demonstrate how you can easily manage it, even if it’s displayed on hundreds of pages!

Let’s create a simple widget that links to the sales team’s scheduling page with available booking slots. We’ll start with the entrypoint, as usual:

image

Now let’s add a view node:

image

Just for a demonstration let's make some pattern-filled button:

image

Let’s add a redirect so that clicking our button takes the user to the sales team’s scheduling page:

image

Let’s configure the redirect URL and pass a default parameter — the user’s browser language:

image

Now let’s publish the widget and go to the Share & Embed tab:

image

You can embed your widget on hundreds, thousands or even more pages, and it will be displayed everywhere for all your users.

html
<widged-element widget-id="wY7VCibN"></widged-element>

And if one day you update your widget — adding a new node or changing the button design — after clicking Publish, the widget will be instantly deployed across all your pages. All your users will get the new version almost simultaneously. Pretty cool, right? 😏

Great! Now you can create your own call to action tailored to your specific use case — and easily update it across every part of your funnel!