Before you ask please READ THIS

Adding Social Icons to Header (that are not included in the theme's function)

edited December 2013 in Superior Posts: 1
Is it possible to add Social media icons that are not included in the theme settings?. For example I want to add a yelp link.

thanks

Comments

  • AirAir
    Posts: 10,970
    Hello

    Sorry for late reply:-S

    On your place I would edit one of current icons that you don't use. You would have to edit its image in sprite of socials icons( images/socials.png and images/socials@2x.png )
    and also go to advance/options.php and edit for example sharethis icon in line ~1818
    		'sharethis' => array(
    'name' => 'Sharethis',
    'value' => '',
    'pos' => 0
    ),
    to
    		'sharethis' => array(
    'name' => 'yelp',
    'value' => '',
    'pos' => 0
    ),
    Hope that helps.

    With regards.
  • Thank you! Two questions:

    Where do I change "Follow us on" part of the text?

    Can the social media buttons have different text or do they all have to be the same except for the name?

    Thanks!
    Lisa
  • AirAir
    Posts: 10,970
    belladi0 said:
    Where do I change "Follow us on" part of the text?
    Best, in translation - http://apollo13.eu/docs/superior/#!/translating_theme
    belladi0 said: Can the social media buttons have different text or do they all have to be the same except for the name?
    Same for all:-)

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!