Allows to easily embed Fiddles using a small shortcode.
Usage:
[jsfiddle url="https://jsfiddle.net/wvega/UupFu/" height="300px" include="result,html,js,css" font-color="39464E" menu-background-color="FFFFFF" code-background-color="f3f5f6" accent-color="1C90F3"]
- All attributes are optional.
urlis the URL of the fiddle you want to embed, with or without trailing slash.includecan be any combination ofresult, html, js and css, separated by commas; the tabs in the embedded fiddle will follow the order specified with theincludeattribute.font-coloris the color used for the name of the tabs.menu-background-coloris the color used for the background of the tabs.code-background-coloris the color used for the background of the area where the code and results are shown.accent-coloris the color of the indicator shown below the active tab.
Result:






