Thank you.
I want to add a Wiki icon there. I see the below code
<a href="<?php echo esc_url( $supermag_customizer_all_values['supermag-flickr-url'] ); ?>" class="flickr" data-title="Flickr" target="_blank">
<span class="font-icon-social-flickr"><i class="fa fa-flickr"></i></span>
</a>
I replaced <i class="fa fa-flickr"></i>
with `<i class=”fab fa-wikipedia-w”></i>
`
That didn’t work. I need more code. Do you have the code for the Wiki icon so I can add it?
Thank you