Lightweight plugin that gives your readers an easy way to share your content via their email client. A classic Share via Email link.
Lightweight plugin that gives your readers an easy way to share your content via email.
A classic Share via Email link. It provides you with a shortcode that you can add to your pages, posts or any other content type that turns into a share link on your website. You can also add it to your template files to have it show up by default on all content.
Once a user clicks the “Share by email” link with icon it will open their default email client with pre-populated Subject and Email body. Such as:
Subject: Your website name | The title of the post they are sharing
**Email Body: ** You may be interested in this article: .. Excerpt of the post.. – Link to the post
<?php echo do_shortcode("[sbe-share-by-email]"); ?>
in any of your template filesTo customize the message you have the following tokens available:
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. Log in to your WordPress dashboard, go to the Plugins menu and click Add New.
Type “Share by Email” and click Search Plugins. Once you’ve found this plugin you can install it by simply clicking “Install Now”.
To manually install the plugin downloading the plugin and uploading it to your webserver via your favorite FTP client application. The WordPress codex contains instructions on how to do this here.
share-by-email
folder to the /wp-content/plugins/
directory=
Yes, the link is by default minimally styled, so it’s easy for you to add basic CSS in your theme to customize it to your liking. If you need a developers help to theme it you can always reach out to Here’s a link to www.Lehelmatyus.com
Yes, as long as you can run the shortcode in a widget it should be fine. Check out “Shortcode Widget” plugin by “Gagan Deep Singh” to make it easier.
Yes, just make sure you add it to a template file where the global $post variable is present if you are using Tokens in you email message.