• Dear Tom,

    Im have SimpleCSS installed.

    How can I move these lines from Header.php to SimpleCSS?

    <body <?php generate_body_schema();?> <?php body_class(); ?>>

    <div id=”fb-root”></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = “//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8&appId=316747062005768”;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>

    Thank you!

    • This topic was modified 9 years, 2 months ago by pabho.
Viewing 1 replies (of 1 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    I’m not seeing any CSS there.

    That code should be added using hooks, or a plugin.

Viewing 1 replies (of 1 total)

The topic ‘Header.php to SimpleCSS’ is closed to new replies.