Yes my content contains Amazon's URL, but I don't insert iframe.
I don't need iframe so want to disable it.
Wordpress automatically inserts iframe.
This is the iframe for Amazon. It changes links to
https://read.amazon.com.au/kp/embed~
and this is official Amazon Australia URL.
I don't use Amazon Australia and neither do my site readers. Also, it's big and ruin my website design.
WordPress oEmbed caused this problem.
I finally fund out that this iframe is inserted because of WordPress oEmbed function.
What a useless and annoying function! This and Gutenberg are both meddlesome.
How to disable WordPress oEmbed
Open functions.php and write this line.
remove_filter('the_content', array($wp_embed, 'autoembed'), 8);
Problem solved!
How to hide Navigation Toolbar in Firefox Nightly for Android.(disable new double address bar)
How to change Thunderbird like Gmail Basic HTML view.(userChrome.css)
OpenSea scams surge! Beware of Phishing mail.
How to emulate mobile device in Firefox browser when user-agent spoofing is not enough.
[Android]How to solve White Fade issue at the top of Home Screen
[Android Chrome]How to hide News/Recipes icons in New Tab Page[Disable query tiles]
[PHP]Fix simplexml_load_string() parser error. (file_get_contents returning garbled data)
[Wordpress]Fix automatically inserting read.amazon.com.au iframe card.
[Windows10]Fix Missing Arrows in explorer context menu(missing system font)
How to block Pinterest crawler and prevent saves to Pinterest from your site.
Fix Windows 10 Update errors(1909 to 20H2/21H1)
How to update ASUS Motherboard BIOS(AI suite 3/EZ update/Asus Business Manager)
[XAMPP]How to stop all services (Apache, Mysql) and exit from control panel by just clicking a shortcut.