The WallContent.js use a regexp with a lookbehind assertion
_linkRe: /([\s]|^)(((https?\:\/\/)|(www\.))(\S+))/gi
It should be replace because it is not supported by all browsers.