Embedding p5.js web editor in external site

Here is what that looks like:

    <iframe id="p5.js web editor embed"
        title="p5.js web editor embed"
        width="800"
        height="600"
        src="https://editor.p5js.org/">
    </iframe>

Note however that many platforms restrict the use of iframe. For example, you cannot post an iframe to this forum.

Edit

However, to be clear, you may embed editor.p5js.org web editors to this forum. You may also embed sketchpad.cc, openprocessing.org, trinket.io, and codeguppy.com. For more on embedding sketches on this forum specifically, see:

1 Like