Title: Plugin not showing? Insert JS SDK manually
Last modified: August 31, 2016

---

# Plugin not showing? Insert JS SDK manually

 *  Resolved [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/)
 * I’ve installed the plugin, and then add the widget but was only showing the widget
   title.
 * I went to the Simple Facebook Settings and try to **MARK** the “Disable Facebook
   SDK” and when I save the settings, the checkbox was still disabled.
 * I’ve checked the web source and the SDKJ was missing, so I manually added the
   JS SDK code from facebook and then the widget appears and could customize it 
   from the widget options.
 * So I guess that the plugin is not adding the JS SDK portion of code?
 * You could find the Facebook Page Plugin in here: [https://developers.facebook.com/docs/plugins/page-plugin](https://developers.facebook.com/docs/plugins/page-plugin)
 * [https://wordpress.org/plugins/simple-facebook-twitter-widget/](https://wordpress.org/plugins/simple-facebook-twitter-widget/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [kungfupandaklaus](https://wordpress.org/support/users/kungfupandaklaus/)
 * (@kungfupandaklaus)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310478)
 * Hello Viktor,
 * thats exactly what I was looking for! t
    Thanks a lot for your link: [https://developers.facebook.com/docs/plugins/page-plugin](https://developers.facebook.com/docs/plugins/page-plugin)
 * But how do I get the “JavaScript-SDK” in my wordpress page?
    There is no <body
   > in the index.html.
 * Thank you so much for your answer!
    At the moment you seems the only one who 
   understand me…
 *  Thread Starter [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310481)
 * kungfupandaklaus,
 * Sorry for my late reply.
 * Could you find the BODY tag?
 * In your WordPress template folder you should have a HEADER.PHP where probably
   is the <body> tag.
 * If not, check the files or your template, there should be a <body> somewhere…
 * Let me know!
 *  [kungfupandaklaus](https://wordpress.org/support/users/kungfupandaklaus/)
 * (@kungfupandaklaus)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310482)
 * Hello Viktor,
 * thanks a lot for your answer!!
    Ok I found it, but still not working 🙁 I use
   the visual composer, maybe that’s why it doesn’t work?
 * Best regards,
    klaus
 *  Thread Starter [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310483)
 * Hi Kungfu,
 * I understand that you are trying to display a Facebook PAGE and not a profile.
 * Could you provide the website URL where you are trying to implement the Facebook
   Page Plugin? Would be better to follow what’s goin’ on.
 * Cheers.
 *  [kungfupandaklaus](https://wordpress.org/support/users/kungfupandaklaus/)
 * (@kungfupandaklaus)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310484)
 * Sure! Here it is:
    [http://italia.klausniedermeier.com/](http://italia.klausniedermeier.com/)
 * And the facebook page I tried to:
    [https://www.facebook.com/sonoitalia-170121426699757](https://www.facebook.com/sonoitalia-170121426699757)
 * I put your script in the middle column under the slider.
    Down the images is 
   the shortcode: [widget id=”simple_facebook_page_feed_widget-3″]
 * And below you see your script.
    Even when I use the “html container” it doesn’t
   show anything…
 *  Thread Starter [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310485)
 * Ok. I’ve checked the website and under “Facebook Seite Widget” y actually can
   see the facebook widget, and then, right after it, a portion of code:
 *     ```
       <div class=”fb-page” data-href=”https://www.facebook.com/sonoitalia-170121426699757″ data-tabs=”timeline” data-small-header=”false” data-adapt-container-width=”true” data-hide-cover=”false” data-show-facepile=”true”></div>
       ```
   
 * This mean that the code is placed in a widget which is not rendering HTML.
 * So, go check the widget or template where you placed the code and fix it so it
   can display HTML.
 * BUT, as I told you earlier, I am actually seeing the Facebook Page Plugin under“
   Facebook Seite Widget”.
 * Regards
 * Viktor H. Morales
    Graphic and web designer [http://viktormorales.com](http://viktormorales.com)
 *  [kungfupandaklaus](https://wordpress.org/support/users/kungfupandaklaus/)
 * (@kungfupandaklaus)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310486)
 * Hello Viktor,
 * thanks for your patience, really!
    Sorry, when I do stupid… I updated my webside…
 * 1. In visual composer there is a container called “unfiltered HTML” but when 
   I put the code in there, nothing is shown. (middle column)
 * 2. The “Facebook Seite Widget” is only the shortcode I got from the widget area.(
   I put it in the left column. so it is in a complete separate “visual composer
   box” than the HTML code.)
 * 3. Im working in a child theme with only “function.php” and “style.css” in it.
   
   But in the parent theme I changed the “header.php”. even when I coped this “header.
   php” in the child theme, nothing happend. Maybe there is the problem? The strange
   thing is, that also a recent-twitter-tweets-plugin is not working. Maybe the 
   fault lies elsewhere?
 * I would like to send you two screenshots please…is that possible please?
    Thank
   you so much for your help!
 *  Thread Starter [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310492)
 * Hi again, kungfu.
 * 1. Never worked with Visual Composer so cannot tell how it works. But I can tell
   you that I can see the Facebook Plugin Page code rendered. Check out this screenshot
   I took:
 * [screenshot.jpg](http://postimg.org/image/71p5o8npd)
 * 2. So, if the widget is working… why do you need another “facebook” widget? You
   can control de Facebook plugin with the widget option from Simple Facebook Widget
   plugin.
 * 3. Send me some screenshots.
 * Will be waiting for your reply.
 * Cheers.
 *  [kungfupandaklaus](https://wordpress.org/support/users/kungfupandaklaus/)
 * (@kungfupandaklaus)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310497)
 * Hu?! How did you get that?
 * How can I send you attachments?
    Do you have an EMail, so I can send you?
 *  Thread Starter [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * (@viktormorales)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310503)
 * You can upload attachments to [postimg.org](http://postimg.org/).
 * Contact me in viktorhugomorales at gmail

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Plugin not showing? Insert JS SDK manually’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-facebook-twitter-widget_564f80.
   svg)
 * [Simple Social Page Widget & Shortcode](https://wordpress.org/plugins/simple-facebook-twitter-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-facebook-twitter-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-facebook-twitter-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-facebook-twitter-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-facebook-twitter-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-facebook-twitter-widget/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [viktormorales](https://wordpress.org/support/users/viktormorales/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-showing-insert-js-sdk-manually/#post-7310503)
 * Status: resolved