Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112646

qulisyqultury on "Broken icon - instagram help !"

$
0
0

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 :

  • <img src=/images/social_black/instagramx.png" alt=""/>
  • 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))
    {

    ?>

  • "><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/social_black/facebook.png" alt=""/>
  • <?php

    }

    What is wrong with my instagram icon that it's not showing PLZ HELP


    Viewing all articles
    Browse latest Browse all 112646

    Trending Articles