Linux 软件免费装

Edge Suite

开发者 ti2m
更新时间 2015年7月28日 14:27
PHP版本: 3.6 及以上
WordPress版本: 3.8
版权: GPLv2 or later
版权网址: 版权信息

标签

embed interactive integration media animation edge adobe edge animate edge animate

下载

0.3 0.4 0.5 0.6

详情介绍:

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.

安装:

  1. IMPORTANT: Backup your complete wordpress website, this module is in early development state!
  2. Install the Edge Suite plugin as any other wordpress plugin.
  3. Make sure /wp-content/uploads/edge_suite was created and is writable.
  4. Backup your complete theme folder.
  5. Publish your project in Adobe Edge with option "Animate Deployment Package". It will generate a single OAM file.
  6. Go to "Edge Suite > Manage", select the oam file and upload it.
  7. Upload as many composition as you want.
  8. After uploading, the compositions can be placed in multiple ways on the website:
  9. Shortcodes:
  10. 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.
  11. Edit a page and include [edge_animation id="3"] where 3 is of course your composition id.
  12. Save the post, the composition shows up.
  13. You can also use [edge_animation id="3" left="auto"] to center the stage on the page.
  14. 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"]
  15. Template based:
  16. Here you insert a PHP snippet in your theme files:
  17. Find e.g. the header.php file in your theme.
  18. 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