Facebook banner after Botton Feature Area

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Aug 5, 2014.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Goooood day friends,
    I working on a project for a japanese friend that is also involved in Fair Trade with artisans of Latinamerica, website is coming along great but we would like to have a facebook "like-banner" at the bottom of the page just like our friends from Mekong (http://mekongblue.jp), can you please help us to find the right pace in the front page to add the Facebook code??

    Our url: http://joel-world.jp/web/

    Thx soooo much and wish you all a great week at Magnet :)
    Jose
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Jose,

    You can add it in the footer bottom area near social icons. But it require some editing in the "footer.php" file.
    To generate like button code go to the
    https://developers.facebook.com/docs/plugins/like-button/

    like-buttons.png

    And then open footer.php file and add generated code in the code format given below

    Code:
    <div class="fb-like"> ADD YOUR LIKE BUTTON CODE HERE </div>
    fb-like.png

    At the end Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fb-like {
    width: 49px;
    float: left;
    margin-top: 17px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    So brilliant as always Nitesh, thx sooo much for such a great tip !!!
    Wish u a great weekend ;)
     
Thread Status:
Not open for further replies.

Share This Page