Tagged Questions
1
vote
1answer
728 views
How to enlarge thickbox media library iframe?
The iframe in thickbox media library is not big enough to display my custom tab. I tried to add "width=900&height=600" at the end of the link that pointing to the library, but no luck. How can I ...
5
votes
2answers
563 views
Media upload finished hook
I'm developing a plugin which uses wordpress's thickbox media library to handle media upload and selection. All is well but for the fact that I would like to automatically 'redirect' to the 'media ...
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) {
...