Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1112962

    I am trying to clean up a site to get page speed happy, there are several facebook scripts being added but I am not sure what these are for?

    Image 2019-06-24 at 8.20.14 AM.png

    What are they for and how can I remove them?

    Thank you.

    #1113075

    Hey thatryan,

    Perhaps you are running a plugin that are injecting those scripts? Have you tried disabling active plugins?

    Best regards,
    Jordan Shannon

    #1113107

    No it is not a plugin, the theme injects it…

    Found in framework/class-framework-widgets.php line ~425

    #1113157

    Hi thatryan,

    This is the code in that line:

    $src = '//connect.facebook.net/'. $langcode .'/sdk.js#xfbml=1&version=v2.7';

    It will call sdk.js only when you use Facebook Likebox widget and I could not find any other scripts that calls connect.facebook.net which is similar to what you have shown in the screenshot.

    Best regards,
    Nikko

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