Hi,
I am migrating a fairly large wp site and changing themes. The old theme has youtube videos embeded but the new one requires the youtube url to be entered into the custom field.
Can anyone help me out? I can't find a plugin for this.
The custom field's key is 'Iframe' so I need to be able to get from the the current post's content the " http://www.youtube.com/embed/xxxxxxx " (src="www.youtube.com/embed/xxxxxxx") then use it to insert into the the custom field the value "www.youtube.com/embed/xxxxxxx" where the custom field's key=iFrame
Any help or pointer would be very much appreciated.