Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • yangyangli Friend
    #205732

    Hi,
    The social links in ACM module are not usable. They do not take URLs but only parts of the URL. This presents big problems because the module forces URL links. For the linkedin link, I enter “yangyangli” and the URL it creates is http://linkedin.com/company/yangyangli.
    I am a user so the company prefix doesn’t redirect to my page. I need to change the URL setting so it creates “https://www.linkedin.com/in/rayliverified”. How can I change it? Thank you.

    Pankaj Sharma Moderator
    #567988

    <em>@yangyangli 469716 wrote:</em><blockquote>Hi,
    The social links in ACM module are not usable. They do not take URLs but only parts of the URL. This presents big problems because the module forces URL links. For the linkedin link, I enter “yangyangli” and the URL it creates is http://linkedin.com/company/yangyangli.
    I am a user so the company prefix doesn’t redirect to my page. I need to change the URL setting so it creates “https://www.linkedin.com/in/rayliverified”. How can I change it? Thank you.</blockquote>

    Hi
    Go to templatesuberacmfootertmpl/style-1.php
    find this code

    <?php if($helper->get('linkedin')): ?>
    <a class="addthis_button_linkedin_follow" addthis:usertype="company" addthis:userid="<?php echo $helper->get('linkedin')?>"><i class="fa fa-linkedin"></i></a>
    <?php endif; ?>

    change it into

    <?php if($helper->get('linkedin')): ?>
    <a class="addthis_button_linkedin_follow" addthis:userid="<?php echo $helper->get('linkedin')?>"><i class="fa fa-linkedin"></i></a>
    <?php endif; ?>

    save file ,clear cache and check .
    Let me know if it helps.

    Pankaj Sharma Moderator
    #733094

    <em>@yangyangli 469716 wrote:</em><blockquote>Hi,
    The social links in ACM module are not usable. They do not take URLs but only parts of the URL. This presents big problems because the module forces URL links. For the linkedin link, I enter “yangyangli” and the URL it creates is http://linkedin.com/company/yangyangli.
    I am a user so the company prefix doesn’t redirect to my page. I need to change the URL setting so it creates “https://www.linkedin.com/in/rayliverified”. How can I change it? Thank you.</blockquote>

    Hi
    Go to templatesuberacmfootertmpl/style-1.php
    find this code

    <?php if($helper->get('linkedin')): ?>
    <a class="addthis_button_linkedin_follow" addthis:usertype="company" addthis:userid="<?php echo $helper->get('linkedin')?>"><i class="fa fa-linkedin"></i></a>
    <?php endif; ?>

    change it into

    <?php if($helper->get('linkedin')): ?>
    <a class="addthis_button_linkedin_follow" addthis:userid="<?php echo $helper->get('linkedin')?>"><i class="fa fa-linkedin"></i></a>
    <?php endif; ?>

    save file ,clear cache and check .
    Let me know if it helps.

    orsomannaro Friend
    #575635

    I have this link for my Linkedin profile:

    http://www.linkedin.com/pub/*******-*****/n/nnn/nnn

    I changed style-1 in the suggested way but what I get is this link:

    http://www.linkedin.com/in/pub/*******-*****/n/nnn/nnn

    so there is a “in/” that I don’t need.

    I also tryed to change usertype=”company” with usertype=”pub” with no success.

    What can I do to get the correct link.

    Thank you.

    Pankaj Sharma Moderator
    #575639

    Hello @orsomannaro
    We are using Thirdparty Addthis social button in JA ACM footer .
    The generated link url is based on usertype and comes from the AddThis Site
    Add this have Three types . You can check it on AddThis Site here
    For more information to change it I suggest you to post a thread on AddThis Support Forum
    Here is link

    orsomannaro Friend
    #575640

    I think the problem is that I need to create a customize URL

    http://www.tomsguide.com/faq/id-2327764/customize-linkedin-profile-url.html

    Pankaj Sharma Moderator
    #575641

    <em>@orsomannaro 480253 wrote:</em><blockquote>I think the problem is that I need to create a customize URL

    http://www.tomsguide.com/faq/id-2327764/customize-linkedin-profile-url.html</blockquote>
    Yes by default it uses random sys. url , you can add your Linkedin username by edit Linkedin profile .

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Pankaj Sharma 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum