Topic-icon Google community code not working

Active Subscriptions:

None
12 years 2 months ago #42563 by target4fun
I have tried google follow and community badge and neither will work. I input my url from example and it just post the code only, no button. I even tried just the example code copy and paste and not even that worked. I doubled checked all plugins were enabled. I am not sure what else to do.

My page: ARma15.com

On my home page on right you can see the facebook follow button is working. directly below is the google code that isnt working. Thanks for your help!
The topic has been locked.
Support Specialist
12 years 2 months ago #42578 by alzander
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
The topic has been locked.