After a quick google search, I figured out how to make the MSN clickable feature work on firefox, but its on a personal basis and envolves messing around with your computers registry...i really dont see going through the trouble, this feature was just an after-thought, but If you really want to make it work:
open notepad and paste this code into it:
CODE
REGEDIT4
[HKEY_CLASSES_ROOT\foo]
@="URL:foo Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\msnim\shell]
[HKEY_CLASSES_ROOT\msnim\shell\open]
[HKEY_CLASSES_ROOT\msnim\shell\open\command]
@="\"C:\\Program Files\\MSN Messenger\\msnmsgr.exe\" \"%1\""
Save it as msnim.reg to your desktop
Double-Click and to add it to your registry.
I advise you to take extreme caution when playing with your registry.
If your like me and have altered the mod so all are clickable (minus ICQ) here are the latest registry edits for the most recent editions of Yahoo messenger, Windows Live Messanger and AIM
Windows Live Messenger:
CODE
REGEDIT4
[HKEY_CLASSES_ROOT\msnim]
@="URL:msnim Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\msnim\shell]
[HKEY_CLASSES_ROOT\msnim\shell\open]
[HKEY_CLASSES_ROOT\msnim\shell\open\command]
@="\"C:\\Program Files\\Windows Live\\Messenger\\msnmsgr.exe\" \"%1\""
AIM:
CODE
REGEDIT4
[HKEY_CLASSES_ROOT\aim]
@="URL:aim Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\aim\shell]
[HKEY_CLASSES_ROOT\aim\shell\open]
[HKEY_CLASSES_ROOT\aim\shell\open\command]
@="\"C:\\Program Files\\AIM6\\AIM6.exe\" \"%1\""
Yahoo:
CODE
REGEDIT4
[HKEY_CLASSES_ROOT\yahoo]
@="URL:ymsgr Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\yahoo\shell]
[HKEY_CLASSES_ROOT\yahoo\shell\open]
[HKEY_CLASSES_ROOT\yahoo\shell\open\command]
@="\"C:\\Program Files\\Yahoo!\\Messenger\\YahooMessenger.exe\" \"%1\""
Important!
I advise you to take extreme caution when playing with your registry - always do a backup first.
Edited by venom, 23 October 2007 - 03:06 PM.
warning added