Hi i was trying to add instagram icon to my header next to oryginal (built-in my tamplate ) social icons of facebbok and youtube. I found a .png file with icon image and pasted it like that :
and i have some problem cuz it's sshowing broken file img. instead :
http://imageshack.us/photo/my-images/69/brokend.png/
And the code of oryginal icons of facebbok for exp. is :
<?php
$pp_facebook_username = get_option('pp_facebook_username');
if(!empty($pp_facebook_username))
{
?>
<?php
}
What is wrong with my instagram icon that it's not showing PLZ HELP