# eBay Onebox support for alternative URL style

**URL:** https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002
**Category:** Feature
**Tags:** pr-welcome
**Created:** [4월 22, 2016, 5:45오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002 "2016-04-22T17:45:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [4월 22, 2016, 5:45오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/1 "2016-04-22T17:45:59Z")

</div>

With people searching already for ideas for Mothers Day…  
… they are leaning on eBay for great ideas.

One of several that didn’t onebox correctly was this one:

`http://pages.ebay.com/link/?nav=item.view&id=272213415925&alt=web`  
[http://pages.ebay.com/link/?nav=item.view&id=272213415925&alt=web](http://pages.ebay.com/link/?nav=item.view&id=272213415925&alt=web)

`http://www.ebay.com/itm/272213415925`  
[http://www.ebay.com/itm/272213415925](http://www.ebay.com/itm/272213415925)

Now you can see the top link is not “oneboxing” as expected and that the 2nd link is for the same product in an alternative style link.

Could support be added for this alternative link style?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4월 22, 2016, 7:39오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/2 "2016-04-22T19:39:04Z")

</div>

Pretty sure this is opengraph or oembed, and thus has little do do with us… did you test it in the testing tool?

---

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [4월 22, 2016, 7:58오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/3 "2016-04-22T19:58:40Z")

</div>

> [@codinghorror](#):
>
> … did you test it in the testing tool?

Nope - but have now, it contains:

```json
{
    "site_name": "eBay",
    "title": "eBay",
    "image": "http://pics.ebaystatic.com/aw/pics/logos/logo_ret.png"
}

```

The redirection to the final page occurs in JavaScript.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4월 22, 2016, 9:13오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/4 "2016-04-22T21:13:35Z")

</div>

Compare

`http://pages.ebay.com/link/?nav=item.view&id=272213415925&alt=web`

> **[Iframely URL Debugger - Open Graph, Twitter Cards, oEmbed](https://debug.iframely.com?uri=http%3A%2F%2Fpages.ebay.com%2Flink%2F%3Fnav%3Ditem.view%26id%3D272213415925%26alt%3Dweb)**
>
> Check your URL against Open Graph, Twitter Cards, oEmbed specs. See what other apps see.

and

`http://www.ebay.com/itm/272213415925`

> **[Iframely URL Debugger - Open Graph, Twitter Cards, oEmbed](https://debug.iframely.com?uri=http%3A%2F%2Fwww.ebay.com%2Fitm%2F272213415925)**
>
> Check your URL against Open Graph, Twitter Cards, oEmbed specs. See what other apps see.

---

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [4월 22, 2016, 9:45오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/5 "2016-04-22T21:45:00Z")

</div>

Yes, my request is support for onebox transforming the known URL that doesn’t work into one that does.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4월 22, 2016, 9:46오후 UTC](https://meta.discourse.org/t/ebay-onebox-support-for-alternative-url-style/43002/6 "2016-04-22T21:46:15Z")

</div>

I just don’t know that I consider eBay so central to the web these days that it justifies custom oneboxing.

Perhaps a community PR
