Hi,
Navigate to Plugins page in your WordPress admin panel, search OAuth.php (OR any other plugin using OAuth class) in the plugin list and deactivate it.
I tried but return no results
Please update the plugin to latest version. I have fixed this issue in latest version.
Thanks, working now! π
How I change language in facebook comments? I say that because my country is Brazil the language is pt_BR. Thanks
Open “wp-content\plugins\super-socializer\js\front\facebook\sdk.js” file in your favorite code editor.
Search following code:
//connect.facebook.net/en_US/all.js
and replace with following:
//connect.facebook.net/pt_BR/all.js
Thanks man, you is the best!
A 5-star rating will do the justice… π
How I put social share code in my template? Using the framework are in wrong position, not showing in the footer.
Use following code:
<?php echo do_shortcode('[TheChamp-Sharing]'); ?>