Bug Reports
5
Posts
2
Users
1
Reactions
452
Views
Feb 11, 2023 10:47 pm
Hi devs,
in the mention email template, the shortcode [post_url] ist used by default. It produces a link without the colon after https.
https//www…
Anyway, [post_link] ist working fine.
I think that's a small one.
Thanks für fixing!
4 Replies
Feb 14, 2023 4:31 pm
Okay, I was first wondering, but now I found the problem by myself.
When creating the link, the editor shows its URL as [post_url] (screenshot), but in HTML source code mode, you can see that it inserts this:
<a href="http://[post_url]">Link</a>
which results in
http://https://www.example.com/…
in the email text. Gmail turns this into https//www…
So I edited it in HTML mode. That seems to work.