How to run a jsfiddle result with url?

Shai UI picture Shai UI · Feb 9, 2016 · Viewed 18.7k times · Source

I have this jsfiddle:

https://jsfiddle.net/foreyez/vdk7guob/

<div id='container'>
Hello World
</div>

I'd like to run it so that when I go to a url it'll just show me the results window (NOT the editor). So I'd just see a blank "Hello World" on the screen. It'd be nice if jsfiddle had a query string to do this as an option: https://jsfiddle.net/foreyez/vdk7guob/?run=true or something.

Is this possible with jsfiddle, or some other workaround?

p.s I'm trying to test some things with mobile that's why I'd like a url to my running fiddle (not editor).

Answer

fredrover picture fredrover · Feb 9, 2016

Add /show to the end of your URL: https://jsfiddle.net/foreyez/vdk7guob/show