Support/Best Practices/Brand Control

Custom HTML Invitations

Tara Clark
posted this on Nov 30, 2009 16:35

Email Template

The Email Template replaces the default invitation text with a custom designed and branded template. This template will displayed for all of the users in your SlideRocket company.

Designing the Email Template

There are two types of tags required in the HTML Template, {inviteURL} and {message}.

Required Tags

• {inviteURL}: Required to show link to the presentation

      o Sample HTML: Here is the invitation <a href="{inviteURL}">URL</a>

• {message}: Required to show the subject line and message in the invitation

     o Sample HTML: {message}

 

Optional Tags

• {branding}: Includes SlideRocket branding

     o Sample HTML: Here is the SlideRocket branding.... {branding} <br />

• {userEmail}: Shows user's email that sent the invite

     o Sample HTML: SlideRocket user's email that sent the invite {userEmail}<br />

• <!--Default Subject: Provides the message in the subject line. This message will be editable.

     o Sample HTML: <!--Default Subject:THIS IS WHAT WILL APPEAR IN THE SUBJECT LINE -->

• <!--Default Message: Provides the message in the message box. This message will be editable.

      o Sample HTML: <!--Default Message:THIS IS THE TEXT THAT WILL SHOW IN THE MESSAGE FIELD -->

 

Sample HTML Template

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title></title>

</head>

 

<body>

Here is the sliderocket branding.... {branding} <br /><br />

Here is the invitation <a href="{inviteURL}">URL</a> <br /><br />

Sliderocket User's email that sent the invite {userEmail}<br /><br />

{message}

<!--Default Message:THIS IS THE TEXT THAT WILL SHOW IN THE MESSAGE FIELD-->

<!--Default Subject:THIS IS WHAT WILL APPEAR IN THE SUBJECT LINE -->

</body>

</html>

 

ADVANCED NOTE: When adding an image to the HTML, the link must be an absolute URL. If the image’s URL changes or expires, the invitation will show a broken image.

 

Uploading an Email Template

To upload an HTML email template the user must have admin rights. The template will be available to all users. If changes are made to an individual invitation, the changes will not update the template.

  1. Click on the Account tab
  2. Click on Company Settings
  3. Click on Import new template…
  4. Select the HTML file from the computer
  5. Select Open

 

Viewing the Custom Template

  1. Click on the Presentations tab
  2. Click on the desired presentation once
  3. Click on the Invite button
  4. Click on Send new invite to view this presentation…
  5. Invite one or more recipients, type in a Subject and type in a Message
  6. Click on Send Invite Email

 

ADVANCED NOTE: Features selected under Publish will apply to the presentation played from the invitation.

 

 

 

Comments latest first

User photo
Tara Clark
SlideRocket.com

You can customize our default email without building an HTML template. The subject and message fields are editable when you send an invitation. You can turn the branding off in the publish settings.

To create your own template I'd start with the sample included above and add your own tags/images/message to it.

Sep-01 2010 09:57.
User photo
Bradley Harris

Hi Tara - Somewhat familiar, but only building HTML emails within salesforce, so I'm not sure that counts. Can you provide me with any suggestions; I really want to get my video out there, but feel I need to create a custom email. Any help would be appreciated. Thank you! Bradley

Aug-31 2010 11:33.
User photo
Tara Clark
SlideRocket.com

Hi Bradley, Are you familiar writing HTML? It's required to use this advanced feature.

Aug-31 2010 08:19.
User photo
Bradley Harris

I need some help with this one; everything you guys do is really user friendly, but I have to admit, I'm stumped. 

Aug-30 2010 17:57.