DCO Comment Attachment allows your visitors to attach images, videos, audios, documents and other files with their comments. They will also be able to automatically embed links from Youtube, Facebook, Twitter and other services in the comment text.
With plugin settings you can:
- Limit the maximum file upload size.
- Make an attachment required.
- Specify whether the attachment will be embedded or displayed as a link.
- Enable/Disable autoembed links (like Youtube, Facebook, Twitter, etc.) in the comment text.
- Attach an attachment to a commented post.
- Select an attachment image size from thumbnails available in your WordPress install.
- Link thumbnail to full-size image with lightbox plugins support (see FAQ for details).
- Enable/Disable multiple upload.
- Combine images to gallery.
- Select an attachment image size for the images gallery.
- Restrict attachment file types.
- Decide who will be able to upload attachments: all users or only logged users.
- Manually moderate comments with attachments.
You can also:
- Add, replace or delete an attachment from a comment on Edit Comment screen.
- Attach an unlimited number of attachments to the comment in the admin panel.
- Delete an attachment on Comments screen.
Attachments are uploaded to the WordPress Media Library and deleted along with the comment (if this is set in the settings).
DCO Comment Attachment is also available on WordPress.org.
2.1.1
DCO Comment Attachment tested with:
- Simple Lightbox
- Easy FancyBox
- Responsive Lightbox & Gallery
- FooBox Image Lightbox
- FancyBox for WordPress
Feel free to create a new issue if you need integration with another plugin.
- Added new filters for the attachment markup customization:
dco_ca_get_attachment_preview
anddco_ca_get_attachment_preview_image
.
- Added links to attached attachments to the new comment notification email.
- Added the feature to force moderation comments with attachments.
- Added compatible with SVG Support plugin.
- Added the feature to upload multiple files.
- Added support for some lightbox plugins (see FAQ for details).
- Added additional markup to the form elements (thank you @matthewmcvickar)
- Added error handling for JavaScript on the frontend (thank you @mrbalkon for the suggestion)
- Improved Settings page
- Filter
dco_ca_form_element_autoembed_links_notification
is deprecated. Usedco_ca_form_element_autoembed_links
instead. - Type
autoembed-links-notification
for form_element function is deprecated. Useautoembed-links
instead.
- Fixed image embed bug when attachment url has get parameters
- Added the feature to link a thumbnail to a full-size image.
- Added the feature for restrict uploading attachments only to logged users.
- Added notification about automatically embedded links, when it's enabled.
- Fixed bug with incorrect display of attachment types that do not support embedding.
- Removed jQuery dependency on the frontend.
- Fixed Quick Edit Comment function bug
- Added the feature for autoembed links in comment text. You can disable it in Settings -> DCO Comment Attachment.
- Introduced
dco_ca_disable_display_attachment
hook. Now you can display attachment in custom place withadd_filter('dco_ca_disable_display_attachment', '__return_true');
filter anddco_ca()->display_attachment()
function.
- Fixed display of empty allowed types if the website administrator has forbidden the upload of all extensions of this type. (thank you @nunofrsilva)
- Added filters for the attachment field customization
- Now you can select and deselect Allowed File Types by the type in one click.
- Added
dco_ca_disable_attachment_field
hook for disable the upload attachment field. - Reduced the effect of mime types filtering. Now it applies only for comment attachment upload.
- Added the feature to attach an attachment to a commented post.
- Initial Release