Add new social icon into menu

Hi there,

I’ve noticed that when I add new social icon “Medium”, and it can’t display.
Is there any method to put Meduim icon on social menu?

I’ve inquired Font Awesome and discovered it supports the Medium icon.
Kindly support. Thank you.

Hi,

Please add this Custom code snippet into your functions.php of your child theme,

function activello_social_css_medium() {
	?>
	<style type="text/css">
		#social li a[href*="medium.com"] .fa:before,
		.fa-medium:before {
			content: "\f23a";
		}
	</style><?php
}
add_action( 'wp_head', 'activello_social_css_medium', 10 );

It will add medium icon in to the social nav.

Let us know,

Thanks,
laranz.

Hi Laranz,

Thanks for the support.
It worked perfectly.

However, I would like to know where to inquiry the font awesome content code regarding the brand that I want to add.
Thank you.

Hi Barry ( are you Barry Allen from Flash? :smiley: )

You can copy paste the same code, and just change the medium from medium.com and in the the social icon name you want, and then just find the content f23a in the fontawesome page, just like this: http://take.ms/8lonk

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Activello] Reviews | WordPress.org

Thanks,
laranz.