BuddyDev

BuddyPress Activity Autoloader

BuddyPress Activity Autoloader plugin automatically loads activities when a user reaches at the bottom of the page. It just simulates facebook like infinite activity auto loading of activity with BuddyPress.

For more, Please read this blog post .

 

Disabling on Mobile Browsers:-

If you are using version 1.0.2 or newer, you can disable it on mobile browsers by putting this code in your bp-custom.php or your theme's functions.php

add_filter( 'bp_activity_autoloader_disabled', '__return_true' );

Github Repo Link: https://github.com/sbrajesh/bp-activity-autoloader

Release History

  • Version: 2.0.0

    Tuesday, 29 June, 2021
    • Tested With: BuddyPress 8.0.0
    • Compatible With: BuddyPress 6.0+

    Complete rewrite. Supports all template pack and themes now.

  • Version: 1.0.2

    Thursday, 10 August, 2017
    • Tested With: BuddyPress 2.9.0
    • Compatible With: BuddyPress 2.0+

    Updated to add a filter 'bp_activity_autoloader_disabled' to skip autoloading on mobile browsers

  • Version: 1.0.1

    Wednesday, 23 September, 2015
    • Tested With: BuddyPress 2.3.3
    • Compatible With: BuddyPress 1.7+

    Updated to make it work with BuddyPress theme compat setup. Also cleans up the javascript.

  • Version: 1.0

    Tuesday, 05 March, 2013
    • Tested With: BuddyPress 1.7+/Buddypress1.8
    • Compatible With: BuddyPress 1.7+/Buddypress1.8

    Initial release. Works With BuddyPress 1.6+(tested with Bp 1.7 beta and with theme compat too).