=== Compilebin === Contributors: rahburma Tags: Online compiler, code editor, syntax highlighter, compiler plugin Plugin URI: https://www.compilebin.com Requires at least: 3.1 Tested up to: 4.9.4 Stable tag: 1.2.0 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.txt An online compiler plugin which comprises of code editor and live compiler along with syntax highlighter. == Description == This plugin acts as an interface to the online compiler api service on cloud provided by https://www.compilebin.com. It interacts with cloud service via rest APIs i.e, submit the code and get the output. Users need to signup and get an api key which is to be updated in the plugin to use the service. Plugin contains a link for signing up for the service. There is no security concern on the web server as the task of code execution is offloaded to the cloud service. The plugin uses the following open source libraries : 1) Code prettify for syntax highlighting 2) Ace code editor Please visit https://www.compilebin.com for more information about the service. == Installation == 1. Upload the plugin to the '/wp-content/plugins/' directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Use 'Insert code' button to launch code editor and signup on https://www.compilebin.com to get your API key. == Screenshots == 1. /assets/compilebin_screenshot_1.png - Editor to write, save and execute code. 2. /assets/compilebin_screenshot_2.png - Insert code button on the admin page. 3. /assets/compilebin_screenshot_3.png - Dialog box to update API key. 4. /assets/compilebin_screenshot_4.png - Dialog box to set preferences. == Changelog == 1.2.0 Custom settings inroduced to set preferences like hiding run button, default editor, default theme and programing language. 1.1.0 Support for front-end web design code execution i.e html, css and javascript 1.0.0 First Release.