Replies
- Brajesh Singh on June 25, 2016 at 8:57 am in reply to: [Resolved] Spam In FB-Like Activity Stream #4425
Thank you for confirming Lee 🙂
- Brajesh Singh on June 25, 2016 at 8:56 am in reply to: [Resolved] Filter out groups from FB-liake user activity stream #4423
Thank you for confirming Lee. It is always a pleasure to help 🙂
- Brajesh Singh on June 25, 2016 at 8:55 am in reply to: [Resolved] Facebook like activity stream plugin creates 404 error #4422
Hi Christopher,
Marking it as resolved now.Thank you
Brajesh - Brajesh Singh on June 24, 2016 at 11:51 pm in reply to: [Resolved] Filter out groups from FB-liake user activity stream #4417
Hi Lee,
Please upgrade to 1.1.7. It includes native support for friends/followres/following all. Please remove the old code you are using for followresTo disable including groups, you can put the following code
add_filter( 'fblike_activity_include_groups', '__return_false' );There are now filters available to enable/disable friends/followers/following too. by default, the Followers are not included by the user’s whom the current user following is included.
If you want to enable even including followers, you can add the following line
add_filter( 'fblike_activity_include_followers', '__return_true' );Hope that helps.
PS: Spam is fixed too.
- Brajesh Singh on June 24, 2016 at 10:58 pm in reply to: Need help with links, BuddyPress Notify Post Author on Blog Comment #4414
Hi Michael,
Thank you for the details and I will certainly update this plugin. Please give me a day.Thank you
Brajesh - Brajesh Singh on June 24, 2016 at 8:38 pm in reply to: [Resolved] Facebook like activity stream plugin creates 404 error #4412
That is the problem. Please upgrade to 1.1.6 and it will work. I have tested it with BuddyPress 2.6.0 & WordPress 2.5.3
Thank you
Brajesh - Brajesh Singh on June 24, 2016 at 8:33 pm in reply to: [Resolved] Facebook like activity stream plugin creates 404 error #4410
Hi Christopher,
I am sorry for the inconvenience.
Which version of the plugin are you using? Also, which version of BuddyPress are you using? Has it happened after the upgrade?Thank you
Brajesh - Brajesh Singh on June 24, 2016 at 8:30 pm in reply to: [Resolved] Filter out groups from FB-liake user activity stream #4409
Hi Lee,
Just updating. I wrote the whole new plugin today and was about to upload when I realized that you are on 1.8 and the new needs 2.0.I will take a little time more to update the FB Like to work as you expected and release the new one with BP 2.0+ compatibility some other day.
I am sorry, I won’t be able to check it on the site due to it’s content. Will be testing on my local and get back to you.
Hi Christian,
Thank you for the details. Please let me test that and I will update you.