Upload of compositions through published OAM files. Integrate Adobe Edge Animate compositions seamlessly into your website.
Detailed tutorials on how to install and use Edge Suite can be found here:
More resources can be found at
EdgeDocks.com.
The plugin has been intensively tested over the last couple of months and seems to be rather stable, it is up to you though if you want to try and use it in production. If you experience
any problems please read the FAQ before opening an issue in the support section. If you like the plugin please vote for it and let us know that it works for your wordpress version.
- IMPORTANT: Backup your complete wordpress website, this module is in early development state!
- Install the Edge Suite plugin as any other wordpress plugin.
- Make sure /wp-content/uploads/edge_suite was created and is writable.
- Backup your complete theme folder.
- Publish your project in Adobe Edge with option "Animate Deployment Package". It will generate a single OAM file.
- Go to "Edge Suite > Manage", select the oam file and upload it.
- Upload as many composition as you want.
- After uploading, the compositions can be placed in multiple ways on the website:
- Shortcodes:
- Take a look at the manage page drop down and remember the id of the composition you want to integrate. E.g. for "3 - My first edge compositions" the id is 3.
- Edit a page and include [edge_animation id="3"] where 3 is of course your composition id.
- Save the post, the composition shows up.
- You can also use [edge_animation id="3" left="auto"] to center the stage on the page.
- If you want to define a pixel base left an top offset of e.g. 10px from the left and 20px from the top, try [edge_animation id="3" left="10" top="20"]
- Template based:
- Here you insert a PHP snippet in your theme files:
- Find e.g. the header.php file in your theme.
- Insert the following snippet where the compositions should appear (inside php tags):
if(function_exists('edge_suite_view')){echo edge_suite_view();}
* Placing the code within in a link tag (
settings" page under "Default composition".
* Homepage: A composition that is only meant to show up on the homepage can also be selected there.
* Page/Post: In editing mode each post or a page has a composition selection that, when chosen, will overwrite the default composition.
0.2
Change of filesystem usage
0.3
Changes to support Edge Animate version 1.0, minified files, oam files
0.4
Bugfixes
0.5
Bugfixes, jQuery no conflict mode, readme update
0.6
Bugfixes, readme update, better error handling, Edge Animate 3 updates