Tell-a-Friend / AddThis

Does anybody have a suggestion how to include a simple “tell-a-friend” or AddThis button (or text) to a site?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Mar 10, 2010, at 7:24 PM, Robert wrote:

Does anybody have a suggestion how to include a simple “tell-a-
friend” or AddThis button (or text) to a site?

Here’s one option:

Stick this in a markup item and when clicked it’ll create a mailto
text link that will open a new message window in your mail client with
a pre-filled Subject field.

<script language="JavaScript" type="text/javascript">
<!--
document.write("<a href='mailto:?subject=Put%20the%20subject%20text%20here%20&Body= 
" + escape("Put some body text here")+document.location+"'>Link text  
here</a>");
//-->
</script>

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The AddThis action makes this very simple and is included as a
standard action with Freeway 5.4 or above (Express and Pro).
Regards,
Tim.

On 11 Mar 2010, at 01:24, Robert wrote:

Does anybody have a suggestion how to include a simple “tell-a-
friend” or AddThis button (or text) to a site?

FreewayActions.com - Freeware and commercial actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim (et. al.), is there any easy way in FW to modify the code for AddThis button styles along the lines that AddThis offers on their site? Or add a company name/logo to the pop-up window?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Robert,
For this level of customization I’d recommend looking at the
documentation over at AddThis.

Customizing AddThis;
http://www.addthis.com/help/customizing-addthis

Adding custom services:
http://www.addthis.com/help/custom-services

Regards,
Tim.

On 11 Mar 2010, at 14:51, Robert wrote:

Tim (et. al.), is there any easy way in FW to modify the code for
AddThis button styles along the lines that AddThis offers on their
site? Or add a company name/logo to the pop-up window?

FreewayActions.com - Freeware and commercial actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options