• Hi, I have some external javascript on the homepage and it’s not appearing.
    It IS being added to the source code of the page, just not displaying:

    <div class="entry-content">
    <p>
    <!-- Code Embed v2.2.1 -->
    <script src="http://xxx.xxx.com/SearchBox/123"></script>
    <!-- End of Code Embed code -->
    </p>
    </div><!-- .entry-content -->

    My first thought was that this possibly some new security measure in WP to not process external JS.
    I also saw this bug here around mbstring and changed my class-http.php file – no success
    https://core.trac.wordpress.org/attachment/ticket/38226/38226.patch

    My environment:

    Plesk 12.5 server (hosting over 30 WP sites no problem)
    PHP 5.6.26
    Apache / FPM/FastCGI
    MySQL 5.5.52-0ubuntu0.14.04.1

    • The site runs on a plesk server and WebApplicationFirewall has been deactivated for troubleshooting.
    • Also, the main domain runs on https with lets encrypt.
    • This is a completely fresh WP install.

    Thanks a lot, your plugin is awesome, hope I can get it to work!

Viewing 1 replies (of 1 total)
  • Plugin Author David Artiss

    (@dartiss)

    Hi @titush,

    Unfortunately I can’t provide support on the actual code that you embed – as my plugin is correctly adding the code you specified to the page then that means my plugin is working.

Viewing 1 replies (of 1 total)

The topic ‘External Javascript not appearing in 4.6.1’ is closed to new replies.