Open external links in the Gamification App
Gamification app - external links
Sometimes our clients need to add external links in the Gamification App,
so users will be able to open them in the phone default browser.
We allow click to action links as follows:
1. Open external links
To make any link open in the default browser. not in the app, append this to your links:
?is_blank=_blank.
Example https://www.google.com?is_blank=_blank
To create a button insert it like this:
<a href="https://www.google.com?is_blank=_blank" style="display: inline-block; background-color: #b604e2; color: white; text-decoration: none; padding: 10px 15px; border-radius: 5px; font-size: 14px;">Official Website of Saint-Jean-Cap-Ferrat</a>
2. Call a phone number:
If you use the link generator use: "tel:+1234567890"
or if you insert html:
<a href="tel:+1234567890" style="color: #007BFF; text-decoration: none; font-size: 16px;">Call Us: +123 456 7890</a>
The result: call that number
3. Click on an email.
If you use the link generator use:
"mailto:example@example.com"
or if you insert html:
<a href="mailto:example@example.com" style="color: #007BFF; text-decoration: none; font-size: 16px;">Email Us: example@example.com</a>
The result: email client on the phone will be opened to send an email to that person.
Special internal jumps in the pages
Creating Jumpers to specific sessions "anchors" in the agenda
Find the url for the agenda then add
"?jump_to=505" <- session ID - you can find the sesssion id by eighter opening it in the browser or seeing the id when rolling over it in the sessions interface.