Adding new social networks to the topbar

Posted in: Newspaper
Post count: 3

I’d like to add new social networks to the topbar. Especially spreaker.com, but others as well.

Is there a tutorial on how to do that? Optimally it shows up in the theme panel alongside all the other social networks.

Post count: 3

So the coding is pretty easy actually.
The file is Newspaper/includes/wp_booster/td_social_icons.php, and you simply add a new line like
'spreaker' => 'Spreaker',
The first part is the icon-name in the icon font, the second part is the name of the service (used in the theme panel and when you hover over the icon on the site).

It works as expected, except of course for the lack of an appropriate icon.
The icon css is in Newspaper/includes/less_files/font-icon.less, but it seems like Newspaper only includes a subset of the font awesome icons?

I guess linking to the full font file should work then?

Post count: 7909

Hi,

Please check this topic as reference how to use font awesome and add the icon to your network(or background image) – https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/#post-58011

Hope this helps!

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