• I posted a similar question in the fix forum but with no luck so thought I’d try here. When running my WordPress install on IIS locally the auto embeds (oemebed) for YouTube don’t work – the editor just keeps the URL displaying rather than doing the oembed. Running the same site on XAMPP seems to work as expected.

    Any help would be much appreciated

Viewing 1 replies (of 1 total)
  • I think you should compare the php.ini file. What about uploading a phpinfo.php file in both webservers and compare them ?

    put the bellow code inside a phpinfo.php file and open it in the browser. It will show the complete php setup.

    <?php
    phpinfo();
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘YouTube Oembeds not displaying when running IIS on localhost’ is closed to new replies.