Hi,
I’ve been trying to implement my own social media icon but still getting stuck.
Basically followed this link:
https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
but my icon code doesn’t seem to want to work??
Can anybody help please?
I just seem to keep getting the pencil icon btw…?
Hi!
Can you paste the code you are trying to use?
Regards,
Josue
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
function avia_add_custom_icon($icons)
{
$icons[‘oDesk’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue803’);
return $icons;
}
Hi,
Have you already uploaded the custom font containing the oDesk icon? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue