WordPress and FeedBurner: Email This
Josh Colter (a new co-worker) emailed me the other day and asked if I had an “Email this” capability on my blog to email a specific blog entry to a friend of his.
This is not an inherent capability in WordPress, but I thought I remembered seeing it in FeedBurner. Sure enough, the smart folks over at FeedBurner added the capability to their application so that you can add this functionality to your website.
As with most of FeedBurner, my only complaint is actually finding the functionality. You’ll find it in the Optimize section under FeedFlare:

You’ll notice that there are 2 selections… one for your feed and one for your website. To add the selected links to your website, you’ll need to grab the appropriate code from the bottom of the page. Select WordPress in the list and you’ll get the code you need. I added the code to my Single Post page under the content.

Here’s an additional tip for you… you can actually modify your style sheet and decorate the links as well. You’ll notice that I’ve added a little email image (from FamFamFam) to my FeedFlare using the following style:
.feedburnerFlareBlock {
background:url(’images/email_go.png’) left center no-repeat;
display:block;
padding:2px 0 2px 20px;
}
To see it in action, take a look at this post in its own page. You’ll see the Email This link under the content.

What’s also nice about this functionality is that FeedFlare has dozens of other flare that you can add in their repertoire. No need to recode your site… just change it on the fly in FeedBurner!


Douglas Karr
I’m currently using this plug-in to add links like del.icio.us and digg:
http://www.twistermc.com/shake/wordpress-social.php
While I’m familiar with HTML standards, as a new WordPress user I’m stumped for the moment. In what files do you add the Feedburner code to?
Same question to Dean re: Wordpress Social.
Thanks,
Al
Within my theme, I added the script code within the single.php page. That’s a ’single post’ page. Hope that helps! It’s really dependent upon your theme.
Warmest Regards,
Doug
Thanks. Can I make the Email this and Social go side by side with a table or is there some other CSS trick?
Al
Regards,
Dean.
Thanks for this - I had the flare set up already but as a newcomer to CSS I was stumped trying to add the icon alongside the text.
Nick
One of the blogs I’m taking care of as a developer has it on the main index, with 20 posts. Because the little script that inserts the “email this” or whatever you choose is loaded with every post, it takes about 5 seconds longer for the page to complete loading. Not too great on a picture-heavy blog.
I posted my code in the index.php file right about ‘metadata’ to no avail. any ideas why?