Gets the server's social informations like website and social networks' names.
if(server.social.facebook.length) { world.broadcast("Follow us on facebook! facebook.com/" ~ server.social.facebook); }
See Implementation
Gets the server's social informations like website and social networks' names.