How to remove Mirrior Page link on Mirrior Page | Community
Skip to main content
New Participant
April 16, 2021
Solved

How to remove Mirrior Page link on Mirrior Page

  • April 16, 2021
  • 2 replies
  • 1163 views

i have composed an email with Web version (Mirrior page URL).

when we click on the web link in the deployed email the landing page also contains web version link.
can this be removed from web page/version?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DavidKangni

hey,

 

you can use this 

<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center> <font style="font-family: Verdana, Arial; font-size: 10px"> If you're having trouble reading this message, <a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a> </font> </p><% } %>

thanks,

David

2 replies

Sukrity_Wadhwa
Employee
April 22, 2021

Hi @tarunbansal-1,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa
Employee
March 4, 2024

Hi @davidkangni 

 

Do you have any way to achieve the same in Journey Optimizer?

 

Thanks/Suman

DavidKangni
DavidKangniAccepted solution
New Participant
April 20, 2021

hey,

 

you can use this 

<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center> <font style="font-family: Verdana, Arial; font-size: 10px"> If you're having trouble reading this message, <a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a> </font> </p><% } %>

thanks,

David

David Kangni