“Add Link” Bookmarklet for Wordpress
I managed to find how to put an “Add Link” or “Link This” bookmarklet in my browser bar. Â It needed a teeny update, so I thought I’d post how I did it, in hopes it might help somebody else.Â
The original was in this forum thread by “rileycentral” : Â
WordPress › Support » addlink bookmarklet gone?.
All I did was change the width of the popup window to 800px to allow for the new 2.7 admin layout. Â You’ll need to change the url to your own, then copy and paste the code to your address bar and drag it into your bookmarks bar. Â That’s what I did in Safari, anyway. Â If there’s a better way- please let me know.
You can leave a response, or trackback from your own site.





[...] Jessica Tompson posted a version that works well (in wordpress 2.8.4) , with instructions on how to use it: [...]
Great bookmarklet! Here’s the stripped-down version I use:
javascript:void(linkmanpopup=window.open(‘http://urlhere.com/wordpress/wp-admin/link-add.php?linkurl=’+escape(location.href)+’&name=’+escape(document.title),’LinkManager’,’scrollbars=yes,width=800,height=550,left=15,top=15,status=yes,resizable=yes’));linkmanpopup.focus();window.focus();linkmanpopup.focus();