JSFiddle Shortcode Demo
A demo for the JSFiddle Shortcode plugin for WordPress
by secretgspot
HTML
<h1>JSFiddle Shortcode</h1>
<h2>Usage:</h2>
<p><code>[jsfiddle url="http://jsfiddle.net/wvega/UupFu/3/" height="300px" include="result,html,js,css"]</code><br /></p>
<h2>Result:</h2>
<p><code><iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/wvega/UupFu/3/embedded/result,html,js,css"></iframe></code></p>
<iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/wvega/UupFu/3/embedded/result,html,js,css"></iframe>
CSS
h1, h2 {
font-weight: bold;
margin-bottom: 10px;
}
h1 {
margin-bottom: 20px;
}
p {
margin: 10px 0;
}