Nicole Simon
Create an account or sign in to get started
FriendFeed
posted a message
“Friendfeed request: Give me a bookmarklet which searches the highlighted text on the current page on friendfeed so I can easily give my "liked" to the source feed or this entry rather than post yet another disconnected link.”
April 13 at 12:06 am - Link
No need for a bookmarklet... a "Find others" button is coming ;) - Aviv
Until it does this should do it: javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://friendfeed.com/search',...; - Glenn Slaven
Sorry, having trouble getting the url to post in the comments properly, I've posted it here instead: http://blog.slaven.net.au/arch... - Glenn Slaven
Working like a charm, thanks! from posting to implementation in like 15 minutes. I like ff ;)) And while I cannot really program js myself, examples like this are really helpful even if they look simple, because they give me something to take apart and adapt ;) - Nicole Simon