Java Applet Embed

Allows you to insert Java applets into your WordPress blog.

Author:Huy Z, Anthony Mattox (profile at wordpress.org)
WordPress version required:
WordPress version tested:3.0.5
Plugin version:0.5.1.1
Added to WordPress repository:01-07-2011
Last updated:01-07-2011
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, %:73
Rated by:3
Plugin URI:http://huyz.us/wp-java-applet-embed/
Total downloads:5 528
plugin download
Click to start download

(NOTE: This plugin was tested with WordPress 3.0.5 but is likely to be compatible with any WordPress after 2.5 including the latest 3.2)

If you've ever tried to embed a Java applet in a post or page by inserting your usual <applet> or <object> tags, you would have noticed that WordPress doesn't recognize the tags and the tags disappear. This plugin supports new shortcodes permitting WordPress to recognize and properly render the applets.

You can choose among three possible applet-loading modes:

  1. Inline, loaded immediately.
  2. Inline, loaded only when the user clicks. This one is great for letting your visitors control whether to load the JVM or not.
  3. Popup window, loaded only when the user clicks.

You can reference your JAR archive with any full URL, even on another web site. And you can even upload the JAR into WordPress using the Media Library and then reference the JAR file as you would any other image, video, or audio.

Thanks to the integration of Oracle’s Deployment Toolkit , it works for multiple types of browsers and can offer to download the Java Plug-in (this probably needs more testing) or update it if the required JVM version doesn’t match (this feature hasn’t yet been implemented but it easily could be, if there is demand.)

It is based on the great work done by ahmattox on his WordPress Processing Embed. In fact, it works almost exactly the same way and offers the same features.

Usage

Look at the Other Notes page.

Contribution

You're welcome to fork this code at https://github.com/huyz/wp-java-applet-embed and request pulls. I'll try to release regularly to http://wordpress.org/extend/plugins.