Skip to content

Instantly share code, notes, and snippets.

@rayantony
Created May 6, 2015 23:15
Show Gist options
  • Save rayantony/9781943d64ded5a8ef00 to your computer and use it in GitHub Desktop.
Save rayantony/9781943d64ded5a8ef00 to your computer and use it in GitHub Desktop.
twesting
<!DOCTYPE html><html lang="en"><head><script type="text/javascript" src="http://cdn.knightlab.com/libs/timeline/latest/js/timeline-min.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript" src="http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"></script>
<script>
$(document).ready(function() { createStoryJS({
type: 'timeline', width: '1000', height: '700', source: 'https://bitbucket.org/rayanthonyrcc/timelinejs/raw/30c8a057db3c4c2ac2ffd77fd999f6b2d48aa6dd/tweets0505.json', embed_id: 'my-timeline'
}); });
</script></head><body><div id="my-timeline"></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment