UPM – Email & Subscribe
11:19 am in Universal Post Manager by Kristel
Email This Post
This feature allows site visitors to notify their friends about that blog page or article by forwarding current link to friend’s email address. You can use “Email This” admin-box to manage this feature , there you can find options for Link text, Link image URL, Link type, Mark URL, Phrases which have been used in Email Window, Email Content and Screen Types.

To use the feature “Email This” you should put this code <?php upm_email() ?> in theme files. If you want to include this link more then one time in same page , you should use this code:
<?php upm_email(1) ?> <?php upm_email(2) ?> <?php upm_email(3) ?> … etc.
Read the rest of this entry →