Token with an Image for Add to Outlook Calendar Token | Community
Skip to main content
August 20, 2013
Question

Token with an Image for Add to Outlook Calendar Token

  • August 20, 2013
  • 4 replies
  • 1491 views
Does anyone know of a way to add an image to the my.calendar token so that the user sees a nice button instead of a texuual link?
Any feedback is welcome!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

August 20, 2013
In my basic preliminary testing, I added basic HTML into the field that calls for the hyperlink text.  I did a quick run-thru in Litmus and it is indeed showing in all the various email clients.  I would do some additional testing before any major email sends though.

HTML:

<img src="URL GOES HERE" alt="Image Description Goes Here" border="0" />

Hope this helps.

-Kenny
August 20, 2013
but how do I get the URL if it is a token?
August 20, 2013
You don't need to get any specific URL, the token automatically creates the URL and accompanying HTML needed to make the image into a hyperlink.
Aida_Kamber
Level 2
September 22, 2014
Related solution posted here: https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PpFxAAK

Thanks!