Skip to content

Instantly share code, notes, and snippets.

@winfred
Created April 18, 2012 08:13
Show Gist options
  • Save winfred/2411964 to your computer and use it in GitHub Desktop.
Save winfred/2411964 to your computer and use it in GitHub Desktop.
SimplySubscribe.Me
<a href="#" class="simplysubscribe-button">Click here</a> to sign up to the newsletter.
<script type="text/javascript">
window.SimplySubscribeMeAsyncinit = function(){
new SimplySubscribeMe.SDK({
user_id: '5f96e5e279c0586e9576c5d88',
list_id: 'fa142cd2ad',
datacenter: 'us2',
signup_text: 'Subscribe',
button_selector: 'simplysubscribe-button'
});
};
(function(d){
var js, id = 'simplysubscribe-sdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "http://assets.simplysubscribe.me/js/v1/sdk.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment