How to Make Links That Opens When You Click on It on eBay?

Sorry I am not very good with computers, I have been looking at some youtube video but I dont know what I am watching.

I want to open an eBay shop with some of the clickable links, I remember before you can do it if you have an eBay shop and there was a eBay link build where you can make a hyperlink to put under the your listings. Now eBay has get rid of all the hyper links, but there are still many sellers on eBay can do it, such as some from China.

Can someone able to help me to a website or DIY website which I can make the clickable links on the eBay listings?

Such as this one here:

https://www.ebay.com.au/itm/USB-PC-DC-Travel-Power-Charging-…

If you look under the HOT Sells items, you can click them.

Thanks many

Related Stores

eBay Australia
eBay Australia
Marketplace

Comments

  • Did a quick search on the brand name (DataCaciques) next to the "Hot Sells"

    Seems like it's one of the listing tools and it's cross promotion function, their website is in Chinese though

    DataCaciques is a powerful traffic and sales analysis tool for eBay sellers, and also a very intelligent cross promotion tool. You can use it to analysis your traffic and sales,find the best or baddest listing,know buyer's location or search keyword and more insightful data. Big Data are driving business today.

    In addition to data analysis, it's also a powerful cross promotion tool,you can completely customize your cross promotion with just one click!

    • Is there a free way to do it? I had a look at Data Caciques it costs money

  • If you can add html code to an ebay listing (which it seems like they maybe did?) then they are using a list with each list item being a link. If that's the case then you can google w3schools html info to try figure it out

    • Sorry you mean the link of the item I want to put under the original listings?

      • Yes if you are talking about those squares with all their other items. From the code using 'inspect element' they are a list of links with images displayed and then laid out horizontally

        Basic version of the code on that page for those sections is like this
        <ul>
        <li>link to other item</li>
        <li>link to other item</li>
        </ul>

        ul is unordered list, li is list item. I have no idea how to make ebay listings though sorry, there must be a way to add html or something to the page

        • Thanks, I will play around and see what happens

  • Hay mate, here is a eBay article for adding html to your pages, hopefully it might help make things easier and add more things that you'd like.

    I've never done it before but I imagine it would be similar to creating html tags:
    <html>
    </html>

    and then placing your link tag in between?
    <html>
    <a href="http://www.google.com">Link Text</a>
    </html>

  • Just to add, eBay allowed certain links such as to any of the eBay pages and youtube videos. They do not allow to even manufacturer product page anymore.

    • Oh, thats crazy!

      The link I want to add under the main item I am selling is also listings on eBay, just a different product or design, is that allowed?

Login or Join to leave a comment