Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi dbolders,

    There are many ways to add facebbok link.
    1) use this plugin where you can put your all social links like
    facebook, twitter, linkedin, etc..

    https://wordpress.org/plugins/social-media-feather/

    Simply install it and use short code whereever you want to use.

    2) If you just want to add facebook link then download facebook logo.
    upload it and put logo wherever you want. use below code.

    <a href="your facebook link" target="_blank"> facebbok image </a>

    If you have still confusion then let me know.
    Thanks

    Multidots, Simplify Theme has a footer with various social media logos that can be enabled, but it does not include a Facebook link. I don’t think dbolders wants another plugin, but just wants a Facebook link in with the others that Simplify Theme already has on the footer.

    <div id="social">
    
    <?php  if (esc_url(of_get_option('youtube-link', '#')) !='') : ?>
    <a href="<?php echo esc_url(of_get_option('youtube-link', '#')); ?>" class="youtube-link" target="_blank"></a>
    <?php  endif; if (esc_url(of_get_option('gplus-link', '#')) !='') : ?>
    <a href="<?php echo esc_url(of_get_option('gplus-link', '#')); ?>" class="gplus-link" target="_blank"></a>
    <?php  endif; if (esc_url(of_get_option('picassa-link', '#')) !='') : ?>
    <a href="<?php echo esc_url(of_get_option('picassa-link', '#')); ?>" class="picassa-link" target="_blank"></a>
    <?php  endif; if (esc_url(of_get_option('li-link', '#')) !='') : ?>
    <a href="<?php echo esc_url(of_get_option('li-link', '#')); ?>" class="li-link" target="_blank"></a>
    <?php  endif; if (esc_url(of_get_option('feed-link', '#')) !='') : ?>
    <a href="<?php echo esc_url(of_get_option('feed-link', '#')); ?>" class="feed-link" target="_blank"></a>
    <?php  endif; ?>
    
    </div>

    Multidots, Simplify Theme has a footer with various social media logos that can be enabled, but it does not include a Facebook link. I don’t think dbolders wants another plugin, but just wants a Facebook link in with the others that Simplify Theme already has on the footer.

    Yeah exactly, how do you add one ?

    also interested in this

    Me too. How strange to miss out one of the biggest. Also Twitter.

    You can install social plugins in your blog

    Who has the solution to add extra social icon links like the rest?

    I am also curious about this please.

    I am assuming it’s just a CSS code of some sort?

    It’s a total hack, but I just found the graphics for the social media links in the theme data, made custom versions for the social media sites I wanted, and overwrote the originals.

    It works because you can link to anywhere from the animated links. They all still have the original labels in the theme settings menu, but its transparent on your website.

    From a developer standpoint, it wouldn’t be hard to add additional options to the theme, but I’m just trying to make a website.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adding Facebook link in social media links’ is closed to new replies.