Plugin info

Total downloads: 2,648
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/14/2012 (4917 days ago)
Added to WordPress: 3/8/2010 (15 years old)
Minimum WordPress version: 3.3.1
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4917 days ago • 1 reviews

22/100

Is Run This! abandoned?

Possibly abandoned (last update 4917 days ago).

Compatibility

Requires WordPress: 3.3.1
Tested up to: 3.3.2
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Maximum Execution Time Exceeded
Rating 4.8/5 (9 reviews)Active installs 30,000
PHP Execution
Rating 3.8/5 (5 reviews)Active installs 3,000
Increase upload file size & Maximum Execution Time limit
Rating 3.7/5 (3 reviews)Active installs 700
Admin's Debug Tool
Rating 0.0/5 (0 reviews)Active installs 10

Description

This plugin lets your readers run snippets of code directly from your blog.

Simply add a class “run-this” and a lang attribute to the PRE tag surrounding the code.
The lang attribute should have one of the following values : ada, assembler, awk, bash, bc, brainf**k, c, csharp, cpp, c99, clips, clojure, cobol, clisp, d, erlang, forth, fortran, go, haskell, icon, intercal, java, rhino, javascript, lua, nemerle, nice, ocaml, pascal, perl, php, pike, prolog, python, python3, r, ruby, scala, scheme, smalltalk, tcl, unlambda, vbasic, whitespace

The code is sent over to Ideone to run; results (output, time and language implementation details) are displayed on your blog, in a table underneath the code.

This plugin is free software released under the GNU General Public License.

Release Notes

  • This plugin depends on the WP-Syntax plugin being installed and activated.

  • This plugin uses CORS to send the code source accross to a different domain, recent browsers should work fine (See Browser support)

  • This plugin uses jQuery, which is also included in the plugin archive

  • This plugin relies on Ideone web services API (http://ideone.com/api)

  • This is an alpha release, please send bug reports to [email protected]

Installation

  • Unzip the plugin archive in the folder wp-content/plugins.

  • Activate the plugin in admin section.

  • if you need a spinner different from the one bundled with the plugin, make your own at http://www.ajaxload.info/, rename it spinner.gif and copy it into the plugin folder.

  • You are ready to jazz up your code snippets !

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.2 : start using CORS instead of a Flash proxy to do cross-domain queries.