JSFiddle Docs
  • JSFiddle Docs & Help
  • Getting started
  • Panels settings
  • Editor settings
  • Fiddle meta
  • External resources
  • Embedding fiddles
  • Async requests
  • Github Integration
    • Display fiddle from a Github repository
    • Display fiddle from Gist
    • Pass response directly from a Github repo
    • Pass response directly from Gist
  • API
    • Displaying user fiddles
    • Display a fiddle from POST
    • Get username
  • Use cases
    • Demos for products or libraries
    • Bug reporting (test-case) for Github Issues
    • Answers on Stack Overflow
    • Live code collaboration
    • Conducting live interviews for developer positions
    • Code snippets hosting
Powered by GitBook
On this page

External resources

You can add external resources like CSS and JavaScript to your fiddle.

PreviousFiddle metaNextEmbedding fiddles

Last updated 6 years ago

Add resource by:

  • URL from the web – this will embed the specific URL in your fiddle.

  • CDNJS – just start typing a library name and an autocompelete will suggest libraries you and insert:

If you want to use a dynamic resource please add a dummy GET variable i.e. http://example.com/dynamically.php?somevar=somevalue&dummy=.css. This will tell JSFiddle to recognize it as a CSS resource.