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
@@ -42,7 +42,7 @@ After you upload an image to your WordPress site, each resized image is uploaded
42
42
43
43
= Getting started =
44
44
45
-
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 > Compress JPEG & PNG images* 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
+
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.
46
46
47
47
= Optimizing all your images =
48
48
@@ -69,18 +69,18 @@ Want to contribute? Check out the [Tinify Wordpress plugin on GitHub](https://gi
69
69
= From your WordPress dashboard =
70
70
71
71
1. Visit *Plugins > Add New*.
72
-
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
72
+
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
73
73
3. Activate the plugin from your *Plugins* page.
74
-
4. Go to the *Settings > Compress JPEG & PNG images* page and register a new account.
74
+
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
75
75
5. Or enter the API key you got from https://tinypng.com/developers.
76
76
6. Go to *Media > Bulk Optimization* and optimize all your images!
77
77
78
78
= From WordPress.org =
79
79
80
-
1. Download the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
80
+
1. Download the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
81
81
2. Upload the `tiny-compress-images` directory to your `/wp-content/plugins/` directory, using your favorite method (ftp, sftp, scp, etc...)
82
82
3. Activate the plugin from your Plugins page.
83
-
4. Go to the *Settings > Compress JPEG & PNG images* page and register a new account.
83
+
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
84
84
5. Or enter the API key you got from https://tinypng.com/developers.
85
85
6. Go to *Media > Bulk Optimization* and optimize all your images!
86
86
@@ -90,7 +90,7 @@ The API key can also be configured in your *wp-config.php* file. To do this you
90
90
91
91
`define( 'TINY_API_KEY', 'YOUR_API_KEY_HERE' );`
92
92
93
-
Once set up you will see a message on the *Settings > Compress JPEG & PNG images* page. This will work for normal and multisite WordPress installations.
93
+
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.
94
94
95
95
== Screenshots ==
96
96
@@ -102,7 +102,7 @@ Once set up you will see a message on the *Settings > Compress JPEG & PNG images
102
102
== Frequently Asked Questions ==
103
103
104
104
= Q: How many images can I optimize for free? =
105
-
A: In a default WordPress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > Compress JPEG & PNG images* page before you start optimization.
105
+
A: In a default WordPress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page before you start optimization.
106
106
107
107
= Q: How can I remove the 500 limit? =
108
108
A: Just add your *Payment details* on your [account dashboard](https://tinypng.com/dashboard/api) to remove the limit. For a small fee the additional compressions above 500 will then be charged to your account at the end of each month.
@@ -111,7 +111,7 @@ A: Just add your *Payment details* on your [account dashboard](https://tinypng.c
111
111
A: When you remove the plugin all your optimized images will remain optimized.
112
112
113
113
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
114
-
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > Compress JPEG & PNG images*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
114
+
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.
115
115
116
116
= Q: Is there a file size limit? =
117
117
A: No. There are no limitations on the size of the images you want to compress.
0 commit comments