Simple plugin to display formatted output of any program.
| Author: | Vicky Agravat (profile at wordpress.org) |
| WordPress version required: | 2.5 |
| WordPress version tested: | 6.4.3 |
| Plugin version: | 1.1.1 |
| Added to WordPress repository: | 01-08-2017 |
| Last updated: | 27-03-2024
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://wordpress.com/program-output |
| Total downloads: | 1 370 |
| Active installs: | 10+ |

Click to start download
|
This Plugin is useful for developers blog, tutorial site where to display formatted output of any program, like C, C++, JAVA, VB, C#, JSP, ASP, PHP, HTML etc.
The output is purely created using CSS so it is responsive, and display perfectly on any browser.
It use shortcode to display output. Just add [output] Hello World! [/output] to your Post or Page.
Screenshots

This is Console (CMD) Output. Useful for Command Line Output such as C, C++, JAVA etc.

This is Browser Output. Useful for Web Languages such as ASP, PHP, JSP, HTML, JS, CSS etc.
FAQ
How to use Shortcodes?
Just add [output] Text to Display [/output] to your Post or Page.
How to use Shortcodes with Parameters?
This plug-in accepts three parameters with Shortcodes. 1) type 2) title 3) header all three are optional.
How to use “type” Parameters with Shortcodes?
Just add type with value in starting shortcode. For Example [output type=”browser”] Here browser is value of type.
Currently this plug-in supports two values of type, 1) cmd 2) browser.
If you not provide any type it will use cmd as by default type.
How to use “title” Parameters with Shortcodes?
Just add title with value in starting shortcode. For Example [output type=”browser” title=”Any thing you display in Title bar”].
The value of title is display on Title Bar of browser output. The title is only work with type=”browser”
If title is not specified in Shortcode, This Plug-in display New Tab on Title Bar of browser output by default.
The cmd is not support title parameter, as it only display Command Prompt on cmd Title Bar.
ChangeLog
1.0
- Created A New Plugin.
- No change.