Community Add-Ons

Maintainers: twoifbysea
Add file to this package
Top » InfoBoxes

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.

Legend:  Download   Report
Expand All / Collapse All
MySpace - Add To Friends Infobox V1.1 twoifbysea 20 Jun 2008  

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

remove ssl warning ATise 29 Dec 2007  
MySpace - Add To Friends Infobox twoifbysea 16 Sep 2006