Success!!
this is how i achieved it
in tpls/blocks/social.php
add
params->Instagram) {
$this->loadBlock('social/Instagram');
} ?>
duplicate tpls/blocks/social/gplus.php and rename to Instagram.php
change code to
params->Instagram_share) { ?>
in less/socialicons.less
add under the googleplus code
.zen-icon-instagram,
.fa-instagram {
background:#4B789E;
color:#fff;
&:hover {
background:lighten(#4B789E, 10%);
}
}
in settings / settings.xml
add
job done
cheers