Share from the newsletter
-
Hi,
I’ve created a custon theme for the newsletter.
I’d like to create the links for the “Share this” to Twitter and Facebook, but I can’t find any good way to write the newsletter url.
I tried to use the {email_url} shortcode but it overwrites my share links.
<?php $permalien = '{email_url}' ; $url_twitter = "https://twitter.com/share?url=".$permalien; ?> <a href="<?php echo $url_twitter; ?>"><img src="<?php echo $theme_url?>/images/twitter.png" width="29" height="29"></a>
Do you have any good solution for this ?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Share from the newsletter’ is closed to new replies.