【发布时间】:2018-01-15 15:00:10
【问题描述】:
我创建了一个模板来重定向到一个特定的网站。我正在动态传递网站。所以当用户点击它必须重定向到这个动态网站href="*|URL:redirect_link|*"。但不是这个网站在像这样https://mandrillapp.com/templates/*%7CURL:redirect_link%7C* 的 Mandrill 网站上找到链接。它应该作为一个新网站打开。我做错了什么?
<a class="mcnButton " title="Register and explore!"
href="*|URL:redirect_link|*"
target="_blank"
style="font-weight: normal;
letter-spacing: normal;
line-height: 100%;
text-align: center;
text-decoration: none;
color: #FFFFFF;
">Register and explore!</a>
【问题讨论】:
-
查看merge标签,是不是真的叫
URL:redirect_link?我不确定你可以在合并标签上放置冒号 -
@Syfer 当我使用 URL 时,它会给出奇怪的 fromat,例如“%7Chttps://www.google.com%7C”
-
我在“redirect_link”变量中有完整的网站链接
标签: javascript html mailchimp mandrill mailchimp-api-v3.0