Social Bookmarks v1.0 - del.icio.us, digg, etc
Initial Release
---------------
v1.0 - Initial release with support for del.icio.us and digg.
What Is Social Bookmarks?
-------------------------
This small addition to OScommerce adds links at the bottom of product pages so that users on your site can bookmark the page with a social bookmarking service such as del.icio.us or digg.
If you have additional services you would like to add to this contribution please feel free to add more.
Date: 29th June 2007
Author: Shaun Gostelow
Support Thread: http://forums.oscommerce.com/index.php?showtopic=267891
Legend: 
Download

Report
3) On any page where you would like to add this contribution, just paste the following lines
<!-- Add This start //-->
<?php
include (DIR_WS_MODULES . FILENAME_ADD_THIS);
?>
<!-- Add This finish //-->
the code missed <?php and ?>
I edit this code and run it great
Add This Contribution for osCommerce
See that in action here : http://cartzlink.com/product_info.php/cartzlink-with-installation-p-42
This file is created by jpf though much credit goes to bopper for much of it.
Thanks to Andyy for the corrections. Includes his Status Active and Inactive fix.
One of the easiest contribution to install.
------------
INSTALLATION
------------
1) Just copy the files under the folder catalog to your oscommerce root.
2) In includes/filenames.php add this line at the end of page
/*BOF Add This Contribution*/
define('FILENAME_ADD_THIS','AddThis.php');
/*EOF Add This Contribution*/
3) On any page where you would like to add this contribution, just paste the following lines
/*BOF Add This Contribution*/
include (DIR_WS_MODULES . FILENAME_ADD_THIS);
/*EOF Add This Contribution*/
4) Thats It. Sit back and enjoy.
Thanks
contributed by
cartzlink.com
Here's some 32 & 64 pi Thumbnails in png format with some transparency.
Social Bookmarks v1.0 - del.icio.us, digg, etc
Initial Release
---------------
v1.0 - Initial release with support for del.icio.us and digg.
What Is Social Bookmarks?
-------------------------
This small addition to OScommerce adds links at the bottom of product pages so that users on your site can bookmark the page with a social bookmarking service such as del.icio.us or digg.
If you have additional services you would like to add to this contribution please feel free to add more.
Date: 29th June 2007
Author: Shaun Gostelow
Support Thread: http://forums.oscommerce.com/index.php?showtopic=267891