Widgets for Your Site

If you're an online shop and want to get more people adding your items to their shopping pages you'll be happy to know that we're making some fantastic little buttons and badges that you can put on your product pages.

The Basic Badge

The code you'll need

<script src="http://www.naturalbornshopper.com/tools/addtopage.js" type="text/javascript">
</script>

 

Basic Badge with a URL that's different from the current page

The code you'll need

<script type="text/javascript">
nbs_url = 'http://www.dotcomgiftshop.com/shopexd.asp?id=2810';
</script>
<script src="http://www.naturalbornshopper.com/tools/addtopage.js" type="text/javascript">
</script>

 

Basic Link

The code you'll need

<script type="text/javascript">
nbs_url = 'http://www.dotcomgiftshop.com/shopexd.asp?id=2810';
nbs_skin = 'link';
nbs_text = 'add to nbs';
</script>
<script src="http://www.naturalbornshopper.com/tools/addtopage.js" type="text/javascript">
</script>

 

Basic Link with adds count

The code you'll need

<script type="text/javascript">
nbs_url = 'http://www.dotcomgiftshop.com/shopexd.asp?id=2810';
nbs_skin = 'link';
nbs_adds = 'true';
</script>
<script src="http://www.naturalbornshopper.com/tools/addtopage.js" type="text/javascript">
</script>

 

Simple add graphic

The code you'll need

<script type="text/javascript">
nbs_skin = 'link';
nbs_text = '';
</script>
<script src="http://www.naturalbornshopper.com/tools/addtopage.js" type="text/javascript">
</script>