|
Managing subscribers and mail lists
Creating and sending email campaigns
Campaign effectiveness Analysis
Managing email templates
Scheduling campaigns
Subscribe forms management
|
 |
FTL (FEEDGEE Template Language)
|
 |
FTL tags
To create editable html template FTL tags are used. If template has no FTL mark-up or includes incorrect FTL it will not be editable in campaign email creation step. FTL specification.
Editable fields
<&edit&><&/edit&> FTL tag <&edit&> is used to create text filed with editable value. <&edit value="value"&>
<&edit value="value"&> FTL tag <&edit value="value"&> is used to create text filed with editable value that is pre-populated, example, <&edit value="Hello World"&>
Repeaters <&repeater&> with editable fields
Tag-container <&repeater&> is used for creating templates for messages containing several blocks with the same content structure.
Content block structure embedded within <&repeater&> tag could be repeated ‘by single click’ as many times as possible to be filled after with different content.
Example, page with several news blocks with same structure news title, news message, image etc.
Editable structure included within repeater tag contain mandatory embedded tags of <&repeater&> tag container.
Mandatory embedded tags of <&repeater&> tag container
<&itemtemplate&><&/itemtemplate&> tag is used to mark block with editable fields.
<&title&> tag is used to create text field for news or article title.
<&description&> tag is used to add editable text area.
<&file&> tag for creating graphics file uploading field.
Example <&repeater&> <&itemtemplate&> <img src="<&file&>" hspace="12" vspace="10"> <&title&> <&description&> <&/itemtemplate&> <&/repeater&>
When within <&repeater&> structure html < table> tag structure is required it must be embedded in FTL tags <&headerTemplate&><&/headerTemplate&> <&footerTemplate&><&/footerTemplate&>
Example <&edit value="Hello World!"&> <br><br> <&repeater&> <&headerTemplate&> <table border="1"> <&/headerTemplate&> <&itemtemplate&> <tr> <td><img src="<&file&>" hspace="12" vspace="10"></td> <td><&title&></td> Ε<td><&description&></td>Ε </tr> <&/itemtemplate&> <&footerTemplate&> </table> <&/footerTemplate&> <&/repeater&>
<&tableofcontents&><&/tableofcontents&> tag for creating table of content menu.
When <&repeater&> contains <&title&> tag, <&tableofcontents&> with <&title&> tag generates table of content menu.
Example, <&edit value="Hello World!"&> <&tableofcontents&> <div><&title&></div> <&/tableofcontents&> <br><br> <&repeater&> <&headerTemplate&> <table border="1"> <&/headerTemplate&> <&itemtemplate&> <tr> <td><img src="<&file&>" hspace="12" vspace="10"></td> <td><&title&></td> Ε<td><&description&></td>Ε </tr> <&/itemtemplate&> <&footerTemplate&> </table> <&/footerTemplate&> <&/repeater&>
|
|
Was this information helpful?
|
 |
|
|
Related issues |
 |
|
|
|