Skip to content

Instantly share code, notes, and snippets.

View byronhulcher's full-sized avatar

Byron Hulcher byronhulcher

View GitHub Profile
@byronhulcher
byronhulcher / index.js
Last active August 29, 2015 14:07 — forked from jasonrhodes/index.js
requirebin sketch
console.clear();
var twitter = require('twitter-text');
var linked = [];
var body = document.body;
linked.push(twitter.autoLink("<button>BUTTON</button> http://www.monoprice.com/Product?c_id=108&cp_id=10828&cs_id=1082806&p_id=9744&seq=1&format=2"));
linked.push(twitter.autoLink(twitter.htmlEscape("<button>BUTTON</button> http://www.monoprice.com/Product?c_id=108&cp_id=10828&cs_id=1082806&p_id=9744&seq=1&format=2")));