• Resolved alineo

    (@alineo)


    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 = "http://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

    http://wordpress.org/plugins/newsletter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    This is not a good way, since the url will contains the tokens to unsubscribe. I need to work out a different solution to have the newsletter published in a general way.

    Thread Starter alineo

    (@alineo)

    Ok thanks.
    I removed the sharing feature.

    Good luck with the plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Share from the newsletter’ is closed to new replies.