If you want to add social bookmarks to your cake projects, this helper will do the trick.
Usage
# Defaults: $this->Bookmark->getBookmarks(); # All: $this->Bookmark->getBookmarks(null, null, $this->Bookmark->availableBookmarks()); # Custom: $custom = (array)Configure::read('Bookmarks'); //or $custom = array('Twitter', 'Facebook', ...); $this->Bookmark->getBookmarks(null, null, $custom);
Link to GIT-Rep
Updates on bookmarks?
Are there any outdated bookmarks – or even some missing ones? Write me.
