I’m also looking for the same thing. I think the custom field images plugin is a bit misleading. It may be a good starting point for writing a plugin to do this, but I’m pretty sure one already exists.
I want to find it, too! 🙂
We are all looking for the same thing:
It has to be out there.
Hey guys,
I ran into the same problem, and just wanted you to know that I’ve found a solution to the problem. I want to switch out the hacks I used while searching for this functionality with some nicer code, and I might also write a plugin to make this process simple.
For anyone curious where to look in the source: theres a function called send_to_editor() that’s possible to override with a function containing wp_enqueue_script(), and then attaching that function to the “admin_enqueue_scripts” action hook. With that combination I was able to snatch the output from the media library before it hit the editor, and thus I could get it into my custom fields box.
I can’t get into it deeper than that right now, so pray that I get some time to write this plugin!
Thread Starter
timit
(@timit)
@ondo
Thanks for your input.
But there are a lot of premium themes which are not working with this new feature. With these themes you have to enter the path in a custom field.
Hi,
I have been pulling my hair to accomplish the same thing. It is such an obvious feature (since there are so many people running video autoblogs with premium themes) yet it is either non-existent or very difficult to find.
The closest I’ve come is using:
1) the Custom Field Manager plugin that lets you to enter custom fields en masse in conjunction with,
2) the Youtube Thumbnailer plugin that then populates the created custom field with the thumbnail image URL from Youtube.
However, I am using the eVid Theme (by Elegant Themes) that will not show a thumbnail from an http URL (for reasons of bandwidth and slow page load times) and only accepts file paths.
So my question is, can someone who knows PHP tell me how to hard code Youtube Thumbnailer’s files so that it links to the upload media directory???
This is what you’re looking for: http://ww.wp.xz.cn/extend/plugins/nkmimagefield/
Apparently it doesn’t support custom post types but a little hacking should do. It already does the hard work of interfacing with the media editor.