Skip to content

Instantly share code, notes, and snippets.

View CaseyA's full-sized avatar

Casey Armstrong CaseyA

View GitHub Profile
@conrey
conrey / GH-features
Created October 14, 2013 19:48
GrowthHackers.com Feature Suggestions
Notification of replies to posts you've commented on (not just ones you've posted)
Ability to post things like this without a URL (think the self.subreddit posts on Reddit) to spur discussion
Ability to see a person's submission history (ie I like the last 3 posts that Morgan put up, what else has he shared?)
Those are really it so far, and I totally get that this is a hacked together platform on WordPress for an MVP, but as I find myself here more and more I find more things that I love about the site and would love to use more and figured it'd be worth a conversation. Bring it on.
@DeskWOW
DeskWOW / 1. Desk.com gmail style email reply template.html
Last active October 25, 2016 11:10
You can copy and paste the following code into the Email Reply Theme to make your emails look like they are sent from gmail.
{% assign emails = case.emails %}
{% assign threadlength = emails.size|minus:1 %}
{% for email in emails reversed %}
{% if forloop.first %}
{{email.new_html}}
{% if email.agent %}
{% if email.agent.signature %}
@unbounce
unbounce / unbounce-external-tracking.html
Created November 18, 2010 18:59
The Unbounce external tracking script (currently in beta)
<script type="text/javascript">
var _ubaq = _ubaq || [];
_ubaq.push(['trackGoal', 'convert']);
(function() {
var ub_script = document.createElement('script');
ub_script.type = 'text/javascript';
ub_script.src =
('https:' == document.location.protocol ? 'https://' : 'http://') +
'd3pkntwtp2ukl5.cloudfront.net/uba.js';