Changeset 1427706
- Timestamp:
- 05/31/2016 03:56:42 PM (10 years ago)
- File:
-
- 1 edited
-
wolfram-cdf-plugin/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wolfram-cdf-plugin/trunk/readme.txt
r728896 r1427706 11 11 12 12 == Description == 13 The 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. 13 14 14 15 The Wolfram CDF Plugin adds a CDF button to the WordPress HTML and visual post editors. … … 20 21 21 22 After 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 23 24 = 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 26 27 * 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 28 29 = width = 29 * Required: Yes 30 * Input type(s): integer 30 * Required: Yes 31 * Input type(s): integer 31 32 * Description: 'width' holds an integer that describes the width in pixels of the CDF on your WordPress blog. 32 33 33 34 = height = 34 * Required: Yes 35 * Input type(s): integer 35 * Required: Yes 36 * Input type(s): integer 36 37 * Description: 'height' holds an integer that describes the height in pixels of the CDF on your WordPress blog. 37 38 38 39 = 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 43 44 = altimagewidth = 44 45 * Required: No 45 46 * 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. 47 48 48 49 = altimageheight = 49 50 * Required: No 50 51 * 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. 52 53 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. 54 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. 54 55 55 56 56 57 == Installation == 57 58 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 = 60 1. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for 60 61 CDF. 61 62 2. Log in to the admin pages of your site and click on Plugins->Add New->Upload. Then brows for the zip file you downloaded … … 64 65 65 66 = 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 67 1. Download the zip file of the plugin which can be found by going to http://wordpress.org/extend/plugins/ and searching for 67 68 CDF. 68 69 2. Upload the zip file to the `/wp-content/plugins/` directory … … 84 85 85 86 = 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. 87 No. If you do not fill in an altimage, a gray box will appear with a link to download the CDF plugin. 87 88 88 89 = 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. 90 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. 90 91 91 92 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.