Issue #892Opened February 22, 2018by iceverge0 reactions

How to get the link value?

Question

Hi Guys,

How can I get all links value before or upon saving the email template. I want to substitute the links with proxy url. In order to trap the click links. Any help much appreciated. Thanks

Answers (3)

artfMarch 1, 20180 reactions
editor.DomComponents.getWrapper().find('a').forEach(aModel => {
	const current = aModel.getAttributes()['href'] || '';
	aModel.addAttributes({ href: `https://proxy?u=${current}`});
})
icevergeMarch 2, 20180 reactions

Thanks @artf. It really helps a lot. Thanks again.

lock[bot]September 18, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.