Hootsuite's ow.ly Hootlet Bookmarklet


/ Published in: JavaScript
Save to your folder(s)

This bookmarklet was recently removed from Hootsuite's site, but it seems prematurely: their Chrome extension doesn't work reliably, and other browsers miss out entirely.


Copy this code and paste it in your HTML
  1. javascript:var%20d=document,w=window,f='http://hootsuite.com/twitter/bookmark-tool-v2?',l=d.location,e=encodeURIComponent,p='address='+e(l.href)+'&title='+e(d.title),u=f+p;a=function()%7Bif(!w.open(u,'t','scrollbars=0,toolbar=0,location=0,resizable=0,status=0,width=550,height=330'))l.href=u;%7D;if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else%20a();void(0);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.