I think that it can come true by plugin ( filter_question() / filter_answer() ). However, because it is so difficult, I don't recommend. The reason... It is necessary to consider inner link and mail anchor type. In addition, response performance may worsen by link count and other web site's load state.
It's my just hint. Probably, it is incorrect.
Module reference:
http://www.question2answer.org/modules.php?module=filter
Plugin process.
-
User clicks submit button.
-
Called filter_question() / filter_answer() function of your plugin from Q2A core.
-
Pull out link tags inner content by preg_match().
-
Get HTML contents by wget() / file_get_contents().
-
Pull out <title> attribute inner HTML by preg_match().
-
Replace value of link tags to title.