Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huyz/wp-java-applet-embed
WordPress Plugin that allows you to embed Java applets into your posts or pages.
https://github.com/huyz/wp-java-applet-embed
Last synced: about 1 month ago
JSON representation
WordPress Plugin that allows you to embed Java applets into your posts or pages.
- Host: GitHub
- URL: https://github.com/huyz/wp-java-applet-embed
- Owner: huyz
- Created: 2011-06-28T08:25:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-07T05:51:44.000Z (over 13 years ago)
- Last Synced: 2023-03-11T22:23:20.620Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://huyz.us/2011/the-easiest-way-to-embed-java-in-wordpress/
- Size: 167 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
Java Applet Embed plugin for WordPress
======================================Description
-----------
Allows you to insert Java applets into your Wordpress blog.If you've ever tried to embed a Java applet in a post or page by inserting
your usual `` or `` 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 display 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 clicksYou 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](http://download.oracle.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deplToolkit)
, 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](http://profiles.wordpress.org/users/ahmattox/) on his
[WordPress Processing Embed](http://wordpress.org/extend/plugins/wordpress-processing-embed/).
In fact, it works almost exactly the same way and offers the same features.For more details, including screenshots,
see the plugin's [page at wordpress.org](http://wordpress.org/extend/plugins/java-applet-embed/screenshots/).Contributions
-------------
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/java-applet-embed/.Feedback
--------
You can post comments on the blog post [Easiest way to embed Java in Wordpress](http://huyz.us/2011/the-easiest-way-to-embed-java-in-wordpress/).[GPLv2 License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
----------------------------------------------------------------------
Copyright (C) 2011 Huy Z (http://huyz.us)Copyright (C) 2010 Anthony Mattox (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA