We'll create fresh WordPress site with WoW Breaking News installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin will let you add a widget on your wordpress site displaying the in-game breaking news that you can se while logging in to World of Warcraft.
Supports EU, US, DE, RU, ES, FR, BR, TW, CN and KR Servers
To edit realm location settings edit wow-breaking-news.php and find:
//Realm location settings: (Default is eu)
eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
//ru(); //Russian
//es(); //Spanish
//fr(); //French
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean
Europe is in this case the choosen setting.
To change it to let’s say Russian, edit the code to look like this:
//Realm location settings: (Default is eu)
//eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
ru(); //Russian
//es(); //Spanish
//fr(); //French
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean