Processing Projects

Plugin Banner

Processing Projects

by LABCAT

Download
Description

This plugin allows you to upload Processing (p5.js) Projects to your WordPress website. The Processing Projects you upload should be in a zip file that contains all the files required to run the project.

Uploaded Processing Projects can then be displayed anywhere on your website using the shortcode [pp-shortcode id=”0″]. Make sure to replace “0” in the shortcode with the ID of your project.

The shortcode also accepts width and height arguments. This allows you to set the size of the iframe used to display the Processing Project on your website, eg [pp-shortcode id=”0″ width=”960″ height=”500″].

The shortcodes for all the Processing Projects you upload will be displayed on the Processing Projects table for easy access.

You can view a live demo of the frontend output of this plugin at www.rocketship.co.nz.

  1. Upload the plugin to your ‘wp-content/plugins’ directory, or download and install automatically through your admin panel, or checkout the repository from https://plugins.svn.wordpress.org/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Click on the new menu item “Processing Projects” then upload your p5.js projects as a zip file.
  4. Your Processing Project can then be easily added anywhere throughout your site using the shortcode [pp-shortcode id=”0″].
  1. <p>Add New Processing Project</p>

    Add New Processing Project

  2. <p>Published Processing Project</p>

    Published Processing Project

  3. <p>Processing Projects Post Table - Displaying all Shortcodes for Uploaded Projects</p>

    Processing Projects Post Table - Displaying all Shortcodes for Uploaded Projects

Where to ask questions?

Please use the WordPress support forums to ask any query regarding any issue.

Very good plugin!

By sapperlot on December 27, 2018

Works great. Is easy to install and can be integrated into a theme. Helps creative coders to integrate their p5js data into WordPress. Great support!

Instructions are not obvious

By graphius on August 4, 2018

Maybe I am a bit dense, but it took me a while to realize I needed to zip my entire projects folder, including the containing folder to upload. I am not sure what the "draft" functionality is on the upload page either. Other than that, and a few hiccups, great plugin, and solved an issue I had been fighting for a while.
Back to top