Social media buttons - opening new page

khm's picture
khm
Sat, 12/12/2015 - 04:43
#1
Social media buttons - opening new page

Hi

Can you tell me the best way/place to make a modification so  that social media links open up a new tab?

Thanks

phuonght's picture
phuonght
Tue, 12/15/2015 - 03:48

Hi,

Please go to md_max/preprocess, open file page.preprocess.tpl.php

find section Footer Social (from line 455), you need change/ edit code for each icon by inserting the below code:

'target' => '_blank'

For example: 

$link = l('', $twitter_account, array('attributes' => array('class' => 'fa fa-twitter')));

to

$link = l('', $twitter_account, array('attributes' => array('class' => 'fa fa-twitter', 'target' => '_blank')));
Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.