Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Selectyourdeals

    (@selectyourdeals)

    This issue is coming after the last update

    i got same error… please help

    The tag ‘amp-web-push-widget’ requires including the ‘amp-web-push’ extension JavaScript. after update, before old version error amp-story-player and now ‘amp-web-push’

    • This reply was modified 4 years, 1 month ago by wpdroid.
    • This reply was modified 4 years, 1 month ago by wpdroid.

    I got same error… please help

    I’ve got this same error.

    I tried inserting the required script:
    <script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
    And then recrawling, but it doesn’t work

    Hello,

    To fix it simply add this to your functions.php

    add_action('init', function () {
    
        remove_action('ampforwp_after_post_content', 'ampforwp_truepush_markup');
        remove_action('ampforwp_before_post_content', 'ampforwp_truepush_markup');
    
    }, 11);

    I just got this error, too.
    I don’t like fooling around with Functions.

    Is the plugin going to be updated?

    @selectyourdeals why is this question marked nsfw?

    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    Sorry for the inconvenience. This issue has been fixed in the latest version of the plugin(1.0.66.1). Can you please update the plugin and check once whether having the same issue or not. Then do let us know.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[NSFW] A tag on this page requires an AMP component ‘script’ tag, which is missing.’ is closed to new replies.