• Resolved Anonymous User 13308688

    (@anonymized-13308688)


    Since your last update, twitter embeds not working anymore.

Viewing 3 replies - 1 through 3 (of 3 total)
  • No embeds are working any longer. I tracked it down one plugin at a time to Smart Crawl.

    Hi there @trooper_d5x @doncoryon

    I am able to reproduce the issue on my end. Thanks for reporting it. However, please note that embeds are working on the frontend, they are just not working in Gutenberg at the moment. We will fix this in the next version.

    In the meanwhile you can use this code snippet to fix the issue:

    function wds_deregister_metabox_counter_script() {
    	wp_deregister_script( 'wds_metabox_counter' );
    }
    
    add_action( 'admin_enqueue_scripts', 'wds_deregister_metabox_counter_script', 20 );
    

    Closing this. Please feel free to reopen if the snippet doesn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twitter embeds not working anymore’ is closed to new replies.