What would be the ideal way to implement:
-
A list of widgets / panels . I am looking for widgets like in
iGoogle or heft.me. A possible solution would be to use the css
from the heft.me site, but I would like to know if there is a
twitter bootstrap way of doing it or are there any extensions
available ? -
Once I achieve rendering widgets, I will be adding widgets
dynamically. I would like these widgets to be horizontally
scrollable. One possible solution is that I should tweak the
carousel plugin that comes with twitter-bootstrap, but again I would
like to know if there is a better way ? -
Will it be advisable to maintain a list of horizontal scrolling
widgets for smaller devices like mobile phones or is better to
render them differently on mobile devices, may be accordion panels
or something of that sort ?BTW I am using twitter-bootstrap 2.0.4
Based on this answer and this jQuery plugin
Here is a working solution : jsfiddle.
I don’t know the plugin fiability, but you should be able to retro-engineer it if you want your own version of it.