Sha256: 103e75155b52cdddc0d81c3538de52e01f5645ef501c4e0205aa1d31603b85f1

Contents?: true

Size: 1.71 KB

Versions: 156

Compression:

Stored size: 1.71 KB

Contents

$(document).ready(function(){
    var options =
        {
        scriptUrl: '//96Boards.disqus.com/embed.js',
        /*
            @type: string (url)
            @default: none
            @required
            URL of Disqus' executive JS file. The value is memorized on the first function call
            and ignored otherwise because Disqus allows only one instance per page at the time.
        */

        laziness: 1,
        /*
            @type: int (>=0)
            @default: 1
            Sets the laziness of loading the widget: (viewport height) * laziness . For example:
            0 - widget load starts when at the least a tiny part of it gets in the viewport;
            1 - widget load starts when the distance between the widget zone and the viewport is no more than the height of the viewport;
            2 - 2x viewports, etc.
        */

        throttle: 250,
        /*
            @type: int (milliseconds)
            @default: 250
            Defines how often the plugin should make calculations during the
            processes such as resize of a browser's window or viewport scroll.
            250 = 4 times in a second.
        */

        /*
            @type: function
            @default: none
            Disqus-native options. Check Disqus' manual for more information.
        */
        disqusConfig: function()
        {
            this.page.title       = 'Page Title';
            this.page.url         = 'Page URL';
            this.page.identifier  = 'Identifier';
            this.callbacks.onReady = [function()
                {
                  $( '.disqus-placeholder' ).addClass( 'is-hidden' );
                }];
        }
        };
    // jQuery
    $.disqusLoader( '.disqus', options);
});

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.4 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.9.3 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.9.2 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.9.1 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.9 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.8 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.7 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.6 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.5 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.4 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.3 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.2 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.6.0 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.6 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.5 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.4 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.3 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.2 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.1 assets/js/app/blog-comments.js
jumbo-jekyll-theme-5.5.0 assets/js/app/blog-comments.js