JSFiddle - React, Tailwind, and code Playground

by nate

HTML

Minify code: http://www.refresh-sf.com/yui/

Turn into a jQuery-ified bookmarklet: http://benalman.com/code/test/jquery-run-code-bookmarklet/

JavaScript

// Unminified Source

$("head").append('<link rel="stylesheet" href="http://o.aolcdn.com/os/aol/liveupdate/aol.liveupdate.css">');
$("#col12_2").append('<div id="live-blog"></div>');
var id = prompt("Enter post id:");
$("#live-blog").liveUpdateUi({
	postId: id,
	url: "http://shawn.sandbox.standards.aol.com",
	toolbarEnabled: true,
	timelineEnabled: true,
	tweetButtons: true,
	pollInterval: 3,
	height: 700,
	alive: true
})});