Include a mechanism where a front end user can add an image inline to their page/post/comment/topic/reply and it is uploaded to the media library upon submission. I've not seen any plugin for WP that does this properly.
Voters
+6 more
Tags
Request: Add feature
Discussion
Pieter Bos
· October 10, 2018 · 07:39
Just to better understand what you're after with this request, do you have examples of plugins that do this "not properly"?
GD BBpress attachments claims to provide the ability embed images inline in your post but actually only displays the images in a line below the post, it does however load the images into the media library. https://wordpress.org/plugins/gd-bbpress-attachments/
I'm sure wiser minds than mine could think of all sorts of ways to implement this My thoughts had been for simplest implementation have a selection/upload mechanism like GD BBpress attachments but beside each selected image have a button that generates and embeds a shortcode into the post that would call the image upon page viewing.
Just to better understand what you're after with this request, do you have examples of plugins that do this "not properly"?
'Inline Image Upload for BBPress' adds a button to the TinyMCE bar that can embed an image inline in the post but only in visual editing mode and it doesn't post the image to the WP media library.
https://wordpress.org/plugins/image-upload-for-bbpress/
https://www.youtube.com/watch?v=Kl9rGviQU3Q
GD BBpress attachments claims to provide the ability embed images inline in your post but actually only displays the images in a line below the post, it does however load the images into the media library.
https://wordpress.org/plugins/gd-bbpress-attachments/
I'm sure wiser minds than mine could think of all sorts of ways to implement this
My thoughts had been for simplest implementation have a selection/upload mechanism like GD BBpress attachments but beside each selected image have a button that generates and embeds a shortcode into the post that would call the image upon page viewing.
Thanks for the clarification