-
AuthorPosts
-
November 2, 2015 at 1:17 pm #528429
hi. i want to add the facebook social plugin into the widget in the footer.
where must i place the code?
- This topic was modified 9 years ago by corneliaboehm.
November 2, 2015 at 1:18 pm #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>
November 2, 2015 at 1:22 pm #528439And where can i set the wigdet background color from gray to white? :)
November 2, 2015 at 1:23 pm #528440Hi!
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!
YigitNovember 2, 2015 at 9:26 pm #528806Thank you very much!
November 2, 2015 at 11:26 pm #528875Hi!
Glad you got it short out
Please do let us know if we can do anything else for you!Regards,
BasilisNovember 3, 2015 at 1:25 pm #529201Thank you. I tried like you told me. But it looks like this.
November 3, 2015 at 2:30 pm #529273Hi this is login for maintenance mode.
November 3, 2015 at 4:21 pm #529408Hey i have tried to add the facebook social plugin here. but it do not appears and show my site.
November 3, 2015 at 9:39 pm #529627I 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
November 3, 2015 at 10:35 pm #529642maintenance login.
November 3, 2015 at 11:49 pm #529672Hi!
Have you also added the JS code to the page header?
Best regards,
BasilisNovember 4, 2015 at 12:57 pm #529952November 5, 2015 at 5:02 am #530494Hi!
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,
IsmaelNovember 12, 2015 at 6:37 pm #534987OK, Autoupdate work :)
November 12, 2015 at 6:54 pm #535014OK i did this. Update and Widget. But how can i now get this look of the widget? http://imgur.com/YR1rlrb
November 14, 2015 at 3:03 pm #535869 -
AuthorPosts
- You must be logged in to reply to this topic.