Amazon urls default to embedding useless Kindle preview links that do not work on any device other than a Kindle. Is there a file I can edit or some code to prevent Amazon links from embedding?
Notifications
Clear all
Oct 02, 2020 3:12 am
3 Replies
Oct 02, 2020 12:43 pm
As a temporary fix I edited class-wp-oembed.php and switched all instances of "amazon" in the public function __construct() lines to false.
Oct 02, 2020 3:28 pm
Done. Thank you.