05-09-2018 08:49 PM - edited 05-09-2018 08:51 PM
For years I used thumbnail pictures as links to download large pictures. I recently paid to get a security certificat for my server where I host my pictures. I use this code as an example:
<a href=https://www.01521.com/ep/9294-06L.JPG width=1504 height=1000>
<img border=2 src=https://www.01521.com/ep/9294-06Lt.jpg alt="Thumbnail image of item, click to download large image!" with=155 height=104></a>
but it does not work with one of the user ids I'm using (rarestfinds) but it does work with the other user id (ebbayer). The two ebay numbers have the same code, with rarestfinds it does not work, with ebbayer it does work. Here are two ebay numbers of the two listings; the thumbnailpicture at the very end is the link to the large picture you need to click on:
https://www.ebay.com/itm/253612958890
https://www.ebay.com/itm/253488650420
here is one of my listings as I usually do it but the thumbnail links do not work:
https://www.ebay.com/itm/253470507478
Please do not tell me that I should use eBay's picture hosting service to avoid the problem; there are reasons to host pictures by yourself. To mention just one of them; hosting your own pictures does not restrict you to size and number of pictures showing your item.
My problem:
I'm hosting my own pictures since day one; as you know, eBay recently changed policy and requires everything to be encrypted, or as they call it, hosted on a secure server (https://).
Even so my pictures are listed on a secure server (https://) they do not download any longer if you click on the thumbnail pictures which I use as a link to the large pictures which should download once you click on a thumbnail picture.
Here is the weird thing about it; first it did work for me and anybody out there clicking on the thumbnails, then it did not work for anybody out there clicking on the thumbnails but as long as I was logged in with eBay, it did still work for me! Once I called eBay and after being transfered and re-transfered I finally talked to a guy familiar with HTML and eBay's inner workings. He tried to help me fix it, we thought he fixed it as he used my password (with my permission) to do it easier, and as it worked for him clicking on thumbnails, I thought the problem was fixed. This is actually how I found out that once I'm logged out, the links do not work for me either...
Here is another weird fact; the thumbnail link works with my user id ebbayer, but not with user id rarestfinds. Any ideas ???
If you can help I would appreciate it, thanks!
Solved! Go to Best Answer
05-12-2018 01:23 PM
Here is a little backgound that may help us to understand where some of these mandates are coming from.
Why are external links banned (along with javascript and flash)?
As a security measure, eBay's Active Content policy is based on utilizing the industry standard "sandbox" feature that is now integrated into all modern browsers. When eBay turns on that feature in listing descriptions (the description being the only part of eBay's page where a user can add code), the default browser response is to block any content that can be used to inject malware. Nothing that opens inside that window can inject malware. Links were also blocked by the browsers under the industry standard "sandbox" rule.
However, sellers wanted to be able to link to their eBay stores, other items, feedback pages, Youtube videos, etc., so eBay opened a loophole in their security to allow links. But now that means a link can jump out of the secure page and open to a malware page. The workaround is to block all links that are not on eBay's white-list, or safe list. What you experienced was eBay employing a filter to match your image links against its white-list. Your links failed and were stripped as the description was loading.
Sandbox rules only address site-based injectable malware and have nothing to do with a secure "connection". So "Sandbox" rules have nothing to do with "https".
Why do we have the https issue?
The https issue arose when Google announced their Chrome browser would begin flagging pages with a input field (like a search field) as "insecure" if it was not delivered over a secure "https" connection; and would be blocking pages with mixed content— where a "secure connection" page included non-secure delivery of embedded content.
That was a double-whammy to eBay. Search pages and listing pages don't need to be secure, yet Google claimed they would be flagged. So eBay had to make all search and listing pages secure. That led to a problem with user-supplied content, and suddenly sellers would need to put all of their embedded content on secure servers to avoid having Chrome block that "mixed content". The one-click-away page was eBay's interim solution to allow sellers more time to update their content to comply with Google Chrome's requirements. As long as the non-secure content was not embedded directly within eBay's secure page, the browser would still allow linking out to the non-secure content.
@rarestfinds wrote:
You wrote: "But closer examination shows that the description is being modified on-the-fly during delivery. We see a flag at the end of the ebaydesc url that will turn on the filter: &oversion=ac757603"
I have no idea about filters eBay may use in transferring listing using http with or without an SSL/TLS. If you can, I (and I'm sure others too) would like to hear more about this and other filters and what they do and how that works.
I write filters for my tools to help sellers find and fix eBay violations, like Active Content and SSL issues. I try to base my filters on what I see eBay filters doing or what I read in the specifications that eBay happens to be using. This gives me a bit of insight into what they are doing and why they are doing it, but that is the extent of my knowledge of eBay "filters".
I can tell that a filter was used because eBay has modified the description based on a flag added to the end of the URL, although I don't know how that flag works.
I also know that eBay has added their own script to the bottom of all embedded descriptions to force links to open in a new page. That particular script is an interim patch that will help sellers until sellers can add the target="_blank" attribute to all their links (more about this later). At some point, eBay may remove that service and mandate sellers fix their listings, because providing that service to sellers creates a small security loophole in their own code.
@rarestfinds wrote:Also, you wrote, "The new page issue does not apply to links of any sort, even if the links are not SSL-secure."
Please explain. It contradicts what my observation is; I observed that links without SSL/TLS would trigger the separate description page...
Keep in mind that a link is different than an embedded object. An embedded object loads as part of the page, so an image thumbnail that loads directly into the page must be secure because it is loading into a secure page. But a link away from the page (to your larger image) does not need to be secure because it does not load into the same page. It already loads one-click-away.
You can test this by adding a simple link and will see the non-secure link does not trigger the SSL filter that hides your description. I have added a link to this listing. It links to a non-secure destination, yet the full description appears right there in the page on desktop, not one-click-away (remember, the link is already set to one-click-away by using the target attribute).
https://www.ebay.com/itm/382319752153
The fact that my sample link also violates eBay policy by linking to a non-eBay page is another matter. eBay should be demoting this listing for that violation. If eBay applies the same sort of filter that showed up in your listings, that link would be gutted and there might be no demotion.
@rarestfinds wrote:Also, you wrote, "A problem with links will occur if a secure page opens a non-secure page right there inside the listing, and that only happens when the target attribute is missing."
Are you talking about the target attribute eBay stripped from my HTML code, specifically the address of the large picture on my server? Please explain, thank you.
eBay stripped the "href" (hyperlink-reference, or URL, or destination) part of your code. The target attribute, on the other hand, instructs the browser how that destination should load: within the same page, in a new page, replacing the same page so the back-arrow rolls back history, that sort of thing. eBay requires the target attribute point the link to a new blank page (target="_blank"). That puts the destination one-click-away so that the non-secure content will not try to open inside the secure page. If it tried to open inside the secure listing page, the Chrome browser would likely block it.
@rarestfinds wrote:I can't see the point; whether I embed thumbnail pictures or the large pictures being downloaded. Both images are being downloaded and are under the sellers control and subject to abuse of eBay's policies by seller's operating outside eBay's rules. What's the difference?
The difference is embedding (sandbox safe) vs linking (suspicious), as I hope I have explained above.
@rarestfinds wrote:Ebay's policy to not allow thumbnail pictures to be used as links to download larger pictures is breaking the camel's back in my book.
So I created a compliant thumbnail gallery from one of your listings to show that it is possible to include larger photos. But of course, the limitation is that the photo will display no larger than the frame that holds it.
https://www.ebay.com/itm/222974274603
05-10-2018 12:22 AM
05-10-2018 09:47 AM
It looks like @berserkerplanet did most of the sleuthing into the physical listings. Here is some useful info:
All non-eBay links are in violation of eBay policy, with the exception of some white-listed (allowed) freight and video hosting sites, as posted here.
https://www.ebay.com/help/policies/listing-policies/links-policy?id=4248
Thus, while you can host your own images, you can only embed them — you can't link to them. That is the mandate that started the whole Photobucket fiasco that covered the forums last year, when Photobucket lost those link referrals.
eBay has been sending out notices to sellers with "weblinks" in their listings and has said that listings with weblinks would be demoted in search at some point. However, it now appears eBay is responding to the vociferous seller complaints of "if you can flag it, why don't you just fix it", since this is an easy fix that tools like the Active Content Sandbox have been handling all year.
I originally suspected your "fix" was occurring directly in the listing process with eBay's "help me fix it" tool. That description editing tool previously added only the target attribute to links and should be updated to gut invalid links entirely.
But closer examination shows that the description is being modified on-the-fly during delivery. We see a flag at the end of the ebaydesc url that will turn on the filter: &oversion=ac757603
As can be illustrated by these two description URLs:
https://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=253470507478
https://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=253470507478&oversion=ac757603
05-10-2018 01:02 PM
Thank you very much for your responce.
In fact, links to USPS are exlicitly allowed; eBay states:
The following links can be used, as long as they follow the guidelines listed in our full policy below:
Internal links to other eBay pages are also allowed. This includes links to eBay Messages, other eBay items, Stores pages, Follow Seller or Add to my Favorite Sellers features. Found here:
https://www.ebay.com/help/policies/listing-policies/links-policy?id=4248
"See Full Description" buttons are still used to isolate listings containing none secure links in the description (http://)
I don't hope that a roll-out would take more than a coupe of days; this problem persists for at least two month now. Calls to eBay do not lead anywhere because you don't get to talk with anybody who has a clue... I found myself explaining the difference between http and https to an eBay expert...
If you find shop.ebay links in the source, it is not my doing, if it is in the source it is eBay's doing.
There are many other listings with violations, real violations, and the thumbnail links still work. Here are a bunch of listings of a seller who got the HTML code from me to do what I do:
Any more ideas??
05-10-2018 01:52 PM
@rarestfinds wrote:...In fact, links to USPS are exlicitly allowed; eBay states:
The following links can be used, as long as they follow the guidelines listed in our full policy below:
- Product videos
- Freight shipping services
- Other legally required information
Internal links to other eBay pages are also allowed. This includes links to eBay Messages, other eBay items, Stores pages, Follow Seller or Add to my Favorite Sellers features...
https://www.ebay.com/help/policies/listing-policies/links-policy?id=4248
You will need to open the links within that Help page to see that "freight" companies are truly freight (trucking companies) and not parcel services. USPS is not on the list of allowed freight companies because they don't offer a freight service.
It looks to me like eBay has a test running and that your "rarestfinds" seller name is affected by that test. See my prior post.
@berserkerplanet It appears that applying the same flag to another seller has no effect, so this may be occurring at the account level with a flag to turn it on under specific circumstances. Apparently the number in the flag can be altered and the flag will still apply. Only when the value is completely removed (or when the entire flag is removed) does the listing display the links.
https://vi.vipr.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=323240435430&oversion=ac757603
05-10-2018 05:59 PM
05-10-2018 06:04 PM
05-10-2018 06:38 PM
Who would have thought, you are correct, USPS links are at least not on the list of companies allowed to link to (shipscript advised me to open the link showing all the names). I wonder what the thought process is here.. I actually list items with USPS parcel select as it is the cheapest for the buyer, I then change it once the buyer paid and print a label with USPS priority. This way the buyer gets the benefit of the discount eBay is giving to sellers. And still some buyers do not give five stars for shipping cost... This the reason why I post dimensions and weight of each package so buyers could use the link to USPS and see for themselves... but that is another issue.
I just remember how much fun it was to sell on eBay twenty years ago. I remember it was snowing one day and I posted a javascript which generated random snowflakes coming down over the page and it was snowing! It was fun... not so much any more.. I stopped buying and will just sell what I still have. It gets worst by the day... I bought the domain name rarestfinds.com and will sell my best stuff there.
The problem is that eBay offers the same format of twelve standard pictures whether you sell dog poop enclosed in clear acrylic or a five thousand dollar musical instrument.
@berserkerplanet wrote:
In that test listing, the URL has been stripped out of the link element to your offsite full size pic. That's why it is no longer a clickable thumbnail: <a width=1504 height=1000>
That is also correct and I did not know. After reading your comment, I checked the source and sure enough, the address to the large picture is no longer part of the source. The code transfered with https to a seller does include the address so a seller thinks that everything is correct working (as I did) till potential buyers started complaining about the thumbnail picture links not working... Of course I'm aware that technically links to pictures are not allowed if eBay policy is read literally; since most other sellers using the format are still using it is weird that I can't...
Anyway, I will take your advice and clear the listing of everything which is even remote against eBay policy, however, without being able to post lots of pictures, I will no longer sell the good stuff on eBay.
Thanks again for you help, I will keep posting here if I learn more about this issue, and please do the same, thanks!
05-10-2018 06:56 PM
@berserkerplanet wrote:
One thing I don't understand. Why aren't listings with offsite image links getting a "See full item description" button? (the one of mine I left with the clickable map displays and works just fine with no warnings other than in the isdntek scanner)
As I'm struggling with this issue for some time now, it is my understanding that you don't get the additional "See full item description" button if all your links are secure, all of them! Run a query on the entire html page to make sure.
05-10-2018 07:01 PM - edited 05-10-2018 07:03 PM
Why aren't listings with offsite image links getting a "See full item description" button? (the one of mine I left with the clickable map displays and works just fine with no warnings other than in the isdntek scanner)
The separate description page is only for non-secure embedded content (image, video, stylesheet) that becomes a part of the page. So any embedded content with "http" instead of "https" will launch as an external page.
The new page issue does not apply to links of any sort, even if the links are not SSL-secure. A problem with links will occur if a secure page opens a non-secure page right there inside the listing, and that only happens when the target attribute is missing. In that case, the inner page that opens inside the description may be blocked by the browser or may become corrupted.
The reason eBay puts non-secure descriptions on an external page in the first place is because the browser (recall this is a chrome browser introduction) would probably block the content, and the description would fail to display — an unhappy scenario for both buyer and seller.
As for the offsite links, I have several test listings running to help me pinpoint the shutoff date. eBay has said they will shut down those listings, or worse, yet it appears they will have a soft landing available for sellers.
05-10-2018 07:08 PM - edited 05-10-2018 07:10 PM
Yeah, this is a weird one though. This "ghosting" of content is totally new. Going to be interesting to see how this plays out and what eBay is up to.
Yes, eBay was different years ago (I started as a buyer 17 years ago and as a seller 14 years ago). Some of the new stuff is good, but restrictions like these are a pain. ie: my clickable zone maps and zone charts I like to use that are now forbidden.
Not being able to link to mfg website for full info on some items I sell, etc. But it is what it is.
Yes, other sellers are doing things that are contrary to active content policy and other eBay policies, and as always, eBay is pretty bad about enforcing their own policies. Totally hit and miss (as you already know).
Anyway, you can use the images in your listings - you just can't link to the larger ones as you have been doing. Instead of putting the thumbnail in your listing, embed the full size ones.
Instead of
a href=https://www.01521.com/ep/9294-22L.JPG width=1504 height=1000> <img border=2 src=https://www.01521.com/ep/9294-22Lt.jpg alt="Thumbnail image of item,
click to download large image!" with=155 height=104></a>
use
<img src="https://www.01521.com/ep/9294-22L.JPG" width=1504 height=1000>
You will probably have to futz around with layout and striking a balance on "just big enough but not too big" size for the images, but it is doable. (A drawback may be that it's tough (if not impossible) to get good mobile device compliance with huge embedded images - I defer to @shipscript on that one once again)
Up until a couple of years ago I used a simple JavaScript image zoomer in some listings that got around some of the huge embedded image formatting issues, but that is now not possible.
I will post anything further that comes up - I think we have uncovered just the tip of an iceberg here.
05-10-2018 07:43 PM
If eBay offered 12 more paid photos to its 12 free photos, would you use the extras? eBay's zoom is their only technique that can display a full sized (1600px) image (in peekaboo mode). All of their other presentations are limited by their frame size and are often significantly smaller.
An inpage gallery is one solution to increase the number of photos down in the description, but the problem there is again one of frame size — eBay's page displays no wider than 1200px, and their mobile presentation is even smaller.
I usually advise sellers to limit their self-hosted image sizes to no more than 800-1000 px on the long side and to compress as much as possible. That way, multiples can be embedded directly as an HTML gallery created by a tool such as this:
http://www.isdntek.com/csstools/photos.htm
Of course, if you can't successfully display an image any larger than eBay's gallery, then there is no sense in adding your own photo gallery unless the purpose is to display additional photos.
05-11-2018 11:10 AM
@shipscript
It seems that you have a broad knowledge about the inner workings of eBay, picture hosting, third party listing tools, and last but not least, HTML and SSL/TLS issues. I truly appreciate your helpful postings here and I'm sure many others do too. I have not answered any of your comments before as they provide a lot of "food for thoughts," and each time I was about ready to answer, there was more.... great! I newly discovered this forum recently, I have not made use of it for at least ten years.
The question is, why are pictures important? Pictures don't lie (as long as they are not doctored in some way), they speak a thousand words. The more pictures the better. There is also psychology involved; the longer a potential buyer spends with a particular listing, the more this potential buyer gets attached. The more pictures to look at, the more time spent. It is not any different then spending time in a place you like or with a person you love, you get attached! It works. I also enjoy the creativity in taking pictures and proudly post them. I would not be surprised if eBay will soon charge for pictures and first needs to crack down on sellers hosting their own pictures. At the beginning, eBay charged about 4% in fees of the price an item sold for, today it is about 10% and another 4% goes to PayPal. If you buy an item for $700 and you sell it for $1,000, half the profit goes to eBay and PayPal! Not 14%, 50%!
That is too much, especially with all the restrictions and eBay's way of stifling sellers creativity.
Ebay's greed driven policies are presented as "making eBay a safer place" and, "providing a better buying experience." Ebay can't call it as it is, reading eBay's statements is like listening to Sarah Huckabee Sanders.
As fees are just too high, sellers, in order to survive, are trying to find ways to complete sales outside eBay and eBay is trying everything to prevent it.
Ebay's policies are not guided based on what is right and necessary, they are guided by what is most profitable for eBay. Here is another profound observation of mine; eBay's policies are all geared towards favoring buyers, the buyers are always right even if they are not. What is right and wrong does not matter to eBay! Here is why: As long as buyers have no reason to leave eBay, sellers are forced to sell on eBay as it is (as of know) the only game in town. The fact that sellers can't leave neg feedback to a buyer is an expression of this profound policy. Even fraud is tolerated as long as it does not cost eBay anything... as mentioned before, sellers have no other choice than selling on eBay. Or do they?
If I would be forced to make a prediction, I would predict that eBay will be a thing of the past before I die and I'm 67 years old.Ebay is trying to do too many things; eBay started out as a site where collectibles and antiques were offered to the highest bidder. Ebay's introduction of the fixed price format was meant to compete with sites like amazon. We all know that Jeff Bezos, and I'm sure you are familiar with the name, is leaving eBay in the dust as he is innovative like no other! On the other hand we have Devin Wenig, who is that you may ask. To be honest I had to google "ceo of eBay?" to find his name. When did he innovate the last time (increasing fees and implement stifling policies are not considered innovating)? BTW "wenig" translated into German means "less or a little."
Enough said of this; is there hope? Yes, web indexing is not only driving eBay's search engines, it is also driving Google's search engines. There is no reason that individuals can't sell on their own website and I have an increasing number of friends who turned already their backs on eBay and started selling their items through their own webiste.
I got a little side tracked here, btw, the one of a kind sewing machine which started all this - eBay # 25347050747, sold last night despite the thumbnail picture-links not working and the buyer never getting to see any large pictures. It will be the last valuable item (<$500) I listed/sold on eBay,unless eBay will be able to fix this bug or, if it is eBay's doing, eBay will change what they do or are testing to do, as shipscript suggested here in a previous post.
@shipscript
You wrote: "But closer examination shows that the description is being modified on-the-fly during delivery. We see a flag at the end of the ebaydesc url that will turn on the filter: &oversion=ac757603"
I have no idea about filters eBay may use in transferring listing using http with or without an SSL/TLS . If you can, I (and I'm sure others too) would like to hear more about this and other filters and what they do and how that works.
Also, you wrote, "The new page issue does not apply to links of any sort, even if the links are not SSL-secure." Please explain. It contradicts what my observation is; I observed that links without SSL/TLS would trigger the separate description page...
Also, you wrote, "A problem with links will occur if a secure page opens a non-secure page right there inside the listing, and that only happens when the target attribute is missing." Are you talking about the target attribute eBay stripped from my HTML code, specifically the address of the large picture on my server? Please explain, thank you.
To answer your question whether I would pay for additional photos in excess of the 12 pictures eBay offers, the answer is a clear no. I have been unhappy with eBay for a long long time. Ebay's policy to not allow thumbnail pictures to be used as links to download larger pictures is breaking the camel's back in my book. I can't see the point; whether I embed thumbnail pictures or the large pictures being downloaded. Both images are being downloaded and are under the sellers control and subject to abuse of eBay's policies by seller's operating outside eBay's rules. What's the difference? I don't get it.
Once again, I appreciate your help and involvement on this forum.
05-12-2018 09:42 AM - edited 05-12-2018 09:44 AM
and
For what ever reason I can now post thumbnail pictures as links to large pictures with my user-name rearestfinds. Even completed listings all work again! I don't know whether my two hours on the phone with eBay did it, or anything which is here posted, or maybe eBay just fixed a bug which affected my user-name rarestfinds.
Here again the eBay number of the test-listing with the thumbnail picture in the description which did not download the large picture when clicked on, 253488650420. If you have a moment, please check it if it will work for you too. Thanks!
I will monitor the situation and will post here if there is any change.
Thanks the both of you for your kind help and have a great weekend!
05-12-2018 10:28 AM