Description
In this age of social media, it is easy for your intellectual assets to get hijacked and you never get the credit you deserve for your work. This plugin prevents that by helping you insert watermarks on your site images, article thumbnails, and your product photos, so you don’t have to worry about anyone stealing your image assets ever again!
✨ Getting Started
After installing the plugin, you should see a plugin options page where you can set your Text options. Make sure to enable the Add Watermark on Image Upload option. Now, proceed to upload a new image in your media library. You should now see the watermark label attached to the image you just uploaded. Happy Watermarking!!!
You can get a taste of how this works, by using the demo link.
⚡ WooCommerce Images
By default, Watermark My Images, will attach watermarks to product images. For future releases, you should be able to toggle this feature ON/OFF based on your needs.
NB: The Add Watermark on Page Load option helps you add watermarks for images that are already uploaded on your WP website when the page or post that contains that image is loaded.
🔌🎨 Plug and Play or Customize
The Watermark My Images plugin is built to work right out of the box. Simply install, activate, configure options and start using straight away.
Want to add your personal touch? All of our documentation can be found here. You can override the plugin’s behaviour with custom logic of your own using hooks.
Contribute
If you’d like to contribute to the development of this plugin, you can find it on GitHub.
Screenshots
Installation
- Go to ‘Plugins > Add New’ on your WordPress admin dashboard.
- Search for ‘Watermark My Images’ plugin from the official WordPress plugin repository.
- Click ‘Install Now’ and then ‘Activate’.
- Go to the Watermark My Images options page and set your Text and Image options.
- Proceed to upload any image of your choice and you should see your Watermark now attached to it.
- Happy Watermarking!
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Watermark My Images” is open source software. The following people have contributed to this plugin.
Contributors“Watermark My Images” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Watermark My Images” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.6
- Fix bug related to empty plugin options.
- Fix failing tests.
- Tested up to WP 6.7.0.
1.0.5
- Change function name
wmi_get_settings
towmig_get_settings
. - Change function name
wmi_get_equivalent
towmig_get_equivalent
. - Added more Unit tests.
- Tested up to WP 6.6.2.
1.0.4
- Prevent direct access that can lead to Security issues.
- Tested up to WP 6.6.2.
1.0.3
- Remove
icc
files (non-GPL files). - Added more Unit tests.
- Fix bugs & linting issues.
- Tested up to WP 6.6.2.
1.0.2
- Ignore PHPCS warning for Admin options page.
- Implement Image, Paste & Save Exception classes.
- Tie Plugin options to Attachment & PageLoad service.
- Added Unit tests coverage.
- Fix bugs & linting issues.
- Tested up to WP 6.6.2.
1.0.1
- Fix Text height relative to Image width.
- Implement New Image & Text class methods.
- Implement Watermark addition & deletion for Image Metadata.
- Custom Hooks –
watermark_my_images_on_delete_image_crops
,watermark_my_images_on_page_load
,watermark_my_images_on_add_image_crops
. - Tested up to WP 6.6.2.
1.0.0
- Initial release
- Add Watermarks to Images.
- Custom Hooks –
watermark_my_images_on_add_image
,watermark_my_images_on_woo_product_get_image
,watermark_my_images_text
,watermark_my_images_text_position
,watermark_my_images_form_fields
,watermark_my_images_on_delete_image
. - Custom plugin options page.
- Tested up to WP 6.6.2.