• I’m trying to add Screenr to the oEmbed provider using the following code in functions.php:

    wp_oembed_add_provider( '#http://(www\.)?screenr\.com/.*#i', 'http://www.screenr.com/api/oembed.json', true ); // Screenr

    Now whenever I call Screenr using e.g.

    [embed width="560"]http://www.screenr.com/WbZs[/embed]

    It will simply not return the correct size as defined in by width="560" in the code. Is there a workaround for this?

    Thanks

  • The topic ‘Problem with Screenr's width using oEmbed’ is closed to new replies.