i want to have "email this link" like right clik in firefox
a botton or somthing
can anybody help
thanks!
This is a discussion on email link within the Plugins Development section, part of the Chrome Plugins category: i want to have "email this link" like right clik in firefox a botton or somthing can anybody help thanks!...
i want to have "email this link" like right clik in firefox
a botton or somthing
can anybody help
thanks!
I made a simple "AddThis" extension some time ago... but I don’t remember where I have the darn crx fileWhen I find time I maybe create a new one.... but there are bookmarklets out there?! I remember that I used a bookmarklet with FX "Send page via mail"...
OK found some email "bookmarklet":
Code:javascript:void((function(svc) {var d=document,w=window,p=0,b=function(){if(!p){p=1;if(w.addthis_sendto)addthis_sendto(svc||'bkmore',{product:'bkm-'+_atc.ver})}else{p=0;if(_atw)_atw.clb()}};if(!w._atc){var ol=w.addthis_onload||[],o=d.createElement('script');o.src='//s7.addthis.com/js/250/addthis_widget.js?domready=1&username=bookmarklet';ol.push(b);w.addthis_onload=ol;d.getElementsByTagName('body')[0].appendChild(o)}else b()})('bkemail'))
EDIT:
More Bookmarklets -> http://www.addthis.com/tools/bookmarklets
Last edited by nandayo; 08-17-2009 at 04:00 PM. Reason: "Added more bookmarklets"