cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need html code for video using ebay app on mobile devices

Hello everyone,

Can anyone help me with a free html code for video that will work perfectly on any kind of mobile devices using the ebay app and desktop as well. I already have one but its seems not to work on the iphone ebay app lately. My listing number: 232449676186

Or if anyone know of any free friendly server that will host my video with no issues/errors on the ebay app using the mobile devices. I thank you in advance,

Jenn

Message 1 of 4
latest reply
3 REPLIES 3

Need html code for video using ebay app on mobile devices

As everyone knows now we can not embed videos anymore. For best results use the HTML5 option video tag. That being said you still have to host the video on a secure server https.

 

Hope it helps thanks Drew

Message 2 of 4
latest reply

Need html code for video using ebay app on mobile devices

@shippingusa @tlv-ny

 

Thank you for the report. Here is a guide to how to post video content in your listings.

 

http://pages.ebay.com/sell/itemdescription/bestpractices.html#howto

 

Thanks

Message 3 of 4
latest reply

Need html code for video using ebay app on mobile devices

Really come on lets get HTML5 here not a good response, the correct way for you ebayers is this

 

<video class="responsive-video" controls="">this is 100% in css
<source src="video/1.mp4" type="video/mp4">
<source src="video/1.mp4" type="video/webm">
</video>

 

thanks Drew if you need any advice just ask id shippingusa

Message 4 of 4
latest reply