Community Add-Ons
| Maintainers: | twoifbysea |
MySpace - Add To Friends Infobox
for osCommerce Online Merchant v2.2
This infobox provides a MySpace.com "add to friends" button by which your customers can add your store to their MySpace.com friends list. You must have a MySpace.com account for this to work.
Feel free to change or improve this contribution as I am in no way a php wiz.
Changed to add the addFriendIcon.gif to your image file instead of from the myspace.com server so that you can display the box on SSL pages without errors.
Also changed the code in column_right.php or column_left.php from showing on SSL only pages to all pages.
To upgrade add the addFriendIcon.gif to your image file then change:
if ($request_type == NONSSL)
{
include(DIR_WS_BOXES . 'add_to_friends.php');
}
to:
include(DIR_WS_BOXES . 'add_to_friends.php');
in your column_right.php or column_left.php
