Here’s a bookmarklet
-
I’ve seen someone ask about this before, so thought I’d share what I did…
I love this plugin, but it’s kind of a pain to launch the site and navigate to the “Add Link” tab, so I figured out how to:
a) Open the “Add Link” page in a window,
b) Populate the current page in the “Target URL” field.How to:
– In Chrome, make sure your Bookmarks toolbar is showing (At the top right, click the 3 dots, then Bookmarks, then Show Bookmarks Bar.)
– Add any random shortcut to the Bookmarks bar.
– Right-click on that bookmark in the Bookmarks bar, and choose “Edit…”.
– Edit the “Name” field to be whatever you like.
– In the “URL” field, enter the text below (changing the URL to your site):javascript:void(linkmanpopup=window.open(‘https:// [YOURSITE] /wp-admin/admin.php?page=url_shortener_add&linkurl=’+escape(location.href),’LinkManager’,’scrollbars=yes,width=1200px,height=900px,left=350,top=50,status=yes,resizable=yes’));linkmanpopup.focus();window.focus();linkmanpopup.focus();
The topic ‘Here’s a bookmarklet’ is closed to new replies.