Opening Social Icons in new window

Permalink 1 user found helpful
Hello,

Can you tell me where to add (somewhere in controller.php I assume) the code to open these Social Icons links in a new window when clicked?
View Replies:
defunct replied on at Permalink Reply
defunct
Hello,

I PM'd you for the custom modifications.

Thanks
freshforward replied on at Permalink Reply
freshforward
Hi defunct.

Is there any chance you could also send me the modified version as I am seeking the same solution.

Thanks
k662 replied on at Permalink Reply
I, too, would be greatly appreciative if you could send me the modified code.

Thanks in advance.
ericchaffey replied on at Permalink Reply
My simple solution was to change <a href="<?php echo $url ?>"> to <a href="<?php echo $url ?>" target="_blank"> in the view.php file. Hope this helps!
freshforward replied on at Permalink Reply
freshforward
and also make sure you do the same in any additional template files.