Snap iframe With Editor Only

iframe.setAttribute("src", "//snap.berkeley.edu/snap/snap.html#present:Username=USERNAME&ProjectName=PROJECTNAME");

When I embed a Snap! project in an iframe using the above syntax, the resulting iframe initially shows the Snap! project in fullscreen mode without the editor visible. How would one go about rendering an iframe running a Snap! project that only contains the editor (i.e. without the canvas)? Also, how would I prevent the Snap! project from being initialized in fullscreen mode? Thank you.

To start in edit mode, put "&editMode" (case sensitive) at the end of the URL.

You say "without the canvas" but all of Snap! is one big canvas. Do you mean without the stage? I don't think you can do that.