Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ckchaudhary

    (@ckchaudhary)

    Hi,
    Your server must be running a php version lower than 5.3.

    What you can do is :
    open the file public_html/wp-content/plugins/fb-like-notification-for-buddypress/bp-fb-like-notification.php and go to line number 17.

    Replace the line
    add_action( 'bp_include', function() { new BP_FB_like_notification(); } );
    with the following:

    add_action( 'bp_include', 'bfln_instantiate' );
    function bfln_instantiate(){
    	new BP_FB_like_notification();
    }

    save the file.. it should work now

    Hi there,

    Great plugin. Is there a way to make this a sidebar widget? This would really be awesome.

    this plugin doesnt work in latest wordpress and buddypress, modification needed?

    Plugin Author ckchaudhary

    (@ckchaudhary)

    Hi @joomir,
    I just tested the plugin with WordPress 3.6 and BuddyPress 1.8 and it works fine.
    Let me know what versions you are using

    Hi, no sorry plugin work fines. does this plugin send notification when post liked?

    Plugin Author ckchaudhary

    (@ckchaudhary)

    The plugin doesn’t add/send any notification by itself. The plugin fetches and displays whatever notifications are there. So for your answer, no it doesn’t.
    On a side-note, it’ll be more convenient if you start a new thread for new questions. Thnx

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem while activation of the plugin’ is closed to new replies.