How to make a script public in JSFiddle

jsfiddlesharing

If I have a private script, how can I make it public?

According to JSFiddle, the script must be the base version and have a title.

My current script has no title. I tried entering in a title and then updating the script. The problem is that it then no longer becomes the base version of the script. If I try changing it to become the base version, the title disappears.

Best Answer

It seems that this is also a caching problem, if you wait several minutes and then refresh your public profile, the script will appear there. Similarly, if you refresh the base script while editing it (make sure to save your changes!), the title should appear there as well.

To make a JSFiddle script public:

  1. Open the script.
  2. Open the Info tab on the left.
  3. Enter in a title for the script.
  4. Press Update.
  5. In this new version of the script, set it as the base version.
  6. Wait several minutes for the script to be visible in your public profile page.