Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Tutorials => Topic started by: osler on April 20, 2013, 05:00:09 pm

Title: [TUTORIAL] Tweets on loginscreen
Post by: osler on April 20, 2013, 05:00:09 pm
This script will publish your tweets as a server alert.

Instructions:

-Make a new file called index.php with the following content: http://pastebin.com/ir7DKCqh (http://pastebin.com/ir7DKCqh" onclick="window.open(this.href);return false;)
-Remove "blizzardcs" and add your twitter account name
-Place it in a new foolder in your webserver. For example "http://mycustomserverrocks.com/something/login/serveralertframe/"
-Follow Steff´s tutorial using this file instead the .html one which he provides viewtopic.php?f=61&t=778 (http://modcraft.io/viewtopic.php?f=61&t=778" onclick="window.open(this.href);return false;)

Screenshot (from blizzardcs twitter ;) ) :
http://gyazo.com/5d854550f251f83c3d3bd2df618cbb36 (http://gyazo.com/5d854550f251f83c3d3bd2df618cbb36" onclick="window.open(this.href);return false;)
Title: Re: [TUTORIAL] Tweets on loginscreen
Post by: fearless_wind on January 31, 2014, 03:28:25 pm
Doesn't work for me  :(
Title: Re: [TUTORIAL] Tweets on loginscreen
Post by: Steff on February 03, 2014, 12:20:34 am
Nice idea :)  Thanks for sharing.
Title: Re: [TUTORIAL] Tweets on loginscreen
Post by: Skarn on February 03, 2014, 08:33:12 am
This tutorial won't work because Twitter API has changed heavily. This code requires a lot of fixing.