Changeset 593619
- Timestamp:
- 09/02/2012 11:13:28 AM (14 years ago)
- File:
-
- 1 edited
-
edge-suite/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/trunk/readme.txt
r587841 r593619 1 1 === Edge Suite === 2 2 Contributors: ti2m 3 Tags: media, animation, interactive, adobe edge, edge , embed, integration3 Tags: media, animation, interactive, adobe edge, edge animate, edge, embed, integration 4 4 Requires at least: 4.3 5 5 Tested up to: 4.3 … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Manage and view your Adobe Edge compositions on your website.10 Manage and view your Adobe Edge Animate compositions on your website. 11 11 12 12 13 13 == Description == 14 14 15 Upload of compositions through a zipped archive. Integrate Adobe Edge compositions seamlessly into your website.15 Upload of compositions through a zipped archive. Integrate Adobe Edge Animate compositions seamlessly into your website. 16 16 17 Since Adobe Edge itself is still in pre-release this plugin is a moving target as well and should therefore not yet be used in production.17 Since Edge Animate itself is still in pre-release this plugin is a moving target as well and should therefore not yet be used in production. 18 18 19 19 Please help to review and test the plugin. Feedback is appreciated. … … 21 21 == Features == 22 22 23 * Upload Adobe Edge compositions within one zipped archive23 * Upload Edge Animate compositions within one zipped archive 24 24 * Manage all compositions 25 25 * Easy placement of compositions on the website … … 33 33 1. Backup your complete theme folder. 34 34 1. Find the header.php file in your theme. 35 1. Insert the following snippet in the header section where the compositions should appear: 36 <?php 37 if(function_exists('edge_suite_view')){ 38 echo edge_suite_view(); 39 } 40 ?> 35 1. Insert the following snippet in the header section where the compositions should appear (inside php tags): 36 if(function_exists('edge_suite_view')){echo edge_suite_view();} 37 41 38 1. Placing the code within in a link tag (<a href=""...) can cause problems when the composition is interactive. 42 39 1. You might also want to remove code that places other header images e.g. calls to header_image() or get_header_image() in case the composition should be the only thing in the header.
Note: See TracChangeset
for help on using the changeset viewer.