Showbie is an educational classroom tool that allows teachers to administer work and interact with pupils in the classroom. It's a great tool and we understand that schools may prefer to work within the application itself rather than use web-based tools so we have a recommended setting to be used for Showbie when deploying it alongside the Smoothwall browser.
The setting we recommend is "open-links-in-safari" as this means that any links within Showbie will automatically be opened by the Smoothwall Browser once you have set it as the default browser on the device.
There are many different MDM's but in the app configuration page of your MDM you should enter a plist file with these contents.
<plist>
<dict>
<key>com.showbie.mdm.open-links-in-safari</key>
<true/>
</dict>
</plist>