1. Introduction.
With this new system, it is also possible to generate templates with HTML, without having to use copies (text). With this we get multi-language templates, since these variables can be translated. Also, by delegating to variables, it will allow us to change any copy easily and quickly.
2. Step by step.
If we want to create a multi-language campaign, we will have to activate the option of several languages in the "Basic Data" section. We will click on "Enable several languages for the texts of the campaign". This option is only available for Cool Promo White Label applications.
In the "Preview" section of the campaign, we must activate the option "Use templates with full HTML for the landing (only White Label)".
We will paste the HTML. Here is an example:
<!DOCTYPE html>
<html {{{ cool_tabs_html_attributes }}} >
<head>
<!-- {{{ cool_tabs_head }}} -->
</head>
<body {{{ cool_tabs_body_attributes }}} >
<h1> {{{ title }}} </h1>
<p>
<a href="#" class="x_cool_tabs_participate_button">{{tt_participate_botton}}</a>
</p>
<p>
<a href="#" class="x_cool_tabs_share_button">{{tt_share_now}}</a>
</p>
<p>
<a href="#" class="x_cool_tabs_participations_link">{{tt_participats_list}}</a>
</p>
<p>
<a href="{{{ public_participations_url }}}">{{tt_other_list}}</a>
</p>
<p>
<a href="#" class="x_cool_tabs_legal_options_button">{{tt_legal_bases}}</a>
</p>
<!-- {{{ cool_tabs_body_end }}} -->
</body>
</html>
The next step would be to add our variables where we want the translations that we have previously done to appear. Remember: here we must add the brackets and the identifier ({{tt_nombre_de_la_variable}} For example, instead of "SHARE COMPETITION", I will set the variable of {{tt_share_now}}, and save will show us the translation that we have put with that identifier.
Here we leave an example of how the HTML would be with the established variables.
In the case that we only want to delegate variables and modify the copies more quickly in the default language of the campaign, we will go to the section "Dynamic texts".
** IMPORTANT: in order for this field to appear, we must previously introduce some variable {{tt_name_of_the_variable}} in some section of HTML and save our campaign. **
This is where we are going to define our variables. The name of the variable you define. But remember, in this section we will only set the naming of the variable (share_now), since it is in the HTML that we will see later, where we must add the two brackets and the identifier ({{tt_name_of_the_variable}}.
When establishing a variable with an identifier and a translation, adding this variable in the HTML, we will visualize the translation that we have put. This option is very useful, both for multi-language campaigns and to change copies in a much simpler and faster way.
Here we give you some examples of variables that we have created for a multi-language campaign:
3. Other specifications.
If you have any questions during the process, do not hesitate to contact us through our web chat or our support email help@cool-tabs.com
Comments
0 comments
Please sign in to leave a comment.