You've found a bug in our most recent release. The SCSocialWidget module works with those social features, but the easy-tags aren't working yet. The fix is easy though, if you're up for a minor code change. To do so, please edit the /plugins/system/jfbcsystem/jfbcsystem.php file. Around line 20 you'll see a long list of values for the different social features. Please add the following lines:
'scgooglecommunitybadge' => array('provider'=>'google', 'widget'=>'communitybadge'),
'scgooglepagebadge' => array('provider'=>'google', 'widget'=>'pagebadge'),
'scgooglepersonbadge' => array('provider'=>'google', 'widget'=>'personbadge'),
'scgoogleembeddedposts' => array('provider'=>'google', 'widget'=>'embeddedposts'),
'scgooglefollow' => array('provider'=>'google', 'widget'=>'follow'),
'sctwitterfollow' => array('provider'=>'twitter', 'widget'=>'follow'),
'sctwitterhashtag' => array('provider'=>'twitter', 'widget'=>'hashtag'),
'sctwittermention' => array('provider'=>'twitter', 'widget'=>'mention'),That will make sure all the widget tags work properly.
Sorry for the trouble. That fix will definitely be in the next release as well.
Thanks,
Alex