Hi Mathias,
you can use the following PHP code to add Social Link:
<?php do_action('oa_social_link'); ?>
Just copy/paste it to the sourcecode of the page.
More info here:
http://docs.oneall.com/plugins/guide/social-login-wordpress/#4
Hi Alex,
you can directly add the link to your CSS stylesheet in the customisation settings of your site in your OneAll account.
There is also a hook that can be used so that you don't have to modify the plugin itself:
http://docs.oneall.com/plugi…
Hi Peter,
thank you very much for the testing and sorry for the assumption that the error was in your theme.
We are currently working on the LoudVoice plugin to add and option to disallow guest postings.
At the same time we will also analyze the e…
Hi Marti,
phpbb_oauth_accounts is a standard phpBB table that should always be present.
You can resotre it be exeucting the following code in your PhpMyAdmin:
CREATE TABLE IF NOT EXISTS `phpbb_oauth_accounts` ( `user_id` int(10) unsigned NOT N…
Hi Alan,
I had unfortunately no success in reproducing the error.
What could potentially happen is that the library is included for a given r value when the user logs in, i.e.:
/sso/library.js?r=1234
And that by coincidence our API generates the …
Hi Alan,
what have you are using as value for the lifetime of the SSO token?
https://docs.oneall.com/api/resources/sso/identity/start-session/
Regards,
Hi Alan,
it makes absolutely sense to have such an endpoint and we have now added it:
http://docs.oneall.com/api/resources/sso/identity/read-session/
It has been updated on Github as well:
https://github.com/oneall/php-sdk/tree/master/lib/sso_api
…
Hello,
I have now installed a brand new version of Joomla 3.6.5 in our test environment and I unfortunately could not reproduce the error. I tried to register, logout, login with Facebook and Twitter but it always worked.
Could you try to add this…
Hi Peter,
I could not detect any HTML errors in our plugin. It's possible that without LoudVoice the HTML is correct because there are two HTML errors and the second one "corrects" the first one.
It seems like you have changed your theme? Could yo…