Skip to content

Commit ce0b891

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-43: Small updates for clarification
1 parent 2933e54 commit ce0b891

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed
112 KB
Loading
371 KB
Loading
501 KB
Loading
-970 KB
Loading
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: >-
3-
Add extra functionality to your website using the templates detailed in
4-
this section.
52
icon: square-exclamation
3+
description: >-
4+
Add extra functionality to your website using the templates detailed in this
5+
section.
66
---
77

88
# Marketing Resources
@@ -11,3 +11,15 @@ As a marketer, you want to interact with your website visitors without the help
1111
Find in this section, templates to jump-start your onsite visitor interaction.
1212

1313
With the help of these generic CSS and JavaScript templates, you will be up and running within 5 minutes.
14+
15+
{% content-ref url="generic-topbar-template.md" %}
16+
[generic-topbar-template.md](generic-topbar-template.md)
17+
{% endcontent-ref %}
18+
19+
{% content-ref url="generic-popup-template.md" %}
20+
[generic-popup-template.md](generic-popup-template.md)
21+
{% endcontent-ref %}
22+
23+
{% content-ref url="generic-exit-intent-popup-template.md" %}
24+
[generic-exit-intent-popup-template.md](generic-exit-intent-popup-template.md)
25+
{% endcontent-ref %}

13/umbraco-engage/tutorials/marketing-resources/generic-popup-template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: >-
99

1010
Use the popup template to start boosting your marketing activities. The template can be set up and used without help from a developer.
1111

12+
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>A preview of the Generic Popup Template.</p></figcaption></figure>
13+
1214
It is recommended to personalize the popup to make it even more relevant for your specific audience. Follow the [Create a Personalized Popup in 5 minutes tutorial](../create-a-personalized-popup-in-5-minutes.md) to set up a personalized popup within Umbraco Engage.
1315

1416
{% hint style="info" %}
@@ -19,14 +21,14 @@ Install the [client-side script](../../developers/analytics/client-side-events-a
1921

2022
This popup will not affect the styling of your existing page or website. Some JavaScript is needed to insert the popup HTML in your existing content to apply the popup. The code also includes an option for the visitor to close the popup.
2123

22-
Copy and paste the following JavaScript below into Umbraco Engage.
24+
Copy and paste the following JavaScript into Umbraco Engage. You can create a new JavaScript file containing the code or add it within a script tag in your template.
2325

2426
<details>
2527

2628
<summary>JavaScript</summary>
2729

2830
<pre class="language-javascript"><code class="lang-javascript">var popupTitle = "Popups do convert!"; // The title of your popup.
29-
var popupText = "The average conversion; // The text of your popup.
31+
var popupText = "The average conversion"; // The text of your popup.
3032
var popupbuttonText = "I want this!"; // The button text.
3133
var popupButtonLink = "https://www.umbraco.com/"; // The button link.
3234
var popupButtonClose = "X"; // The close-button text.
@@ -102,7 +104,7 @@ if (!hasCookie) {
102104

103105
</details>
104106

105-
Now that you have your popup in place you can update the look. Copy and paste the following CSS into Umbraco Engage and your popup is ready.
107+
Now that you have your popup in place you can update the look. Copy and paste the following CSS into Umbraco Engage and your popup is ready. You can add the CSS to your existing stylesheet or create a new one.
106108

107109
<details>
108110

0 commit comments

Comments
 (0)