Plugin Directory

Changeset 593619


Ignore:
Timestamp:
09/02/2012 11:13:28 AM (14 years ago)
Author:
ti2m
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edge-suite/trunk/readme.txt

    r587841 r593619  
    11=== Edge Suite ===
    22Contributors: ti2m
    3 Tags: media, animation, interactive, adobe edge, edge, embed, integration
     3Tags: media, animation, interactive, adobe edge, edge animate, edge, embed, integration
    44Requires at least: 4.3
    55Tested up to: 4.3
     
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Manage and view your Adobe Edge compositions on your website.
     10Manage and view your Adobe Edge Animate compositions on your website.
    1111
    1212
    1313== Description ==
    1414
    15 Upload of compositions through a zipped archive. Integrate Adobe Edge compositions seamlessly into your website.
     15Upload of compositions through a zipped archive. Integrate Adobe Edge Animate compositions seamlessly into your website.
    1616
    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.
     17Since 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.
    1818
    1919Please help to review and test the plugin. Feedback is appreciated.
     
    2121== Features ==
    2222
    23 * Upload Adobe Edge compositions within one zipped archive
     23* Upload Edge Animate compositions within one zipped archive
    2424* Manage all compositions
    2525* Easy placement of compositions on the website
     
    33331. Backup your complete theme folder.
    34341. 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     ?>
     351. 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   
    41381.  Placing the code within in a link tag (<a href=""...) can cause problems when the composition is interactive.
    42391.  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.