I'm looking for a plugin such as Peepso, Buddypress, Buddyboss and so on, that can help me building an online community/ social media, with user profile and interactions.
My website is currently entirely based on Toolset, so 99% content based on Custom post types created by Toolset.
Do you have any suggestion about the best plugin for my specific case? One that integrated better with toolset. One that can integrate Toolset user actions post form with the user social community/profile.
Thank you!
Hello,
Toolset Types plugin is using WordPress built-in function register_post_type() to create custom post types:
https://developer.wordpress.org/reference/functions/register_post_type/
I assume you are going to display posts of custom post types in Buddyboss Activity page, you can follow their document to add custom post types into BuddyBoss setting:
hidden link
Hi, thanks for the reply.
I was asking for a suggestion. What is the best social plugin that integrates better with Toolset in your opinion? Thanks.
It depends on yourself, I have searched it in google, and found some related documents, for example:
BuddyBoss VS BuddyPress
hidden link
In Toolset side, Toolset plugins are using standard WordPress function register_post_type() to create custom post types, and using class WP_Query to query posts, so there should not be problem to use those Social Plugin with Toolset plugins.
And I have searched those plugin names in our known issues list:
https://toolset.com/known-issues/
Don't find any issue in "Open" status.