Hi, You need to add it to the html code of the page, so for example: in Themes/default/index.template.php, next to the login box. Not familiar with SMF, there is probably a cleaner way to include this code, because editing the Theme template looks too much of a hack. Also, you have to change the provided code to your site: especially the callback_uri parameter.
Answers
Some more information would be necessary.
How is it not working? The plugin can work on a local site, if that was your question.
Regards
But on my forum don't show on index page .
http://elliteinformatica.esy.es/forum
This is the way the plugin works (shows on login page).
You can add the icons at the quick login by inserting the plugin code in the page, as mentioned in support.oneall.com/forums/discussion/comment/1203/#Comment_1203.
Regards.
oneall.api.plugins.social_login.build("oneall_social_login_providers", {
"providers": ['facebook', 'google', 'linkedin', 'paypal', 'twitter', 'wordpress'],
"callback_uri": 'http://buybuildingsupplies.com.au/forum/index.php?action=oasl_callback;oasl_source=registration'
});
You need to add it to the html code of the page, so for example: in Themes/default/index.template.php, next to the login box.
Not familiar with SMF, there is probably a cleaner way to include this code, because editing the Theme template looks too much of a hack.
Also, you have to change the provided code to your site: especially the callback_uri parameter.
Regards.
For reference, here is some code for the template, adjusted to your site's URL.