Official repository for the The Paste WordPress plugin.
Paste image data into the Editor and upload it to the WordPress Media Library.
- Developed in WP 3.8 – WP 4.8
- Should work with WordPress 3.5+
- German and Dutch localization.
- Chrome 32+
- Firefox 26+
- Safari 10+
- IE11
- Edge
copy from / paste to | Firefox 91+ | Chrome 92+ | Safari 14+ |
---|---|---|---|
Mac Finder | OK | OK | OK |
Mac Finder Screenshot | OK | OK | OK |
Mac Preview | OK | OK | OK |
Mac Photos App | OK | OK | OK |
QuickTime Player | OK | OK | OK |
Photoshop CC (2021) | OK | OK | OK |
Illustrator CC (2021) | - | OK | - 1) |
A Webpage | OK | OK | - |
MS Word Mac | - | OK | OK |
LibreOffice | OK | OK | OK |
Gimp | OK | OK | OK |
Affinity Designer | - | OK | - 1) |
Affinity Photo | OK | OK | OK |
copy from / paste to | Firefox 55+ | Chrome 60+ | Edge 14+ | IE11 |
---|---|---|---|---|
Screenshot | OK | OK | OK | OK |
A Webpage | OK4) | OK4) | - | - |
Gimp | OK | OK | OK | OK |
Pictures App | OK | OK | OK | OK |
Paint | OK | OK | OK | OK |
Libre Office | OK | OK | OK | OK |
Adobe Photoshop CC | OK | OK | OK | (OK)5) |
Adobe Illustrator CC | OK2) | OK2) | OK2) | - |
1) A PDF version of the image is pasted
2) A png version of the image data is pasted.
3) The pasted image has only half the size than in the other browsers.
4) The original image HTML gets pasted too.
5) If you have to confirm clipboard access—the first time you paste something — the image gets removed after being pasted.
Filter the maximum image size (in pixels) being pasted as data-url.
Default (integer): 262144
(= 512*215)
Filter the default filename. You can use internal placeholders a subset of php‘s strftime()
as date/time placeholders.
Default (string): "Pasted"
WordPress Placeholders:
<postname>
Name of current post if present<username>
Name of current user
Date and Time placeholders:
%Y
Four-digit year%y
Two-digit year%m
Number of month with leading zero (01 to 12)%d
Day of month with leading zero (01 to 31)%e
Day of month (1 to 31)%H
Two digit hour in 24-hour format%I
Two digit hour in 12-hour format%M
Two digit minute%S
Two digit second%s
Unix timestamp (seconds since 1970-01-01 00:00:00 UTC)