Search code examples
jsfiddle

How can I pass URL query parameters to a jsFiddle?


How can I pass URL query parameters to a jsFiddle? I tried http://jsfiddle.net/mKwcF/?id=123 but all I get is http://fiddle.jshell.net/mKwcF/show/

My example js is simple on a given link above:

alert(window.location.href);

Solution

  • The jsFiddle devs have said it currently isn't possible:

    Apart for the original request for this feature we had no other such requests in 12 years, so it's not on the priority list I'm afraid.