denvergeek
Member
Posted 9 months ago #
I've searched and searched, but basically what I'm looking for is a "Press This" type of bookmarklet, except for links.
I haven't used WP in a few years, giving it a try again. I seem to remember this having been available, but for the life of me I can't find it.
I see such a links bookmarklet alluded to in the wordpress.org features page.
Thanks for any and all help!
erick_paper
Member
Posted 9 months ago #
I am looking for this too. Any thoughts?
11Mystics
Member
Posted 2 weeks ago #
Better late than never. I just found this one. Just create a new bookmark on your bookmark bar and then edit the code changing the domain name to the domain name of your WP installation.
javascript:void(linkmanpopup=window.open('http://YourWordpressSiteHere.com/wp-admin/link-add.php?action=popup&linkurl='+escape(location.href)+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();