You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@ After you upload an image to your WordPress site, each resized image is uploaded
41
41
42
42
= Getting started =
43
43
44
-
Install this plugin and follow the instructions to set up your account. With a regular WordPress installation you can optimize **roughly 100 images each month** for free. The exact total depends on the number of thumbnail sizes that are in use in your WordPress installation. You can change which of the generated thumbnail sizes should be optimized on the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page. Once installed you can also switch to a [paid account](https://tinypng.com/dashboard/api) which removes the limits and allows you to optimize as many images as you like.
44
+
Install this plugin and follow the instructions to set up your account. With a regular WordPress installation you can optimize **roughly 100 images each month** for free. The exact total depends on the number of thumbnail sizes that are in use in your WordPress installation. You can change which of the generated thumbnail sizes should be optimized on the *Settings > TinyPNG* page. Once installed you can also switch to a [paid account](https://tinypng.com/dashboard/api) which removes the limits and allows you to optimize as many images as you like.
45
45
46
46
= Optimizing all your images =
47
47
48
-
You can *bulk optimize* your existing JPEG, PNG, and WebP images all at once by going to *Media > Bulk Optimization*. Clicking on the big button will start optimizing all unoptimized images in your media library.
48
+
You can *bulk optimize* your existing JPEG, PNG, and WebP images all at once by going to *Media > Bulk TinyPNG*. Clicking on the big button will start optimizing all unoptimized images in your media library.
49
49
50
50
= Multisite support =
51
51
@@ -66,33 +66,33 @@ Want to contribute? Check out the [Tinify Wordpress plugin on GitHub](https://gi
66
66
1. Visit *Plugins > Add New*.
67
67
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
68
68
3. Activate the plugin from your *Plugins* page.
69
-
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
69
+
4. Go to the *Settings > TinyPNG* page and register a new account.
70
70
5. Or enter the API key you got from https://tinypng.com/developers.
71
-
6. Go to *Media > Bulk Optimization* and optimize all your images!
71
+
6. Go to *Media > Bulk TinyPNG* and optimize all your images!
72
72
73
73
= From WordPress.org =
74
74
75
75
1. Download the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
76
76
2. Upload the `tiny-compress-images` directory to your `/wp-content/plugins/` directory, using your favorite method (ftp, sftp, scp, etc...)
77
77
3. Activate the plugin from your Plugins page.
78
-
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
78
+
4. Go to the *Settings > TinyPNG* page and register a new account.
79
79
5. Or enter the API key you got from https://tinypng.com/developers.
80
-
6. Go to *Media > Bulk Optimization* and optimize all your images!
80
+
6. Go to *Media > Bulk TinyPNG* and optimize all your images!
81
81
82
82
= Optional configuration =
83
83
84
84
The API key can also be configured in your *wp-config.php* file. To do this you can add the following PHP code that sets the API key.
85
85
86
86
`define( 'TINY_API_KEY', 'YOUR_API_KEY_HERE' );`
87
87
88
-
Once set up you will see a message on the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page. This will work for normal and multisite WordPress installations.
88
+
Once set up you will see a message on the *Settings > TinyPNG* page. This will work for normal and multisite WordPress installations.
89
89
90
90
== Screenshots ==
91
91
92
92
1. Register a new account or enter your existing API key. Then choose the image sizes to optimize and any other options like resizing and preserving metadata in your original image uploads.
93
93
2. In the Media Library list view you can see the savings on your images.
94
94
3. From the Media Library you can compress individual images and use the Bulk Actions drop-down to quickly optimize multiple images at once.
95
-
4. Last but not least you can also use Bulk Optimization to optimize your entire WordPress site.
95
+
4. Last but not least you can also use Bulk TinyPNG to optimize your entire WordPress site.
96
96
97
97
== Frequently Asked Questions ==
98
98
@@ -106,7 +106,7 @@ A: Just add your *Payment details* on your [account dashboard](https://tinypng.c
106
106
A: When you remove the plugin all your optimized images will remain optimized.
107
107
108
108
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
109
-
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > TinyPNG - JPEG, PNG & WebP image compression*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
109
+
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > TinyPNG*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
110
110
111
111
= Q: Is there a file size limit? =
112
112
A: Yes, but they are **very** generous! The maximum file size is 500MB and the maximum canvas size is 256MP (16000px by 16000px in any ratio).
@@ -121,7 +121,7 @@ A: Yes, you can hide your API key from the admin so other admin users will not b
121
121
A: Everything will keep on working, but newly uploaded images will not be optimized. Of course we encourage everyone to [switch](https://tinypng.com/dashboard/api) to a paid account to cover the hosting and development costs of the service.
122
122
123
123
= Q: Can I optimize all existing images in my media library? =
124
-
A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and click on the start button to optimize all unoptimized images in your media library.
124
+
A: Yes! After installing the plugin, go to *Media > Bulk TinyPNG*, and click on the start button to optimize all unoptimized images in your media library.
125
125
126
126
= Q: How do I switch to a paid account? =
127
127
A: You can upgrade to a paid account by adding your *Payment details* on your [account dashboard](https://tinypng.com/dashboard/api). Additional compressions above 500 will then be charged at the end of each month as a one-time fee.
0 commit comments