Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Facebook Slide-Out Widget? Reply To: Facebook Slide-Out Widget?

#173032
Paulie_D
Member

You would have to create the element, position it offscreen and then use Javascript to bring it onto the screen once a certain point is scrolled to.

Jquery has a few plug-ins for the scrolling bit and the rest is just basic positioning.