• Resolved mdlab

    (@mdlab)


    Is it possible to add a youtube link? I´d love to see this feature 🙂

    • This topic was modified 9 years, 5 months ago by mdlab.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    You can bale to add youtube link inside team member description Filed.

    Just add below code in your team member description Filed –

    <a target="_blank" url="team member profile url add here">Youtube Profile </a>

    Try it and then let me know.

    Thanks

    Thread Starter mdlab

    (@mdlab)

    hello and thanks for your reply.
    unfortunately adding a text link doesn´t visually match the social icons.
    could you describe what steps are necessary to add a youtube icon and input field in general?

    Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    which one template are you using for your website?

    Thanks

    • This reply was modified 9 years, 5 months ago by wpshopmart.
    Thread Starter mdlab

    (@mdlab)

    i´m using template 1. 🙂

    Plugin Author wpshopmart

    (@wpshopmart)

    Which of these icons that you do not need – Facebook, twitter, linked in & Google+

    because i will need replace one social profile with youtube.

    Thanks

    Thread Starter mdlab

    (@mdlab)

    if i had to chose 4, it would be FB, Twitter, G+, Youtube
    thanks a lot in advance!!!

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello,

    Follow my steps here to replace LinkedIn social profile icon with YouTube –

    Step-1 : Open your plugin directory and then open team-builder plugin folder.

    Step-2 : Now follow this- folder path – template -> Design-1

    Step-3 : In design-1 folder you will see a file name is index.php, open it on any editor.

    Step-4 : go to near line no. 67 and find blow div code there –

    <div class="wpsm_team_1_social_div">
    	<?php if($mb_fb_url!="") { ?><a href="<?php echo $mb_fb_url; ?>" target="_blnk" title="facebook profile"><i class="fa fa-facebook"></i></a> <?php } ?>
    	<?php if($mb_twit_url!="") { ?><a href="<?php echo $mb_twit_url; ?>" target="_blnk" title="twitter profile"><i class="fa fa-twitter"></i></a><?php } ?>
    	<?php if($mb_lnkd_url!="") { ?><a href="<?php echo $mb_lnkd_url; ?>" target="_blnk" title="linkedin profile"><i class="fa fa-linkedin"></i></a><?php } ?>
    	<?php if($mb_gp_url!="") { ?><a href="<?php echo $mb_gp_url; ?>" target="_blnk" title="google plus profile"><i class="fa fa-google-plus"></i></a><?php } ?>
    </div>

    Step-5 : Replace above code with given below code –

    <div class="wpsm_team_1_social_div">
    	<?php if($mb_fb_url!="") { ?><a href="<?php echo $mb_fb_url; ?>" target="_blnk" title="facebook profile"><i class="fa fa-facebook"></i></a> <?php } ?>
    	<?php if($mb_twit_url!="") { ?><a href="<?php echo $mb_twit_url; ?>" target="_blnk" title="twitter profile"><i class="fa fa-twitter"></i></a><?php } ?>
    	<?php if($mb_lnkd_url!="") { ?><a href="<?php echo $mb_lnkd_url; ?>" target="_blnk" title="youtube profile"><i class="fa fa-youtube-plus"></i></a><?php } ?>
    	<?php if($mb_gp_url!="") { ?><a href="<?php echo $mb_gp_url; ?>" target="_blnk" title="google plus profile"><i class="fa fa-google-plus"></i></a><?php } ?>
    </div>

    Step-6 : Save your code , and then go to team builder setting panel, there you will need to insert youtube profile url inside LinkedIn url filed.

    Let me know if you will get any problem.

    Thanks

    Thread Starter mdlab

    (@mdlab)

    hi and thanks a lot,
    i exchanged the code, but no youtube icon is showing up.
    the output is:

    <a href="http://www.youtube.com/user/abcxyz" target="_blnk" title="youtube profile">
    <i class="fa fa-youtube-plus"></i>
    </a>

    Edit: class=”fa fa-youtube” did the thing. thanks a lot wpshopmart!

    • This reply was modified 9 years, 5 months ago by mdlab.
    Plugin Author wpshopmart

    (@wpshopmart)

    Can you please share me your team page url?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘youtube profile’ is closed to new replies.