Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #528429

    hi. i want to add the facebook social plugin into the widget in the footer.

    where must i place the code?

    #528430

    <div class="fb-page" data-href="https://www.facebook.com/facebook" data-width="1310" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/facebook"><a href="https://www.facebook.com/facebook">Facebook</a></blockquote></div></div>

    #528439

    And where can i set the wigdet background color from gray to white? :)

    #528440

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_target(){
    ?>
    YOUR FIRST CODE GOES HERE 
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    and then go to Appearance > Widgets and add your second code into a Text widget in one of the footer columns

    Cheers!
    Yigit

    #528806

    Thank you very much!

    #528875

    Hi!

    Glad you got it short out
    Please do let us know if we can do anything else for you!

    Regards,
    Basilis

    #529201

    Thank you. I tried like you told me. But it looks like this.

    #529273

    Hi this is login for maintenance mode.

    #529408

    Hey i have tried to add the facebook social plugin here. but it do not appears and show my site.

    #529627

    I have added this code to the widget in the footer.

    <div class="fb-page" data-href="https://www.facebook.com/lovestorm.eu" data-width="1130" data-small-header="true" data-adapt-container-width="false" data-hide-cover="true" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/lovestorm.eu"><a href="https://www.facebook.com/lovestorm.eu">Lovestorm</a></blockquote></div></div>

    but the facebook plugin do not appear at this position. only a text link to facebook: http://imgur.com/fo4WZam

    #529642

    maintenance login.

    #529672

    Hi!

    Have you also added the JS code to the page header?

    Best regards,
    Basilis

    #529952

    yes.

    #530494

    Hi!

    Please use the theme’s default Facebook Likebox widget on Appearance > Widgets panel instead of adding it manually. Update to version 3.4 to get the latest facebook plugin.

    Best regards,
    Ismael

    #534987

    OK, Autoupdate work :)

    #535014

    OK i did this. Update and Widget. But how can i now get this look of the widget? http://imgur.com/YR1rlrb

    #535869

    Hey!

    The widget should inherit the width of the container so increasing the footer column width should do it:

    #footer .flex_column.first {
        width: 68%;
    }

    Cheers!
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.