BP Bookmarklet v1.1 : what’s new ?
-
Hello there..

Just added 1.1 upgrade to BP Bookmarklet. In this version :
- i tried to reply to @4ella who asked to automatically copy the selected text of a web page and put it in the activity textarea instead of the mention [your content here]
- i tried to reply to the people who asked to put the bookmarklet link at a different place than member header. To do so i added a sidebar widget. If the widget is added to the sidebar then the member header do not show the bookmarklet link.
- I also added a filter so that you can easily change the value of the mention ‘Share on nameofblog’ by whatever you want. See below for an example of code to use in your functions.php…
`add_filter(‘bp_bkmklet_href_name’, ‘bkmk_custom_mention’);
function bkmk_custom_mention(){
return ‘Bookmarklet’;
}`Have a nice sunday

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
yes that was the problem , now it works perfect !! very nice work !! , pls. warn users to completely unistall latest Bookmarklet and then install this new one , I have another question , it seems that bookmarklet doesnt work with the latest mozilla version (v.9.0.1 ) I can’t see the bookmarklet in the top of the browser anymore, I can’t drag it anymore , instead it works when clicking on it in the sidebar (not so cool because we have to open another BP tab to post the content), is it a Mozilla bug? Many addons doesn’t work with this version so I guess it is the Mozilla issue.