Topic-icon Tags Not Appearing.

Active Subscriptions:

None
10 years 10 months ago #33975 by prasanna
Tags Not Appearing. was created by prasanna
Hello Alex..


I have inserted the tags for jobs or share etc in my custom HTML module..But its not displaying anything there..I tried putting the share tag..Nothing is displaying there which clearly displays the share in modules..

Also whether we have to add the jobs or it will import it from the Linked In profile. If imports from Linked In , what are the parameters we have to provide in a modules(If I want to display in widget)..

Note: I am integrating JLinked with JomSocial.

Please Reply,
Thanks
Prasanna
:P
The topic has been locked.
Support Specialist
10 years 10 months ago #33977 by alzander
Replied by alzander on topic Tags Not Appearing.
Prasanna,
I'm not sure why the tags aren't displaying properly for you. To diagnose, we'd need to see the actual page to understand what may be set wrong.

Also whether we have to add the jobs or it will import it from the Linked In profile. If imports from Linked In , what are the parameters we have to provide in a modules(If I want to display in widget)..

Can you explain more about what you're trying to do here. I'm not quite getting what you want to accomplish.

Finally, please post from the account you subscribed to JLinked from. Priority support is for active subscribers only.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago - 10 years 10 months ago #33980 by prasanna
Replied by prasanna on topic Tags Not Appearing.
Hello ALex,

Thanks for the reply

I am sending you a clear picture through the attachment below..Please find it

Regards:
Prasanna
File Attachment:
Last edit: 10 years 10 months ago by prasanna.
The topic has been locked.
Support Specialist
10 years 9 months ago #33992 by alzander
Replied by alzander on topic Tags Not Appearing.
Prasanna,
Thanks for the image. I'm not exactly sure why it wouldn't be showing. Can you post, or Private Message, a URL for where we can see the problem on your site? That will help us narrow down why they aren't showing properly.

Finally, please post from the account you subscribed to JLinked on. You must have an active subscription to obtain priority support.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 9 months ago #33997 by prasanna
Replied by prasanna on topic Tags Not Appearing.
Hi Alex..

I'll have to check with this.. I'll get back to you soon.. please provide the contact email where I can send a details(let it be safest)..


Regards:
Prasanna
The topic has been locked.
Support Specialist
10 years 9 months ago #34017 by alzander
Replied by alzander on topic Tags Not Appearing.
You can private message us by using the email icon under my name.

The only recommendation I can provide right now is to ensure your Javascript URL in your LinkedIn application is setup correctly. With incorrect settings, that can prevent some of the social widgets from working. Beyond that, we'd need to see the page.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 9 months ago #34159 by alzander
Replied by alzander on topic Tags Not Appearing.
Prasanna,
Thanks for PM'ing me details about your site. The issue is that the CDN extension you're using is incorrectly making the loading of the LinkedIn Javascript file into a CDN link. In your site's HTML is the following link:
<script type="text/javascript" src="http://cdn.<YOURSITE>.com/platform.linkedin.com/in.js?async=true"></script>
That should be:
<script type="text/javascript" src="//platform.linkedin.com/in.js?async=true"></script>
You'll need to fix whatever CDN plugin you're using to not alter that link or contact the developers to let them know that they should not be altering "schemeless links" (ones that start with //).

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

None
10 years 9 months ago - 10 years 9 months ago #34163 by prasanna
Replied by prasanna on topic Tags Not Appearing.
Hi Alex,

So you are telling I will have to disable the CDN plugins that's installed in our site?? I am not finding that code.Can you tel where is that placed..


Regards:
Prasanna
Last edit: 10 years 9 months ago by prasanna.
The topic has been locked.
Support Specialist
10 years 9 months ago #34167 by alzander
Replied by alzander on topic Tags Not Appearing.
It's definitely the first step. Whatever is altering that link is definitely causing a problem since the LinkedIn Javascript library isn't being loaded. You shouldn't need to disable it, as the plugin shouldn't be altering that link in the first place. I'd really recommend contacting the developer to let them know that they are modifying links that they shouldn't be.

However you can stop that plugin from altering those links though, please do, and test again.

Best of luck,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 9 months ago - 10 years 9 months ago #34170 by prasanna
Replied by prasanna on topic Tags Not Appearing.
Hello Alex..

I tried doing it in the local server, I disabled CDN plugin in the plugin manager and checked..Its not working.
Also I tried by editing that <Script> tag to make it
<script type="text/javascript" src="//platform.linkedin.com/in.js?async=true"></script>
from the Mozilla browser firebug,..
But it din't take the effect of it..Also I inserted that <script ....> in the template -> index.php manually..But Result is
same..Not Working. Are you referring developer means to CDN developers...Can you please check this out..


Regards:
Prasanna
Last edit: 10 years 9 months ago by prasanna.
The topic has been locked.