05-31-2017 04:31 PM
OK, now you know how computer illiterate I really am 😞
I'm trying to figure out if I should worry about being "mobile friendly" and if I should check all my listings going forward?
05-31-2017 05:15 PM
I didn't see any HTML that you would have added to your listing, though I still would check them, since none of mine were mobile friendly, and I don't use HTML myself currently. I might have a few old listings with basic HTML in them.
05-31-2017 05:23 PM
Here's a link to educate you on HTML
05-31-2017 05:35 PM
Here is one test ebay had given us
put one of your item numbers in here & you can see what it looks like on mobile
http://www.i-ways.net/mobile-friendly/en-us/
05-31-2017 08:29 PM
@wendybac wrote:OK, now you know how computer illiterate I really am 😞
I'm trying to figure out if I should worry about being "mobile friendly" and if I should check all my listings going forward?
I clicked on a couple of your listings. You just have text -- I wouldn't worry about using the mobile checker. Your listings are fine. I also viewed them on a mobile device to confirm.
05-31-2017 08:35 PM
Thank you so much, I really appreciate that.
So is it because I just use text? And what else do people use instead of text that could create a problem?
05-31-2017 08:40 PM
Yes, using plain text you don't have to worry.
Those who use templates, put photos in description area and other "enhancements" would need to worry about mobile view.
05-31-2017 08:44 PM
@copper.boom wrote:
@wendybac wrote:OK, now you know how computer illiterate I really am 😞
I'm trying to figure out if I should worry about being "mobile friendly" and if I should check all my listings going forward?
I clicked on a couple of your listings. You just have text -- I wouldn't worry about using the mobile checker. Your listings are fine. I also viewed them on a mobile device to confirm.
So do I, and I still had to fix all mine for both issues below...
05-31-2017 08:48 PM
Time- you are using TurboLister. That may be the reason you had to adjust the horizontal scroll.
Other sellers who copy/paste from word often have html issues with horizontal scroll, too.
If you're typing text straight into the listing form there is no issue.
I'm pretty sure the viewport meta tag can be ignored. I remember an old post about it. I'll see if I can find it tomorrow.
05-31-2017 09:02 PM
I can't find it right now. I may have to sign in to a different ID b/c it might have been on the PS board. I'm pretty sure it was Heidi who posted about it. It was last year though so it's possible things changed. Will let you know if I come across it tomorrow.
05-31-2017 09:11 PM
Before I spend tons more time using the board search and since things may have changed since the post I'm referencing...
@shipscript Is it necessary to put in the viewport meta tag for plain text listings? Thanks in advance for your help! 🙂
05-31-2017 09:46 PM
The viewport meta tag is unnecessary for plain text. The plain text will wrap just fine on a mobile device.
The viewport meta tag tells the mobile browser that the page does not need to be zoomed out or shrunken to see the whole thing, as would be the case for oversized pages.
Instead, the tag tells the mobile browser to not zoom at all, and to let all the content wrap (if it can). If we add the meta tag when the page does note wrap correctly, the browser will add scroll bars instead of shrinking the page down to fit into the available space. In my opinion, the scrollbars are worse than a shrunken page, but tolerable if the scroll is only the width of some borders and one doesn't really need to scroll to see anything of value.
We see a lot of templates that almost make it, but end up with some border padding that won't pass the mobile checker. I wouldn't worry too much about those unless some text is clipped.
While eBay's mobile checker is nifty, it does take some time to load, or sometimes fails to load entirely. You can visually see how your listings are doing by pasting your item number or your template code into the Sandbox tool and clicking one of the size buttons to see if scrollbars appear.
http://www.isdntek.com/ebaytools/ActiveContentSandbox.htm
Plain text should always be mobile friendly with one exception: If leaning on the spacebar is used to align text, or a row of characters like asterisks or underscores are used to draw a line, those are non-breaking elements that won't break in the middle to wrap, and that can cause the text to spread too wide and fail to wrap correctly.
HTML is not really a problem either unless there are dimensions that force the page too wide. For instance, the smallest mobile device eBay cares about is 320 pixels wide. If HTML is used to set content to 600 pixels wide, the page won't squeeze down or wrap smaller than that width. Or if HTML is used to make a table, the table contents may not allow the table to squeeze down to the small size.
Designers use tons of HTML to make mobile friendly templates that scale down just fine, so HTML itself is not the problem. But HTML that was written without mobile in mind is often an issue.
05-31-2017 09:50 PM
Thanks so much for the comprehensive answer, Ship! That's definitely what I thought but I didn't want to state it as fact without confirming.