Skip to content

Instantly share code, notes, and snippets.

@jflores1
jflores1 / startchart.html
Created August 12, 2015 20:03
Lansing StartChart
<iframe style="width: 100%; height: 800px;" src="http://lansingstartchart.herokuapp.com/" width="300" height="150"></iframe>
@jflores1
jflores1 / social share
Last active August 29, 2015 14:05 — forked from BigAl/social share
<script type="text/javascript">
window.onload = function(){
var blogDomain = encodeURIComponent("{{ site.url }}");
var pageTitleSpaces = encodeURIComponent("{{ page.title }}") + "&amp;";
var pageID = "{{ page.id }}";
var pageURL = encodeURIComponent(pageID) + "&amp;";
var twitterPartOne = "https://twitter.com/intent/tweet?original_referer=";
var twitterPartTwo = "text=";
var twitterPartThree = "tw_p=tweetbutton&amp;url=";