S551 Absolute URL

The S551 Tag creates an absolute URL from a relative URL. This tag is especially useful if you are creating content that will be displayed outside your site.

Application

Platform

Can You Add This S-Tag in the WYSIWYG content editor?

No, this S-Tag cannot be added using the WYSIWYG content editor toolbar. Add the S-Tag code to the HTML using the Plain Text editor. 

Format

  • Standard

    [[S551:relativeUrl]]

  • XML

    <Convio:session name=”551” param=”relativeUrl”/>

Parameters

relativeUrl – A relative URL from the ECRM page containing the S551 Tag, to another resource in the ECRM product.

Sample Code

The two code samples below will link to a Captcha image in a Blackbaud custom page or component. If you are designing HTML content that others will cut and paste into another file, only the second tag will work because it is rendered using an absolute URL

For example, say you wanted to include a link to a Captcha image. Both of these HTML snippets will work in the context of a Luminate custom page or component:

<a href="Captcha">Link to Captcha</a>

<a href=" ![[S551:Captcha]]">Link to Captcha</a>

However, if you're designing HTML content that others will copy/paste into another file, only the latter tag will work because it is rendered using an absolute URL.