Topic-icon linkedin share button is missing

Active Subscriptions:

None
10 years 2 months ago #57537 by frozange
please look any article on lafactory.com
for some reason linkedin button does not work...
works with social plugin from sh404
The topic has been locked.
Support Specialist
10 years 2 months ago #57540 by alzander
I don't see anywhere on that page that the LinkedIn button is set to show. Can you let me know where I should be looking?

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 2 months ago #57541 by alzander
Ahh. I just went to a K2 article. In the Javascript console in the browser, the following is shown:

Uncaught Error: You must specify a valid JavaScript API Domain as part of this key's configuration.


If you've setup JFBConnect for LinkedIn Authentication, you'll need to follow every step of our setup guide . In your specific case, double check step 3-E for your Javascript domain.

If you're only using the Share button for LinkedIn and not using authentication or some of the other widgets, you can remove the API/Secret key for LinkedIn altogether.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #57562 by frozange
I removed the keys, share linkedin button still missing...
The topic has been locked.
Support Specialist
10 years 2 months ago #57565 by mel
Yes, but you will also need to go into your LinkedIn application to add the javascript API domain before the button will work, as Alex mentioned above. I'm still seeing that error on your pages.

-Melissa
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #57566 by frozange
I also tried the other way around: I kept keys and added java domains. same issue.
The topic has been locked.
Support Specialist
10 years 2 months ago #57568 by alzander
Right now, I see that the API key is still set because the following HTML is on the page:
<script type="text/javascript">IN.init({
api_key: '77tmayefrapaon',
authorize: false});</script>
Can you remove the key one more time so that we can verify that code block is gone? If it doesn't go away, it means there's a caching issue. If it does go away, but the error persists, it means some other extension on your site is also loading a LinkedIn API key without the Javascript domain set.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #57572 by frozange
no it does not help at all. first I dont use cache. second I already told you the linkedin button from sh404 worked perfectly, of course I disabled it and nothing else tries to to load linkedin. since linkedin works with I use another, I am pretty sure it means your code is faulty.
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #57573 by frozange
I removed, the keys. again. no difference. should I use back sh404 which perfectly and ask for a refund ?
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #57574 by frozange
<script type="text/javascript">IN.init({
api_key: '',
authorize: false});</script>

as you can see the key is empty. I could certainly have other components trying to load facebook, but not linkedin. the only one was sh404 and I fully disabled it.
The topic has been locked.