I think it is very important to add video in the product information as we use more and more video on the internet. This would distinguish Magento from the other ecommerce platform.
Would someone from Magento tell us if it is in the roadmap to support video out of the box? If not that I think i would consider developing a youtube video module and feedback to the community
I would also love to have some really good video module.
The best would be a module that can accept files directly from camera (MOV or some other format) and automaticaly generates high-res and low-res flash video.
A bit like most vBulletin in-post video extensions, you could make an attribute “youtube_video” as text field and allow comma separated video IDs. In the pview template file or wherever, you can easily then slap the embed code around each to show the videos. That would be the quickest and easiest way.
More complex and neater would be to replicate the Image manager but then for Video and allow size settings, sorting, source settings, upload locally instead of embedding, player layout etc. A lightbox/cinema mode where the background gets greyed out would be nice too as well as in-Magento video ratings and comments as well as view reporting.
A bit like most vBulletin in-post video extensions, you could make an attribute “youtube_video” as text field and allow comma separated video IDs. In the pview template file or wherever, you can easily then slap the embed code around each to show the videos. That would be the quickest and easiest way.
More complex and neater would be to replicate the Image manager but then for Video and allow size settings, sorting, source settings, upload locally instead of embedding, player layout etc. A lightbox/cinema mode where the background gets greyed out would be nice too as well as in-Magento video ratings and comments as well as view reporting.
Thats what ive done and works fine… attributes are the way for the moment.
Right now i’m embedding html code that i get from the youtubepage, which works ok.
The problem is formatting the code to look good on the oroduct page (ie, putting it in a table, adding titles and descriptions etc).
Pulling the formatting from a template would make things easier. Perhaps in the “new product” backend we could use an interface silimial to the “images” feature, from which we can sort, add titles, descriptions etc.
Then we can use a layout similat to product grid to put all the vids in a nice table.
I think a great feature for this would be to also allow the video to show where there Thumbnail image is on the product page and have a tab perhaps where the customer can go from the images to video.
I think a great feature for this would be to also allow the video to show where there Thumbnail image is on the product page and have a tab perhaps where the customer can go from the images to video.
Just an idea.
Totally agree with that, That would be perfect. Lets say you have 2 Thumbnails and the 3rd one would be the video. How can that be done ?????
What about usability - how would you distinguish video thumbnail from an image? Regarding the tabs - it’s more about your store layout rather than the module itself, or how do you think?
Hi
Here is a site using the exact idea I was referring to:
Oh - this would be GREAT to have out of the box.
Please, please!
Lisa
You don’t need a module to add video html to your products. Just change the Attribute settings in your Product Description or Description (for example) to Accept html. and place the html where you want in those dialog boxes. THAT"S IT!
A video gallery per product would be nice. similar to the standard image gallery, but instead of being a popup window, a tab like in the modern theme next to additional info would be great or a separate section all together like additional info in default theme. Then use a modal window similar to lightbox like JT was saying to view them. Have you seen lightwindow? Maybe allowing a featured video option for a products video so that you can push a particular feature or installation procedure. Adding to what JT said having a rating system that auto pushes the highest rated video as an added link or icon somewhere close to the top of the page like by the overview / short description area. Also having an option for embed or upload would be nice so those shops with less storage can utilized other hosts. Just some thoughts. Currently we are using a textarea attribute to embed video.
I’ve embedded videos for most products on my site by using a video player called ‘FlowPlayer’
I simply add a little html before my product description and edit each one to reflect what video I have uploaded that relates to specific games or consoles.