FreewayTalk
4 replies to this thread. Most Recent
Robert
11 Mar 2010, 12:24 am
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?
Todd
11 Mar 2010, 2:30 amOn 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
Tim Plumb
11 Mar 2010, 9:25 amThe 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
Robert
11 Mar 2010, 1:51 pmTim (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?
Tim Plumb
11 Mar 2010, 2:04 pmHi 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
