Ignorantsoup and Maki

Wordpress E-mail a page function

This entry was posted on July 21, 2007. There is 1 comment . It was posted in Randomlicious.

Well, I have something minor to share. Its about a plugin for wordpress.

This plugin allows you to add an email a friend link to your blog post. When you click an email a friend link, it will bring you to a page where you can put in your name and email address as well as that of your friend. The post will then be emailed to your friend!

Download the plugin and unzip it. It will come in a folder called email. Upload it to your plugins directory and activate it in your dashboard. Edit your theme now and insert the following code (in the loop) into your theme:

Be sure to enclose the top and bottom with the php tags!

if(function_exists(’wp_email’))
{
email_link(’e-mail this link’, ‘e-mail this page’);
}

Hope you will like this plugin!

One Response to “Wordpress E-mail a page function”

1

only for those with their own domains bah~~~

Says jh on July 22nd, 2007 at 2:33 am. Permalink
Leave a comment

 

Copyright 2007 - 2008 The Ignorantsoup.com