pddring/create-withcode
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Create with Code === Contributors: pddring Donate link: paypal.me/pddring Tags: code, python, createwithcode, computing, cs, teaching Requires at least: 3.2 Tested up to: 5.0 Stable tag: 1.1 License: GPLv2 Create with code lets you quickly embed and run your python projects in your website / blog == Description == create.withcode.uk lets you write, run, debug and share python code in your browser. This plugin lets you quickly embed your code projects in your wordpress site When you share a project from create.withcode.uk, you get a URL like: https://create.withcode.uk/embed/3C or https://create.withcode.uk/run/3C Take the last section of the URL and use it in the shortcode to embed it in your wordpress site: [withcode id="3C"] You can customise choose to display the code or run it using the mode attribute: [withcode id="3C" mode="embed"] or [withcode id="3C" mode="run"] You can also specifiy the height / width of the code snipped: [withcode id="3C" mode="embed" width="400px" height="600px"] == Installation == Upload the create-withcode plugin to your blog, Activate it and add a shortcode to any page / post == Changelog == = 1.1 = *Release Date - 29th May 2018* = 1.0 = *Release Date - 14 April 2016* * Initial release