Wandbox Result Viewer is a Chrome Extension to convert a permanent link of Wandbox to a source code(and standard I/O) frame. This uses Wandbox API.
- Enable this on Chrome Extensions.
- Write source code and run it on Wandbox.
- Copy a permanent link as a shered URL. Suppose it is
https://wandbox.org/permlink/xxx
. - Inject tags
<div>https://wandbox.org/permlink/xxx</div>
into pages where you want to show source code(and standard I/O). - Good luck! 😊