Link
Link adds new triggers to let’s your users to complete automations through link clicks!
Automations samples
Discover thousands of ways to connect our Link add-on with other WordPress plugins
Watch a demo
Triggers and actions
All triggers and actions included on this add-on
Triggers
- PROUser clicks on a link
Actions
No actions
Frequently asked questions
All new triggers and actions are under the AutomatorWP integration.
Yes! Link add-on is looking for elements with the class
automatorwp-link and with the attribute data-trigger="{TRIGGER_ID}", you can make it work with a custom element using the following code: <div class="automatorwp-link {optional-class} {optional-class-2}" data-trigger="{TRIGGER_ID} id="></div> [automatorwp_link] shortcode supports:
- trigger – The trigger identifier. Leave the same value as provided by the trigger.
- label – The link label text. By default: “Click me!”
- href – The link url.
- id – The link id attribute.
- class – The link class attribute.
- target – The link target attribute. The target attribute specifies where to open the linked page
- title – The link title attribute.