There are other more complicated methods to let your users e-mail your individual blog posts to themselves or friends. The solution that I suggest, and am currently employing on this site is the service provided by FeedBurner.com. FeedBurner’s main feature is that it burns your feed for you. If you are using WordPress, your installation can already publish your RSS feeds for your blog. FeedBurner has other advantages, and even if you don’t use it to publish your feed, you can use there “FeedFlare” feature, which adds functionality to your posts. Some of the readily available FeedFlare’s include Stumble, Digg, and other social bookmark links for your post. But the FeedFlare’s are not limited to social bookmarks, one of the Flare’s is for e-mail. The service is free, you just have to sign up for an account and fill out some preliminary information about your site and submit an e-mail address. This way you don’t have to know any html or code.
How It Works
After you insert the link into your site, the viewer clicks on the link which tjem navigates to a FeedBurner page which requests the sender’s address, recipient’s address, and allows a short message. After clicking send, the browser is directed to an “e-mail successful” page, with a link back to the original site, your site.
What To Do
After signing up for your account at www.feedburner.com, burn your feed. You don’t need to use the feed, i.e., don’t display the FeedBurner feed link on your website. After burning the feed, navigate to your feed page. Initially, the feed page is set to the Analyze tab, located at the top of the page. Click on the Optimize tab, located next to the Analyze tab. On the left hand side, click on FeedFlare.
From here it is pretty easy to figure out. There are two columns of check boxes. The first column represents the Flares which will be included in your FeedBurner feed. The second column represents the Flares which will be included underneath your posts. Select the boxes which you would like. To add the e-mail functionality, click on the check box next to it, in the second column.
Scroll to the bottom of the page. You can view and arrange the order of the links which you have chosen for both your FeedBurner feed and your site.
Add the bottom there is a Save button and a Deactivate button. Select the Save button, than select the Activate button.
To add the e-mail link to your posts, underneath the preview box for the website Flares on the right side, click on the drop down box. Choose your blog engine and a window will open with code which you need to insert into the pages you want to include the FeedFlares.
Open up your web editor of choice and insert the code by copying and pasting. The FeedBurner code should be inserted within the portion of your weblog code which repeats to display your blog post content. In WordPress this is referred to as “The Loop”.
Formatting
FeedBurner conveniently inserted tags so you can format them with CSS. The window that popped with the FeedFlare code also includes the CSS information. Mainly, the entire Flare is with p tags, with the class of feedburnerFlareBlock. There are a couple more details you should check out when you download your code. You can always recall that menu by selecting your blog engine from that drop down list under Optimize tab - FeedFlare.