SocialBookmarking
Adds some social bookmarking icons to your site, including "Mail to a friend". More...
Classes |
|
| class | SocialBookmark |
| Holds information about a bookmark. More... |
|
| class | SocialBookmarking |
| Sets and services provides by the SocialBookmarking
module. More... |
|
| class | SocialBookmarkingEventSink |
| EventSink to deal with JCSSManager events. More... |
|
| class | WidgetBookmarking |
| Prints social bookmarking list. More... |
|
Detailed Description
Adds some social bookmarking icons to your site, including "Mail to a friend".
Usage
Use WidetBookmarking to output the icons. The module provides a lot of services and sets of them. See SocialBookmarking class for details.
print WidgetBookmarking::ouput($page_data, SocialBookmarking::SET_POPULAR_EN); // prints icons for popular bookmarking services in US print WidgetBookmarking::ouput($page_data, array( SocialBookmarking::EMAIL, SocialBookmarking::DIGG, SocialBookmarking::TWITTER ); // prints the three desired bookmarks
