hi guys, I REALLLLY want to get this working but have hit a snag. As far as I can tell I have done everyting as instructed but nothing seems to happen. I entered my ebay id in my profile, linked that profile in all the codes, but the ebay link doesn't show in the postbit. Here is my member template code, is it something screwed up here? Thanks!
PHP Code:
<br />
<script language="JavaScript"
src="http://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=aojxpmx&bdrcolor=000000&cid=0&eksize
=1&encode=ISO-8859-1&endcolor=FF0000&endtime=y&fbgcolor=FFFFFF&fntcolor=444444&fs=0
&hdrcolor=C1BDB1&hdrimage=1&hdrsrch=y&img=y&lnkcolor=444444&logo=2&num=25&n
umbid=y&paypal=y&popup=y&prvd=1&r0=3&shipcost=n&sid=apug&siteid=0&&si=$userinfo[EbayID];sort=Meta
EndSort&sortby=endtime&sortdir=asc&srchdesc=n&tbgcolor=FFFFFF&title=My+EBAY+Listings.++
Thanks+for+looking%21&tlecolor=ADA99D&tlefs=0&tlfcolor=000000&track=1612559&width=570">
</script>
ok i made some progress, I now have the ebay icon showing on my postbit, but when i click it i get to a page that looks like it wants to show my auctions but nothing shows. I think my ebay code snippet is screwed up. I just don't follow how to do this:
Quote:
When adding your Ebay Sniplet Source Code to the template, find this bit &si=whatever and add your profile field: &si=$userinfo[fieldx]
|
Ok I have made more progress. I know have a working link, as in i get auctions showing up, however they have nothing to do with me! It's like they are random auctions coming from somewhere. Here is the script I am trying to get working:
PHP Code:
<script language="JavaScript" src="http://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=aojxpmx&bdrcolor=FFCC00&cid=0&eksize=1&encode=ISO-8859-1&endcolor=FF0000&endtime=y&fbgcolor=FFFFFF&fntcolor=000000&fs=0&hdrcolor=FFFFCC&hdrimage=1&hdrsrch=n&img=y&lnkcolor=0000FF&logo=2&num=25&numbid=y&paypal=n&popup=y&prvd=1&r0=2&shipcost=n&siteid=$userinfo[field6]&sort=MetaEndSort&sortby=endtime&sortdir=asc&srchdesc=n&tbgcolor=FFFFFF&tlecolor=FFCE63&tlefs=0&tlfcolor=000000&track=1612559&width=570"></script>
I have tried variations of it using my 'field6' with no luck, it's like it can't recognize my ebay account id?
**FIXED
I replaced siteid= with si=$userinfo[field6]
This is too cool!