crowdfavorite / wp-post-formats

An admin interface and structured post meta for WordPress post formats.
363 stars 78 forks source link

render media in the back end. #35

Closed Pushplaybang closed 11 years ago

Pushplaybang commented 11 years ago

I think it would be a pretty cool enhancement to actually display the audio / video media in the backend in the same way that the featured image or gallery is displayed.

Anyone else interested in this as an enhancement ?

I'm a bit of noob when it comes to dev in the admin section of wp so would love input from other users / alex if there is interest but also quite keen to take a few stabs at this.

I reckon this could be done in two way, either rendering the media with some ajax voodoo - possibly overkill, or after saving which I think is probably a bit easier to do.

alexkingorg commented 11 years ago

Audio requires additional plugins, video would slow down the rendering of the admin. I'm inclined to take no action on this.

Pushplaybang commented 11 years ago

thats fair - I didn't consider that. An additional js plugin would be needed for local video as well I suppose, so the overhead would grow noticeably on page load. Thought it would be pretty sweet initially but agreed.