{"id":35934,"date":"2015-04-23T20:15:33","date_gmt":"2015-04-23T20:15:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/processingjs-for-wp\/"},"modified":"2022-05-06T13:45:34","modified_gmt":"2022-05-06T13:45:34","slug":"processingjs-for-wp","status":"closed","type":"plugin","link":"https:\/\/tt.wordpress.org\/plugins\/processingjs-for-wp\/","author":8417005,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.2","stable_tag":"1.2.2","tested":"6.0.11","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"ProcessingJS for WP","header_author":"Rolf van Gelder","header_description":"","assets_banners_color":"011e2c","last_updated":"2022-05-06 13:45:34","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/cagewebdev.com\/donations-pjs4wp\/","header_plugin_uri":"http:\/\/cagewebdev.com\/pjs4wp","header_author_uri":"http:\/\/cagewebdev.com\/","rating":5,"author_block_rating":0,"active_installs":80,"downloads":4256,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"cageehv","date":"2015-04-23 23:08:05"},"1.1":{"tag":"1.1","author":"cageehv","date":"2017-11-09 13:08:04"},"1.2.1":{"tag":"1.2.1","author":"cageehv","date":"2018-06-19 15:16:21"},"1.2.2":{"tag":"1.2.2","author":"cageehv","date":"2022-05-06 13:45:34"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":1143771,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":1143771,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":1199441,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1199441,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2.1","1.2.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[203,229,9036,51158,51156],"plugin_category":[59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-35934","plugin","type-plugin","status-closed","hentry","plugin_tags-html5","plugin_tags-javascript","plugin_tags-processing","plugin_tags-processing-org","plugin_tags-processingjs","plugin_category-utilities-and-tools","plugin_committers-cageehv"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/processingjs-for-wp_011e2c.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<h4>Embed a ProcessingJS sketch (http:\/\/processingjs.org) in your post or page with this plugin<\/h4>\n\n<p>You can use the shorttag (<strong>[pjs4wp]...[\/pjs4wp]<\/strong>) in two different ways:<br \/>\n<br \/>\n<strong>1) Put the actual ProcessingJS code in a post or page, for instance:<\/strong><br \/>\n<br \/>\n[pjs4wp]<br \/>\nvoid setup()<br \/>\n{<br \/>\n&nbsp;&nbsp;size(200, 200);<br \/>\n&nbsp;&nbsp;text(\"Hello world!\", 50, 50);<br \/>\n}<br \/>\n[\/pjs4wp]<br \/>\n<br \/>\n<strong>2) Use an existing ProcessingJS .pde sketch like this:<\/strong><br \/>\n<br \/>\n[pjs4wp url=\"\/wp-content\/uploads\/my_sketch.js\" bordercolor=\"#000\"][\/pjs4wp]<br \/>\n<br \/>\n<strong>IMPORTANT:<\/strong><br \/>\nRENAME YOUR <strong>.pde<\/strong> FILE TO <strong>.js<\/strong> BEFORE UPLOADING!<br \/>\nSo in the example: rename your original <strong>my_sketch.pde<\/strong> file to <strong>my_sketch.js<\/strong>!<br \/>\nSome servers \/ browsers are not happy with the .pde extension, that's why...<\/p>\n\n<h4>Example<\/h4>\n\n<p>See a live example here:<br \/>\nhttp:\/\/rvg.cage.nl\/rvglife-internet-2014\/<\/p>\n\n<h4>Author<\/h4>\n\n<p>CAGE Web Design | Rolf van Gelder, Eindhoven, The Netherlands - http:\/\/cagewebdev.com - http:\/\/rvg.cage.nl<\/p>\n\n<h4>Plugin URL<\/h4>\n\n<p>http:\/\/cagewebdev.com\/processingjs-for-wordpress<\/p>\n\n<h4>Download URL<\/h4>\n\n<p>http:\/\/wordpress.org\/plugins\/processingjs-for-wordpress<\/p>\n\n<h4>Disclaimer<\/h4>\n\n<p>NO WARRANTY, USE IT AT YOUR OWN RISK!<\/p>\n\n<h4>Plugins by CAGE Web Design | Rolf van Gelder<\/h4>\n\n<p>WordPress plugins created by CAGE Web Design | Rolf van Gelder<br \/>\nhttp:\/\/cagewebdev.com\/category\/news-tech-art\/wordpress\/<\/p>\n\n<!--section=installation-->\n<ul>\n<li>Upload the Plugin to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin in the WP Admin Panel &raquo; Plugins<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20can%20i%20change%20the%20settings%20of%20this%20plugin%3F'><h3>How can I change the settings of this plugin?<\/h3><\/dt>\n<dd><ul>\n<li>This plugin doesn't need any settings<\/li>\n<\/ul><\/dd>\n<dt id='how%20do%20i%20use%20this%20plugin%3F'><h3>How do I use this plugin?<\/h3><\/dt>\n<dd><p>This plugin uses the <strong>[pjs4wp]<\/strong> shorttag<br \/>\n<br \/>\nYou can use the shorttag in two different ways<br \/>\n<br \/>\n<strong>1) Put the actual ProcessingJS code in a post or page, for instance:<\/strong><br \/>\n<br \/>\n[pjs4wp]<br \/>\nvoid setup()<br \/>\n{<br \/>\n&nbsp;&nbsp;size(200, 200);<br \/>\n&nbsp;&nbsp;text(\"Hello world!\", 50, 50);<br \/>\n}<br \/>\n[\/pjs4wp]<br \/>\n<br \/>\n<strong>2) Use an existing ProcessingJS .pde sketch like this:<\/strong><br \/>\n<br \/>\n[pjs4wp url=\"\/wp-content\/uploads\/my_sketch.js\" bordercolor=\"#000\"][\/pjs4wp]<br \/>\n<br \/>\n<strong>IMPORTANT:<\/strong><br \/>\nRENAME YOUR <strong>.pde<\/strong> FILE TO <strong>.js<\/strong> BEFORE UPLOADING!<br \/>\nSo in the example: rename your original <strong>my_sketch.pde<\/strong> file to <strong>my_sketch.js<\/strong>!<br \/>\nSome servers \/ browsers are not happy with the .pde extension, that's why...<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>v1.2.2 [06\/21\/2018]<\/h4>\n\n<ul>\n<li>BUG FIX: Bug fix for entering the code directly into the post \/ post<\/li>\n<\/ul>\n\n<h4>v1.2.1 [06\/19\/2018]<\/h4>\n\n<ul>\n<li>CHANGE: Several minor changes<\/li>\n<\/ul>\n\n<h4>v1.2 [06\/15\/2015]<\/h4>\n\n<ul>\n<li>CHANGE: Code has been revamped<\/li>\n<\/ul>\n\n<h4>v1.1 [04\/26\/2015]<\/h4>\n\n<ul>\n<li>NEW: Instructions page added (from plugins page)<\/li>\n<\/ul>\n\n<h4>v1.0 [04\/24\/2015]<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Embed a ProcessingJS sketch (http:\/\/processingjs.org) in your post or page with this plugin","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/35934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=35934"}],"author":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cageehv"}],"wp:attachment":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=35934"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=35934"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=35934"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=35934"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=35934"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=35934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}