Hi illwriteit,
wpDiscuz is not designed for working with Super Social commenting. We don’t support this. wpDIscuz only works with simple social buttons of Super Socializer plugin. Please turn on whether Super Social commenting or wpDiscuz, those can’t work together. This is not included in wpDiscuz features and compatible plugin list.
It still can be done:
http://www.illwriteit.com/test-page/
You have to edit your form.php file within the comment-form subfolder. Encase your comment system in a tab system, such as the one that comes with visual composer which is populate. Then you add the php shortdoes from super socializer:
http://support.heateor.com/social-commenting-shortcode/
into the other tabs you wish to add. You also have to use CSS over rides for facebook
.fb-comments [style] {width:800px !important;}
If you’re using the theme I am (theseven)
I think this is something you may want to consider in the future. The problem with this plugin is that you can’t integrate actual facebook commenting. Your plugin is by far the best commenting plugin for wordpress, but when you comment on a wordpress site your friends don’t see your activity on facebook whereas they do if you comment through the facebook plugin. It would be a great thing you someday considered making a similar tab system. Sure they can bridge their facebook account to the site and make a wordpress account and comment with it, but lots of people don’t like giving websites permission and it cuts down on the amount of people doing it, not even sure if they bridge accounts if it shows up as an activity on their FB page when commenting on your site via this plugin.
I know you’re not supposed to edit core plugin files because of updates but I marked the spots I changed so I can modify code in future updates.