Well, okay. Replace The Facebook box on /community for this:
Twitter on /Community:
Code:
<div class="box">
<h3 class="title txt">Recent Tweets from @{hotelname}</h3>
<a class="twitter-timeline"
width="230"
height="320"
data-theme="dark"
data-chrome="nofooter noscrollbar transparent"
href="https://twitter.com/HOTELTWITTERNAMEHERE"
data-widget-id="YOURWIDGETID"
>Tweets from @{hotelname}</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
Do note that you need to make a twitter widget (you can use the default values, since everything you put there will be overrided by this script.
For newbies, here is how to make a twitter widget:
Log in to your Hotels twitter account and go to this link: Click
Then, when you made it, you see just right under the preview of the widget a code:

Copy the data-widget-id code you see there and paste it in my script where it says YOURWIDGETIDHERE
Modify in my script Your hotel twitter name and done.
-------------------
Facebook in Footer:
Replace first part of /extra/footer for this:
Code:
<section class="subfooter">
<div id="wrapper">
<div class="grid_17" style="width: calc(30% - 17px);">
<div class="box">
<h3 class="title txt">Like us on Facebook!</h3>
<div style="border:none;
height:170px;
width:230px;
overflow:hidden">
<div class="fb-like-box"
data-href="https://www.facebook.com/FACEBOOKPAGEHERE"
data-width="230"
data-height="170"
data-colorscheme="light"
data-show-faces="true"
data-header="false"
data-stream="false"
data-show-border="false"
data-link-color="#DD2E44"
scrolling="no"
frameborder="0">
</div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=282701708586704&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</div>
</div>
And ofcourse, if you want the facebook plugin in your language, change
Code:
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=282701708586704&version=v2.0";
in my script to your language code.
More to come. Leon, if you want help, i like this project and can help you if you want. Will look into Minimail today.
EDIT: Just realised that some parts in the Facebook Scripts are hard to read in the blue style, because of Link color, i already tried to modify it, but it looks impossible, because it is Facebook side, i am aware of this, and i am already looking into the Facebook Javascript SDK to modify the Link color.
- - - Updated - - -
New Release: The Habboway!
Download this: Click
and click overwrite. Now you have in your Header Menu The Habbo way + The page :)
Image:

Link to image: http://i.imgur.com/HUBkJmP.png