The ability to create ideas and blogs are temporarily disabled. We apologize for the inconvenience.

テキストメールコピー機能について

テキストメールコピー機能について

HTMLメールを作ってから、テキストメールをコピーする際(HTMLからのコピーの機能)ですが、

<[[xxxx.com/XXXX/]]>

のようなフォーマットでURLが挿入されますが、

>の部分がスマホの機種(今回だとギャラクシー)によってはURLの一部だと認識されるようです。

xxxxxx.com/XXXX/> がURLと認識されるようです。

そのため一部の機種でテキストのリンクがうまく機能しないようです。

テキストからのコピーに関しては<>をつけない、

または< [[xxxx.com/XXXX/]] >のように<>の間に

半角スペースを追加する仕様がいいと思います。

8 Comments
SanfordWhiteman
Level 10 - Community Moderator

I agree. Wrapping in <> is obsolete notation. I don't know of any modern email client that does not recognize the plain URL (as long as it does not have trailing characters like a ".").

Justin_Cooperm2
Level 10

How would a text-only user differentiate between a fully formed URL in text and a linked piece of text?

SanfordWhiteman
Level 10 - Community Moderator

My text-only client automatically assumes URL-like patterns are clickable links. Google does the same. It may not be fully universal but enclosing in <> isn't standard, either.

Justin_Cooperm2
Level 10

I more meant, how does a text end user understand how the following was presented in the HTML version:

HTML-Version

Navigate to http://www.marketo.com to learn more about marketing automation!

vs.

TEXT-Version

Navigate to http://www.marketo.com http://www.marketo.com/?myQueryStringParameter=Value&otherQueryStringParameter=Value to learn more about marketing automation!

SanfordWhiteman
Level 10 - Community Moderator

That wouldn't work -- but I thought the question was whether the <> should be involved.

Justin_Cooperm2
Level 10

Currently, the < > is only added if you've linked text in the HTML side. If you've typed a URL like marketo.com and have NOT made it an anchor tag, then the TEXT side will also just show marketo.com and it will be up the email clients what they choose to do with it on both HTML and TEXT sides.

SanfordWhiteman
Level 10 - Community Moderator

But since any URL-like pattern is going to be clickable, I think only the URL (not the text) should be shown.

Of course most people should hand-tune the text version anyway....

kh-lschutte
Level 1
Status changed to: Open Ideas