all corners created equal
I implemented a few features tonight. Most notably the ability to position hab.la in any corner of your browser, i.e. TopLeft, TopRight, BottomRight, BottomLeft. Personally I think the BottomRight Corner is the best place for Hab.la, but I also believe in freedom, freedom to place the Hab.la window anywhere you want – the idea that all corners created equal, and shall not be ignored.
I’ll assume you are familiar with the Hab.la config object by now, if not do a search in the blog for wc_config(). You can use the wc_config() object to position the Hab.la window.
config = wc_config();
config.setPosition("TR"); // top right
config.setPosition("TL"); // top left
config.setPosition("BR"); // bottom right
config.setPosition("BL"); // bottom left
wc_init("your-habla-code",config);
That’s it. As always I greatly appreciate it when members of our community take something I write in the blog, and extend it into a wiki page, on the Hab.la Wiki.

Comments [0]