• Plugin Author rdbeach

    (@rdbeach)


    As of version 2.1.16, the FCChat widget can be run in fixed mode, which means that the widget will stay fixed in the browser viewport as the users scrolls through the page.

    A screenshot of this mode is shown below:

    Click for screenshot.

    To enable fixed mode, go to the configuration file FCChat/config/config.js, and set the following option:

    //STYLE
     widget_style_template:"widget_fixed_bottom_right.js",

    Of course, this will fix the widget to the bottom right corner of the screen. There are four different ready made widget templates you can use to place the widget in different screen locations. They are as follows:

    widget_fixed_bottom_right.js

    widget_fixed_top_right.js

    widget_fixed_top_left.js

    widget_fixed_bottom_left.js

    These widget style templates are found in the styles directory.

  • The topic ‘Tutorial: Using FCChat in the Fixed Mode’ is closed to new replies.