Tag Archive for: YouTube

How to: Add a YouTube Video to Listings Using eSellerPro

youtube-and-esellerpro
Adding video content, especially video content that you’ve made for your business on a product or service to eBay listings easily done and I covered this in an earlier article “Add a Youtube Video to your eBay Listings in 5 Steps“, however when using 3rd party tools, the actual listing template is normally separated from the description.

In this How-to guide I’ll be showing you how to automatically add a YouTube video to your eBay listings in a scalable, structured manner, which once completed is as simple as pasting in the YouTube video ID and the rest takes care of itself using eSellerPro.

Note: For this article I’m using the example product video I made for an earlier article, this is definitely not a good example of a great product/service video but it’ll suit the needs of this article. If you’ve not seen it, it’s quite funny and you can watch it here.

Before We Start

eSellerProI’m making the assumption that you are using eSellerPro as your back office tool, that you have a YouTube account and that you understand a little HTML. The rest I’ll take you through step by step.

Also in the example video being used, the dimensions are 960 wide by 576, this probably will not suit most and you’ll need to alter these both. However for completeness, at the very end instructions on how to complete a fully customisable version is included. If you cannot see any of the sections mentioned in this article in your eSellerPro account, contact their support and ask for them to be enabled.

A “YouTubeID” is referenced several times in this article, this is the string of text you see in the URL when viewing YouTube video’s. For example, the example product video used is “http://www.youtube.com/watch?v=zDSwAuApbwc” and the YouTubeID is part after the = sign, namely “zDSwAuApbwc“.

Using eSellerPro Custom Fields

To make this as scalable as possible, we need to leverage customfields in eSellerPro, I’m not going to cover what these are here, just that we’re going to create a custom fields group and a custom field to place the YouTube video ID.

To do this we need to follow these steps:

  1. Open eSellerPro
  2. Go to the Maintenance section on the left bar
  3. Locate the “Custom fields” section and double click on it
  4. Press the new record icon at the top and name the customfields group “Video” (the first box labelled “Group Name”)
  5. We now need to add an edit box called “YouTubeID”, enter “YouTubeID” into both “Field Name” and “Display Name” and press the “Add Field” button

Create the Holding Paragraph

If we were to put the logic code we create in the next step in every template we use, this would cause unnecessary overheads and possible headaches later on when if want to update the layout operation of the video player & associated code. So to make this as easy as possible, we’re going to now use another part of eSellerPro called paragraphs to create a container for the video code & associated logic.

To do this, follow these steps:

  1. Select “Inventory/Listing” from the left menu
  2. Select “Paragraph Builder” from the left menu (you may need to scroll down to locate this)
  3. Press the new record icon at the top
  4. Give the paragraph the name “YouTube”
  5. At the bottom, tick the box called “HTML Only” so that the editor is disabled

The Logic to Sshow/Hide the Video

Now that we’ve prepared the customfields and the paragraph, we need the code to show the video player in the listing. In a previous article called “How To: Add a Youtube Video to your eBay Listings in 5 Steps” it was noted that IFRAMES are not allowed on eBay listings and we need to use the older method that is allowed to show YouTube video content on your eBay listings.

The code for this, looks like:


	
	
	

This is fine for a single listing, however we’re building a more flexible version so you don’t need to post this each time.

Firstly we replace the YouTube ID with the custom field, so it reads as:


	
	
	

However, we don’t want to show the video player when there is no video to be shown, so to do this we use the IFNOT keyword, to show/hide the entire video player if there is or is not a YouTubeID present in the customfield.

This now becomes:

{{IFNOT/[[CustomFields:Video:YouTubeID]]//

	
	
	 }}

And it’s this code that we now enter into the paragraph we created earlier.

Adding the Paragraph to your eBay Template(s)

Instead of pasting this code into each template, we’re going to leverage the paragraph feature in eSellerPro to make this as simple as copy/paste.

If you now follow these steps:

  1. Select “Inventory/Listing” from the left menu
  2. Click on eBay templates
  3. Select the template you wish to add the video content to
  4. go to the “description” tab
  5. Ensure that the “HTML Only” box is checked
  6. Place this code “{{Insert:YouTube}}” where you would like the video appear if it’s been set
  7. Repeat as necessary for other templates you may have.

Note: Its actual placement will vary from template to template, if you’re unsure either experimentalist or ask someone that is comfortable with HTML to help you.

Enter an ID to an Inventory Record

To be able to test that this works, we need to add a YouTube ID of a video to the custom fields of an inventory record.

  1. Pick any inventory record (inventory/Listing > Inventory Details)
  2. Go to the custom fields tab.
  3. Select “Video”  from the drop down box
  4. Enter your YouTubeID (or enter “zDSwAuApbwc” for the sake of example) into the edit box called “YouTubeID”
  5. Now go back to the “eBay Auction” or “eBay Inventory” tabs and press the preview button on the right
  6. You should now have a video in your listing template

Advanced eSellerPro Video Template

If you had not changed the size (width and height) as used in the example snippets above, then you will have seen a massive video in your listing. If you are using just one template setting the width/height once in the HTML will be fine, however if you have multiple templates and some need to be bigger than others, you can evolve this a little further by adding two more custom fields called “Height” & “Width” to your customfields “Video” group we created earlier.

Then using the following code, you are able to specify the width/height as you desire AND have a catch width of 960 and a height of 576 if they’re not set (you probably need to alter these to fit in your template)

{{IFNOT/[[CustomFields:Video:YouTubeID]]//

	
	
	 }}

Summary

Adding video can be easy with a few simple logic tests and the right set-up, also because the YouTubeID’s are in a custom field, they can be imported against using excel or CSV sheets and of course if the inventory record has no YouTubeID set, its not going to show with the advanced versions.

Now go and try this in your eSellerPro account and let me know how you got on by posting a comment below (or if you get stuck, leave a comment and I’ll point you in the right direction).

How To: Add a Youtube Video to your eBay Listings in 5 Steps

Video is an exceptionally powerful tool that can be used to allow a buyer to interact with the product before they’ve purchased it. Also making video can be great fun as you’ll see in the example video I used for this guide.

Using video also allows the seller to show that they are an expert in the product area and reassure customers that they know a lot about the product, so that when they buy the item, they know they’re dealing with the expert and reassured that if something goes wrong, that the seller is likely to be there for them.

In this article I’ll be covering the 5 steps simple you need to follow, to add video to your eBay listings and a few tips along the way.

Example Video

Grabbing the nearest item on my desk, which was some insulation tape. I put a quick video together to make a product review. Its only 36 seconds long and I still laugh at it now.

Before we continue, as far as inventory creation goes, using video should be one of the last tools you use to increase sales & conversion. Unless you are already making video for other sales channels or have access to good quality video’s that are provided by the manufacturer, video creation can be slow and as I’m sure you’ve seen from the video’s here, take a while to master.

eBay Policies

There are some explicit rules from eBay on what you cannot do in video content, I’ll summarise them below:

  1. No promotion of websites outside of eBay
  2. No adult content
  3. No naughty software that could harm a clients machine
  4. Video can only be from a small number of providers. The only really two worth noting, YouTube and Vzaar
  5. You must be the owner of the underlying rights, including intellectual property rights, or be authorised to distribute it by the owners of such rights
  6. No violation of any of the other rules (eg, asking for Western Union)

I do suggest that you read the eBay links policy (see lower section on “Using Videos”) and also the Adding Video to Your Listing from eBay, however its lacking, hence this step by step guide. The short version is to use YouTube and a little common sense.

Considerations When Making Video

While I’m not going to cover the how to make video content here (as you can tell from my example, I need to do work on certain aspects, lol), there are some pointers and questions that you might find useful when making video for both eBay and your other channels.

  1. How exactly is the video going to make the interaction with the product better for the customer
  2. Plan the video before hand, even if its three bullet points and discuss these
  3. You don’t have to be in the video, there is nothing wrong with recording your hands while you interact with the product
  4. Keep it short
  5. Explain what the video is about within 5 seconds
  6. Show the product, not you
  7. Show benefits, not features
  8. If possible, include product close ups. If you have a camera that does not have zoom, most video editing software allows you to add pictures and you can voice over them

Hmmmm…. this needs a video & an article on this topic alone….

How To Embed Video in eBay Listings

This video shows you how to embed video in your listings. After you’ve watched this video, continue with the rest of the article as we have the process of adding video to your eBay listings broken down into 5 easy to follow stages.

 

How to Add a Youtube Video to your eBay Listings in 5 Steps

The following 5 steps will guide you through the stages to adding video to your eBay listings.

Step 1 – Upload the Video

In this example, I’ve made a review of some insulation tape (Yes its REALLY bad, but its a video and serves its purpose for this example.)

  1. Go to http://upload.youtube.com/my_videos_upload
  2. Either drag and drop your video or press the “Upload Video” button
  3. While the video is uploading, complete the extra information like the title and tags

Step 2 – Get the Code

Once the video has been uploaded, view the video on Youtube. Then follow these steps:

  1. Press the “Share” button
  2. Press the “Embed” button
  3. Un-check “Show suggested videos when the video finishes” the option
  4. If available, check the “Play in HD” option
  5. Ensure that “Use old embed code” is checked as this will not work on eBay otherwise.
  6. Specify a size, as mentioned in the video, larger than 1000 is not recommended.
  7. Now in the box above, highlight and copy the HTML

Step 3 – Enter into eBay Listing

In the video, I’m using the eBay “Sell Your Item” (SYI) form and using the code from the previous step, in the description tab, press the HTML tab and enter the code where you would like the video to be shown in the listing. Once located, right click and paste the copied code into the listing.

Tip: When you are writing the description and know where you would like the video to be placed, write VIDEO in the place where you’d like it and then searching for it in the HTML tab is easy. if you flick back to the normal view and don’t see the video, this is normal. You’ll see it in step 4.

Step 4 – Check the Preview

Always before confirming the listing, use the preview to ensure that the video is where you expect the video to be and that its actually working.

Step 5 – Confirm

Once you’ve previewed the listing, save the changes and the listing is now live.

Summary

You should now be able to add a YouTube video to your eBay listings, there are a few areas you could trip-up on, however adding video content to an eBay listing is really quick and very easily done as shown in the video or by following the steps above.

Soo… Have you used Video in your eBay listings before? Was it as easy as the above and what were the results like? Comments in the box below!

Entrepreneurs Can Change the World

Just press play.

Entrepreneurs Do Change The World

I say they do change the world.

Stop - Take Action!What will you change today?

Thanks for the Feedback

I just wanted to add a quick post regrading the feedback from the first video format post last week and to say thank you.

The response was immense, Skype lit up like a candle, email went crazy and the article itself ended up on AuctionBytes, although I suspect my presentation skills had little to do with it :)

A Better Way

So what a better way to say thank you, would really be another video!

I’ve taken on board your comments, I’ve listed them below and again any feedback good or bad is always welcomed. You’re learning with me on this experience, so its very much valued.

  • Adding an introduction slide
  • Liked the web camera insertion of me in the bottom right
  • Move the web camera down to eye level
  • Make some bullet points to read from/Script. Like if you were giving a presentation
  • Control the um’s and ah’s
  • Don’t include seller information (well blur as much as possible)
  • Sound quality altered between headset and desk microphone
  • @Phil Polish my bold spot
  • @Grek Don’t wear an orange hoody, looks like “Guantanamo Bay.”
  • @Lack of Bristolian accent
  • Shut up

Thanks

Comments?

Any feedback you might have is thoroughly welcomed, the comment box is below or a contact form for email or you can contact me via Skype or phone on the Contact Matthew page

Interactive Voice Response

No idea how I ended up finding this, however it struck a ‘how neat’ cord. Take a few minutes to watch the video below:

Soo… what does this does this mean? It means you could with a few well thought-out questions (& some bribery) get your customers demographics & psychological profile uncovered[if you have no idea what I am talking about, Google these terms now NOW!!!]

Used correctly, this could give the impression of a massive company on a minuscule budget. Used badly it could have a negative impact, I’d suggest you enrol the help of another who does not have a strong accent or even employing a sweet sounding student to do the voice overs.

Tip: Gumtree is a fab place to look and remember it can all be done remotely, so pick a city you like and try there first!

This idea is not new, by all-out idol Tim Ferriss [I’ll explain later] mentioned it in his 4 hour work week book, its also mentioned in another recent book I read. I’ve noted this and look out for a future blog post titled ‘As Big as Big Boys – How Appear to be Big on a Shoe String’.

This whole idea got the creative juices going, so looking at the other YT videos they had, I came across this:

Now, thats another neat concept. What if I gave the Customer Services staff the ability to work from home a set number of days? Taking it further, what if the entire order-line was handle by staff that I I don’t even employee, just pay per minute to process orders through one of the websites? Hey I think we’re on to something here, this topic is worthy of a future post, watch this space.