Skip to content

Instantly share code, notes, and snippets.

@philcon93
Last active August 25, 2016 04:10
Show Gist options
  • Save philcon93/d1338d5e47bcb473de66fe9598b637ce to your computer and use it in GitHub Desktop.
Save philcon93/d1338d5e47bcb473de66fe9598b637ce to your computer and use it in GitHub Desktop.
Neto eBay buttons

Neto eBay Buttons

B@SE

<script type="text/javascript">
document.write ("<a href=\"http://offer.ebay.com.au/ws/eBayISAPI.dll?BinConfirm&item="+ebayItemID +"\" title=\"Buy Item\" class=\"btn btn-lg btn-success btn-block\" target=\"_parent\">");
document.write ("BUY NOW");
document.write ("</a>");
document.write ("<a href=\"http://contact.ebay.com.au/ws/eBayISAPI.dll?ShowCoreAskSellerQuestion&amp;redirect=0&amp;requested=[@ebstore_name@]r&amp;iid="+ ebayItemID +"&amp;\" class=\"btn btn-lg btn-success btn-block\" target=\"_parent\">");
document.write ("SEEN IT CHEAPER");
document.write ("</a>");
document.write ("<a href=\"mailto:?subject=Checkout%20this%20[%url_encode%][@model@][%/url_encode%]&body=http://www.ebay.com.au/itm/"+ebayItemID +"\" title=\"Share Item\" class=\"btn btn-lg btn-success btn-block\" target=\"_parent\">");
document.write ("TELL A FRIEND");
document.write ("</a>");
document.write ("<a href=\"http://www.ebay.com.au/myb/WatchListAdd?_trksid=p2047675.l1359&SubmitAction.AddToListVI=x&item="+ebayItemID +"\" title=\"Watch Item\" class=\"btn btn-lg btn-success btn-block\" target=\"_parent\">");
document.write ("WATCH ITEM");
document.write ("</a>");
document.write ("<a href=\"http://offer.ebay.com.au/ws/eBayISAPI.dll?MakeBestOffer&rev=62&itemId="+ebayItemID +"\" title=\"Make Offer On Item\" class=\"btn-bn\" target=\"_parent\">");
document.write ("Make an Offer");
document.write ("</a>");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment