S3Bubble OTT Streaming

shape
shape
shape
shape
shape
shape
shape
shape

S3Bubble Support Forums

To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.

home Forums General Questions & Bugs WordPress/Wordfence Security Warning

Viewing 1 reply thread
  • Author
    Posts
    • #31273
      vintagefilm
      Participant

      I got this alert from Wordfence overnight:

      Wordfence found the following new issues on “VintageFilmChannel”.

      Alert generated at Saturday 30th of September 2017 at 01:36:56 AM

      Warnings:

      * Modified plugin file: wp-content/plugins/s3bubble-amazon-web-services-oembed-media-streaming-support/dist/css/s3bubble.min.css

      Should I be concerned about this?

    • #31274
      s3bubble
      Keymaster

      Hi, vintagefilm,

      You have absolutely nothing to worry about, that is a css file that was probably modified with an update.

      The plugin hardly does anything in its basic form, all it does is include two scripts one in the header and one in the footer, you could completely delete the plugin and just add the scripts yourself and use the html code in a post or page.

      Example:

      <!DOCTYPE html>
      <html>
        <head>
          <title>S3Bubble Example</title>
          <!-- INCLUDE THE CSS IN THE HEAD OF YOUR DOCUMENT -->
          <link rel='stylesheet' href='wp-content/plugins/s3bubble-amazon-web-services-oembed-media-streaming-support/dist/css/s3bubble.min.css' type='text/css' media='all' />
        </head>
      <body>
        <!-- ADD HTML TO DOCUMENT WITH YOUR VIDEO CODE -->
        <div class="s3bubble" data-setup='{"codes":["qPtj41773"]}'></div>
        <!-- INCLUDE THE JAVASCRIPT IN THE FOOTER OF YOUR DOCUMENT -->
        <script src="wp-content/plugins/s3bubble-amazon-web-services-oembed-media-streaming-support/dist/css/s3bubble.min.min.js"></script>
      </body>
      </html>

      That’s it,

      These people highlight the same thing its nothing to worry about.

      https://wordpress.org/support/topic/wordfence-issue-modified-plugin-file-instagram-feed-admin-php/

      https://wordpress.org/support/topic/wordfence-warning-modified-plugin-files/

      Best Regards

      Sam

      • This reply was modified 6 years, 6 months ago by s3bubble.
      • This reply was modified 6 years, 6 months ago by s3bubble.
      • This reply was modified 6 years, 6 months ago by s3bubble.
      • This reply was modified 6 years, 6 months ago by s3bubble.
      • This reply was modified 6 years, 6 months ago by s3bubble.
      • This reply was modified 6 years, 6 months ago by s3bubble.
Viewing 1 reply thread
  • The topic ‘WordPress/Wordfence Security Warning’ is closed to new replies.