Skip to content

Instantly share code, notes, and snippets.

View plc's full-sized avatar

peter clark plc

  • userfox
  • san francisco
View GitHub Profile
@plc
plc / gist:4068444
Created November 13, 2012 21:16
userfox integrations snippet
_ufq.push(['track', {
signup_date: "2012-01-30 18:42:44 -0500",
pricing_plan: "free",
}]);
@plc
plc / plain text userfox email template
Created July 24, 2013 17:59
a plain text email template for userfox that allows links – just paste this into a new custom template in your userfox settings
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<p>{{body}}</p>
<p>P.S. If you'd rather not receive emails, click <a href="{{unsub}}">here</a> to unsubscribe. No harm done!</p>
</body>
</html>