Hi Brajesh,
I’m already using your filter to combine both friends and following, and it works perfectly. Now I would like another one to filter out non-self/friend/following group activity – in other words, I only want it to filter by user scope, so it ignores group updates that don’t relate to the user (but still includes group updates that ARE related to them). What function can I use to do this?
Hi Lee,
I will post the code tonight or tomorrow. In that case you will not need the FB Like Activity plugin.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.
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.
Thank you for confirming Lee. It is always a pleasure to help 🙂
The topic ‘ [Resolved] Filter out groups from FB-liake user activity stream’ is closed to new replies.