Ok. Maybe I didn't explain my self clearly. I've repeated my question twice now.
Let me explain a little more detailed.
I have a newsletter
I have an icon that says "🔵 Share"
When the users open their newsletter they are meant to click this button to share the newsletter.
|||| This is available by default in Acy5 using the share tags but the social media sharing tags are not available in Acymailing 6 as I was told that it is "coming soon" |||
Pending then I still need to get that button to share the newsletter.
I have this code for the button
<a href="https://www.facebook.com/sharer/sharer.php?u={readonline}{/readonline}"><img src="share-icon.png"></a>
This becomes
<a href="https://www.facebook.com/sharer/sharer.php?u=<span class="acym_dynamic mceNonEditable" data-dynamic="{readonline}VIEW ONLINE{/readonline}"><a style="text-decoration: none;" href="https://example.com/component/acym/archive/10-email-subject?userid=1-y24iUAuKG6ahhv&tmpl=component" target="_blank" rel="noopener"><span class="acym_online">VIEW ONLINE</span></a><em class="acym_remove_dynamic acymicon-close">‍</em></span>"><img src="share-icon.png"></a>
You see the problem?
I need it to become
<a href="https://www.facebook.com/sharer/sharer.php?u=https://example.com/component/acym/archive/10-email-subject?userid=1-y24iUAuKG6ahhv&tmpl=component"><img src="share-icon.png"></a>
As you know the readonline link is generated per user so I cannot copy the link from one user (as you suggested) and paste that into the newsletter for everyone to use.
I hope this is clearer?