WordPress 1.0+ “blog with right click in IE” fix
If you like this post, please subscribe to our RSS feed to read our new posts every day.
Here is a small temporary fix as emulated from the Nucleus site (one of their answers is flawed and their own code has bugs, oh well)
Create a new file on the root of your blog called rightclick.php and put the following in there (replace open(’http://… with your own servername):
<script type=”text/javascript” defer=”defer”>
doc=external.menuArguments.document;
lt=escape(doc.selection.createRange().text);
loglink=escape(external.menuArguments.location.href);
loglinktitle=escape(document.title);
open(’http://yourserver.com/yourweblogdirectory/wp-admin/bookmarklet.php?text=’+lt+
‘&trackback=1&pingback=1&popupurl=’+loglink+’&popuptitle=’+loglinktitle,’bookmarklet’,’
scrollbars=no,width=480,height=590,left=100,top=150,status=yes’)
</script>
Now create another file on your desktop called wordpress.reg and put the following in there (again replace the varibles please):
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Post To &WP : Mindful Musings]
@=”http://yourserver.com/yourwordpressdirectory/rightclick.php”
“contexts”=hex:31″
Now double click on the wordpress.reg file to add the information to the registry and the right click in IE should work at that point.
Visitors who read this post, also read:
Related posts from the past
- Javascript Bookmarklet for Mozilla to encode code elements
- Visitor Trac
- Lame Internet Explorer script error message
- Install WordPress Locally - Part 2 Of 2
- WordPress Javascript Quicktags
- AlumniLink - Alumni Text Database
- APAD: Search and Replace
- w.Bloggar - Post to your blog from your Windows Desktop
- Comment License Made Easy
- Random Image Header












Comments RSS
[...] from any site, but the default behaviour is broken. Fortunately, there’s a solution here although I’m yet to try i [...]
Information Unlimited » Comfortable blogging with a bookmarklet — 04/2/2004 @ 5:41 amComfortable blogging with a bookmarklet
Information Unlimited — 04/2/2004 @ 5:41 amStill getting used to the blogging toolset and finding the usual trouble. It’d be very nice to have a functioning bookmarklet so I can launch the blogging mechanism from any site, but the default behaviour is broken. Fortunately, there’s a soluti…