Tagged Questions
3
votes
4answers
738 views
Wordpress 3.5 Media Manager - add a button
In my plugin, I would like to add two buttons to Media Manager (to the left of "Insert Into Post" in "media-toolbar-primary" section), and connect a jQuery action to it.
First one - The "Select All" ...
-1
votes
1answer
243 views
Using jquery-1.7.2.min.js instead of the wordpress jquery
I have been trying to deregister the wordpress native jquery and use my version that i have downloaded.At first everything was working fine with the wordpress resident jquery albeit replacing $ with ...
0
votes
3answers
159 views
Add jQuery function to media button
I have added a custom button to the media actions in a custom theme,
function wp_myplugin_media_button($context) {
$wp_myplugin_media_button_image = ...
5
votes
2answers
2k views
Using the WordPress Media Library and returning the Attachment ID rather than URL?
I'm currently using some JS to pop open the WordPress Media Library in a thickbox container and return the URL of a selected image, then display it.
window.send_to_editor = function(html) {
...