If your find yourself sending links to particular people often, here is a neat trick that makes it quick and easy. It should work in any modern browser (with javascript enabled) by invoking the mailto: javascript command.
- Copy the text below:
javascript:location.href='mailto:my-good-pal@his-isp.com?SUBJECT=Link%20From%20A%20link%20I%20thought%20you%20would%20enjoy:%20'+escape(location.href)
- Create a new bookmark in your browser
- Paste the text into the address field of the new link
- Carefully edit the parts in red. Substitute your friend's e-mail address in the first portion, modify the second portion to put your name in the subject line, and the third to create a message for the e-mail body, if desired. Just remember that spaces in your subject and message text must be represented by the characters %20 (percent two zero) and that actual spaces will not work.
- Give the bookmark a name, like "My Good Buddy"
Now, when you're on a web page and you want to send a link to Good Buddy, simply click on this link in your menu bar. You e-mail application will create a message like this:
Edit as required, hit SEND, and you're done! Once you've created one such link, you can simply copy it and only edit the recipient's e-mail address in the JavaScript and then give it a new name.
I set up a folder of such links in my Safari Bookmarks Bar, so I have an easily-accessible drop-down menu of e-mail recipients. Using Safari's Open in Tabs feature, I can even send a link to all my special contacts at once.
Sharing the love. That's me.
Recent Comments