Video Tutorial: How to fix the problem where Bloom optin is not showing up in Facebook browser on mobile

Video Tutorial: How to fix the problem where Bloom optin is not showing up in Facebook browser on mobile


This is the code you need to copy and paste into your functions.php file in your Divi folder: 

function exclude_common_js() { wp_deregister_script( 'et-core-common'); wp_dequeue_script( 'et-core-common' ); } add_action( 'wp_enqueue_scripts', 'exclude_common_js', 20 );