Plugin Directory

Changeset 1427706


Ignore:
Timestamp:
05/31/2016 03:56:42 PM (10 years ago)
Author:
Wolfram Research
Message:

The description changed to indicate that this plugin is no longer being updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wolfram-cdf-plugin/trunk/readme.txt

    r728896 r1427706  
    1111
    1212== Description ==
     13The Wolfram CDF Plugin is no longer being updated. For embedding CDF documents on your WordPress site (via the cloud or plugin), Wolfram recommends the third-party plugin Mathematica Toolbox.
    1314
    1415The Wolfram CDF Plugin adds a CDF button to the WordPress HTML and visual post editors.
     
    2021
    2122After editing the placeholder, click the Publish/Update post button or the Preview button to view the content, in order to confirm that the placeholder was parsed and replaced by the CDF. While some attributes must be set in order for your CDF to appear on the page, others are optional:
    22    
     23
    2324= source =
    24 * Required: Yes 
    25 * Input type(s): file name with extension, url 
     25* Required: Yes
     26* Input type(s): file name with extension, url
    2627* Description: 'source' holds the CDF file name or the url where the file is located. To enter just the file's name, you must first add the file to WordPress using the file uploader.
    27    
     28
    2829= width =
    29 * Required: Yes 
    30 * Input type(s): integer 
     30* Required: Yes
     31* Input type(s): integer
    3132* Description: 'width' holds an integer that describes the width in pixels of the CDF on your WordPress blog.
    32    
     33
    3334= height =
    34 * Required: Yes 
    35 * Input type(s): integer 
     35* Required: Yes
     36* Input type(s): integer
    3637* Description: 'height' holds an integer that describes the height in pixels of the CDF on your WordPress blog.
    37    
     38
    3839= altimage =
    39 * Required: No 
    40 * Input type(s): file name with extension, url 
    41 * Description: 'altimage' stores an image that will be displayed if the client does not have the CDF plugin installed. If left blank, a generic placeholder will appear. 
    42    
     40* Required: No
     41* Input type(s): file name with extension, url
     42* Description: 'altimage' stores an image that will be displayed if the client does not have the CDF plugin installed. If left blank, a generic placeholder will appear.
     43
    4344= altimagewidth =
    4445* Required: No
    4546* Input type(s): integer
    46 * Description: 'altimagewidth' holds an integer that describes the width in pixels of the alternate image, which may be different than the width of the CDF itself. 
     47* Description: 'altimagewidth' holds an integer that describes the width in pixels of the alternate image, which may be different than the width of the CDF itself.
    4748
    4849= altimageheight =
    4950* Required: No
    5051* Input type(s): integer
    51 * Description: 'altimageheight' holds an integer that describes the height in pixels of the alternate image, which may be different than the height of the CDF itself. 
     52* Description: 'altimageheight' holds an integer that describes the height in pixels of the alternate image, which may be different than the height of the CDF itself.
    5253
    53 When using Mathematica 9.0.1 (or higher), you can use the CDF Deployment Wizard (http://www.wolfram.com/cdf/adopting-cdf/deploying-cdf/) to generate your individual CDF files and alt images. The generated alt image includes an overlaid CDF Player logo, and when a user clicks on the image, they are taken to the download site for the CDF plugin. Once installed, the alt image disappears and the interactive CDF content is displayed. 
     54When using Mathematica 9.0.1 (or higher), you can use the CDF Deployment Wizard (http://www.wolfram.com/cdf/adopting-cdf/deploying-cdf/) to generate your individual CDF files and alt images. The generated alt image includes an overlaid CDF Player logo, and when a user clicks on the image, they are taken to the download site for the CDF plugin. Once installed, the alt image disappears and the interactive CDF content is displayed.
    5455
    5556
    5657== Installation ==
    5758
    58 = Automatic = 
    59 1. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for 
     59= Automatic =
     601. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for
    6061CDF.
    61622. Log in to the admin pages of your site and click on Plugins->Add New->Upload.  Then brows for the zip file you downloaded
     
    6465
    6566= Manual =
    66 1. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for 
     671. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for
    6768CDF.
    68692. Upload the zip file to the `/wp-content/plugins/` directory
     
    8485
    8586= Do I have to use the altimage fields? =
    86 No. If you do not fill in an altimage, a gray box will appear with a link to download the CDF plugin. 
     87No. If you do not fill in an altimage, a gray box will appear with a link to download the CDF plugin.
    8788
    8889= Why is my altimage resized? How can I stop this from happening? =
    89 If nothing is given for the altimageheight and altimagewidth fields, the image will appear at the size of the CDF itself. When you enter values for altimageheight and altimagecontent, the image will take on those dimensions. 
     90If nothing is given for the altimageheight and altimagewidth fields, the image will appear at the size of the CDF itself. When you enter values for altimageheight and altimagecontent, the image will take on those dimensions.
    9091
    9192== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.