This extension is a wrapper to the jquery plugin bookmark (http://keith-wood.name/bookmark.html)
protected/extensionsSee the following code example:
$this->widget('ext.JQBookMark.BookMark'); or... <?php $this->widget('ext.JQBookMark.BookMark', array( 'sites'=>array( 'facebook', 'linkedin', 'myspace', 'netvibes', 'orkut', 'wikio', 'twitthis', 'yahoo', 'google', 'delicious' ) ) );
Total 2 comments
Works great! Only change I had to make it to work is make getId compatible with CWidget::getId.
The LinkedIn did not work for me even with the latest update of the js files.
This extension looks wonderful! :) Thanks! Number of sites it can sent bookmark to is really fantastic!
P.S.: I noticed some national services (first one on project page is Russian). Do you know, if this jQuery plugin and your extension wrapper for it supports adding new, own sites to the list of supported ones?
P.S.: "Try out a demo" link does not work as a date of writing it (10 December 2010). Returns "Error: 503 - Service Unavailable". Need to use "Homepage" instead.
Leave a comment
Please login to leave your comment.