Help - Search - Members - Calendar
Full Version: How do I make a "send this link" feature?
Movable Type Community Forum > Additional Resources > Tips and Tricks
monkchild
hi.
i was wondering if it is possible to make a feature that will send the blog entry (or link) to an email? like "send this page to a friend" kinda thing...thanks in advance..
urbandyke
David has a nice tutorial on that very topic.
willski
You could use a script, but if all you want to do is pop up a new email message on your reader's computer, you can use the mailto: link and a couple of MT includes. I use a link like this on my website.

CODE
<a href="mailto:dummy@dummy.org?subject=<$MTEntryTitle$>%20-%20from%20willski.com&body=<$MTEntryPermalink$>">Email this topic</a>


I have it in my site near the bottom of each post. Just make sure the link goes inside the tag, or it won't work right. You can't have any spaces, or the link gets borked. Use %20 anytime you need to include a space.

Hope this helps!

///Will
kadyellebee
There's a couple other options up on MT Wiki: Mail This Entry. smile.gif

Kristine
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.