I made it work but not in the way it should work.
I modified the functions_wowcharcode.php file.
I made the following change :
Code:
function SetRealmName( $realmname )
{
$this->realmname = "Kul Tiras";
This way it does load up the character name.
But this also shows that the plugin somehow does not accept the realmname in " " format.
Maybe you can find out why it is not processing the realmname in the right way when there is a space involved in the realmname.