4

I am trying to embed a JSFiddle element in a medium post with the result showing first like this: https://blog.mapbox.com/3d-features-in-mapbox-gl-js-e94734f12110

When I post the URL (with the correct embed url fromat http://{url_of_the_fiddle}/embedded/[{tabs}/[{style}]]/). It shows this the fiddle with all tabs: fiddle all tabs

How can I show just the results in medium?

  • Can you show the actual url you tried? (Or an other example fiddle with the same result if you don't want to show the actual one) – Ivar Oct 13 '17 at 14:48
  • the blog link you posted already don't show a valid jsFiddle – Angela P Sep 01 '21 at 01:01

1 Answers1

2

It's not obvious, but you can add a "show" flag in the url to only post the result tab. The result link they will give you will look something like this http://{url_of_the_fiddle}/show/embedded/

Real example here: https://jsfiddle.net/dugbvezs/show/embedded/

dardrone
  • 85
  • 1
  • 10