• Resolved akingbenga

    (@akingbenga)


    Is there a shortcode for users online? The following information in FAQs is showing blank

    Users online:

    To Display Users Browsing Site
    To Display Users Browsing A Page

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    There is no shortcode for that. There is a bug in the new Plugins Repo that parses the code. I have filed a bug report few weeks back, https://meta.trac.wordpress.org/ticket/2655

    ### To Display Users Browsing Site
    * Use:

    
    <?php if (function_exists('get_users_browsing_site')): ?>
       <div id="useronline-browsing-site"><?php echo get_users_browsing_site(); ?></div>
    <?php endif; ?>
    

    ### To Display Users Browsing A Page
    * Use:
    `
    <?php if (function_exists(‘get_users_browsing_page’)): ?>
    <div id=”useronline-browsing-page”><?php echo get_users_browsing_page(); ?></div>
    <?php endif; ?>

Viewing 1 replies (of 1 total)

The topic ‘shortcode for users online’ is closed to new replies.