Hi,
What do you mean with ' integrations into profile page'? Do you mean that when clicking the user avatar in an article you get a 'customized' user profile that 'mimics' the CJBlog profile with all CJBlog functionality?
Yes, for example you can see Jomgallery plugin at
https://www.easy-profile.com/docs/94-joomgallery-plugins.html
A tab for each integration. We have made Easy Profile to be extensible, we would like to centralize everything in the profile page, now if you use many component you have many profile pages.
I have a simple solution to get cjblog profile instead Easy Profile profile page
on our Jomsocial Bridge edit the file /components/com_community/libraries/core.php at line 32 replace this:
$url=str_replace('com_community', 'com_jsn', $url);
with this
$url=str_replace('com_community', 'com_cjblog', $url);