Glyphicon for meetup.com

Posted in: Newsmag
Post count: 17

I need a glyphicon for meetup.com

this one: https://glyphsearch.com/?query=meetup

how can i get it into the social icons?

thanks and best regards!

Post count: 23312

Hello chaosbunker,

Unfortunately, our theme does not have any such an option that allows you to add new social icons. You should implement it yourself because we cannot provide additional customizations, sorry! For more references in this case, check the following topic here -> https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/#post-58011 because there you should find the useful steps which you have follow for adding this.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 17

Thanks, i embedded font-awesome by adding

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

under custom html and then adding

.td-icon-meetup:before {
font-family: FontAwesome;
content: "\f2e0";
}

in custom css

i also added

'meetup' => 'Meetup',

to ..Newsmag/includes/wp_booster/td_social_icons.php

so i can add a link from the theme panel>social icons

it would be nice if this was added to a future version of newsmag, to make the theme even better!

Post count: 9544

Note that the newsmag ‘font’ is a trimmed version of fontawesome; so if you’re using fontawesome you might want to make sure you are not loading both fonts. I ran into this on one site and went ‘doh’ 😉

Post count: 17

Hey cool, thx for the hint!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.