top of page

HOW TO ADD A VIDEO TO YOUR EBAY LISTINGS

1. HOST YOUR VIDEO ON AMAZON AWS OR ANOTHER HOSTING SITE

Go here to create your Amazon AWS account. Once logged in, select S3 under Storage. Create a new bucket and set permissions to grant public read access to this document. Once the bucket is created, select it and upload your video. Under permissions, select grant public read access to this object. Finish uploading the video.

2. OPEN MOTOLISTER AND UPDATE YOUR HTML

Go to File, Settings and select HTML. Plug in this code wherever you would like your video to appear.

 

<video controls="" height="600" width="960">

<source src="$VIDEO" type="video/mp4">

</video><br>

We recommend adding the code for the video after the last Image. After doing this, go back to Amazon AWS and select the image that you just uploaded. Copy the link at the bottom of the page. Navigate back to MotoLister and on the Settings page, paste the code in the box below $VIDEO. Now click OK. 

You now have a video added to your listings!

bottom of page