In example link below the social Login text appears, but not the social media links/logos.
http://proffinfo.com/shop/index.php?route=account/register If removing it from the layout positions the social login text appears (Thats why I also think the module are correctly installed).
Also all settings are set right in admin area regards to the oneall set up guide, it is also enabled in the layout positions. I get no error messages in any kind
What may be the cause that it not appears or work?
Answers
one of the files required by our plugin is missing:
http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js
Please create the file /shop/catalog/view/javascript/oneall/frontend.js with the following contents:
(function() { /* Extract URL Parameter */ function oa_get_url_param(url, param) { var regex, results; param = param.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); regex = new RegExp("[\\?&]" + param + "=([^&#]*)"); results = regex.exec(url); return (results == null ? '' : results[1]); } /* Include OneAll Library */ function oa_include_library() { var tags, tag_src, subdomain, lang, lib; tags = document.getElementsByTagName('script'); tag_src = tags[tags.length - 1].src; subdomain = oa_get_url_param(tag_src, 'subdomain'); if (subdomain.length == 0) { if (window.console) { console.log('[OneAll] Missing subdomain. Library cannot not be loaded.'); } } else { lang = oa_get_url_param(tag_src, 'lang'); lang = (lang.length > 0 ? ('?lang=' + lang) : ''); lib = document.createElement('script'); lib.type = 'text/javascript'; lib.async = true; lib.src = '//' + subdomain + '.api.oneall.com/socialize/library.js' + lang; tags[0].parentNode.insertBefore(lib, tags[0]); } } oa_include_library(); })();
I uploaded it to the folder now. Could you check and see, because it is the same problem still.
Do I have to upload files to secondary languages to? I did it to the en_gb but not the norwegian.
Appreciate your help.
I you open the link in your browser it's still indicated as not found.
This file is missing:
http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js
If you click on the link you see the error 404
One question. As i see now I must set up API and otjher for each site I want to use allone on. Is there possible to use the same FB set up on multiple sites? On same server but different domain names for example, or different sites installed on different servers. I want to avoid to set up API' in allone solution, on facebook and other places.
Is it something offered in one of your products?