Before you ask please READ THIS

Add Social Icons on Hypershot

edited February 2013 in Hypershot Posts: 13
Hi, how can I add other social Icons to Hypershot( I.e: Instagram) ?? And how Can I become it more bigger? (I can modify the size of "follow" but not that icons)

Thank you very much!

Comments

  • AirAir
    Posts: 10,970
    Hello

    Size of icons shouldn't be changed. However if you really need use this CSS
    .socials .slide a{
    height: 16px;
    width: 16px;
    }
    This is current size. Set both sizes to same value. Icons are 24x24px to look good on retina displays, so if you will higher this up they could look worse there.
    ----

    Adding social icon
    Drop your image of social icon to one of icons set in images/social-icons, name it instagram.png.
    Go to advance/options.php line ~1184 and below

    'googleplus' => array(
    'name' => 'Google Plus',
    'value' => '',
    'pos' => 0
    ),
    add

    'instagram' => array(
    'name' => 'Instagram',
    'value' => '',
    'pos' => 0
    ),
    With regards.
  • Thank you againnnn !!!! work perfectly!!!
  • edited February 2013 Posts: 422
    Hello Guys!

    I prepared the icons (Instagram & 500px) that you can add according to the instructions by Air.

    Best Daniel
    zip
    zip
    instagram_500px.zip
    4K
    Post edited by Daniel on
    Lead Graphic Designer
Sign In or Register to comment.