
Originally Posted by
salex
I am looking for the same thing - a bookmarklet. Elgg has this for their bookmarking utility. It is a javascript button that you drag and drop to the toolbar of your browser.
We had a bookmarlet in the early beta versions of Pligg.. It was available from a users profile. Most people didn't use the feature so it was removed when the Pligg 1.0 series was coming out.
This is the bookmarklet code. You can put it wherever you'd like..
Code:
<a href="javascript:q=(document.location.href);void(open('{$my_base_url}{$my_pligg_base}/submit.php?url='+escape(q),'','resizable,location,menubar,toolbar,scrollbars,status'));">{#PLIGG_Visual_Name#}</a> Also note that you will want to remove line 19 of of your submit.php file.
Hope that helps.