Q:When i embed jsbin using the "share" link, the editor always has only the "Output" tab enabled. Can I have the default view (HTML and Output view) enabled? Thank you for your time.
Absolutely, you need to simply add the panel you want open (there’s some early design work to add this to the UI, but for now you have to do it manually).
To include the HTML panel and output, just comma separate the additional panel so the embed href goes from:
http://jsbin.com/oxuyop/102/embed?liveTo:
http://jsbin.com/oxuyop/102/embed?live,htmlValid values for the panels are: html, javascript, css, console and live.