Link to home
Start Free TrialLog in
Avatar of taz8020
taz8020Flag for United Kingdom of Great Britain and Northern Ireland

asked on

How to add external html to an ebay listing

Hi I would like to add an external html code to a ebay listing. I have the html snippets stored on my own server and would like to add these to the bottom of the listing. The snippets show the address, contact infomation etc. The reason I would like to do this is that my client has over 10,000 items on ebay and does not want to edit each one if they ever move or update the general info.

Please help
I Have tried the following but still I can not get this to work
<?php include("http://www.externalsite.com/filename.html"); ?> 
<!--#include virtual="http://www.externalsite.com/filename.html" --> 
<!--#include file="http://www.externalsite.com/filename.html" -->

Open in new window

Avatar of MattKenefick
MattKenefick
Flag of United States of America image

Pretty sure you can't use PHP or a serverside script on Ebay. The results could lead to disaster. Perhaps they have some sort of BB Code, but there's none that I know of.
ASKER CERTIFIED SOLUTION
Avatar of scrathcyboy
scrathcyboy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ah.. Thanks for the clarification @scrathcyboy. I clearly don't use eBay very often!
Avatar of sfinktah
sfinktah

You can use the eBay API to edit listings, although modifying listings once an auction has started is frowned upon.  Store items are different - since they are sold on the spot.

If you need true dynamic text in an Auction, you can use Flash, or render text into an image.  There is limited use of javascript permitted, YMMV.