Been using this on my site for about a year and really enjoy it. Thanks for such a simple and intuitive solution.
I just ran into an instance where I want to leverage WordPress’ native oEmbed with your widget but it doesn’t output. I found the solution though:
In class-randomw-content-widget.php line 54 exchange the_content(); for this:
$thecontent = apply_filters('the_content', the_content() );
echo $thecontent;
I haven’t found how to have the oEmbed render in your TinyMCE content area yet though. Would be great to integrate this into your plugin.
Thanks!
https://wordpress.org/plugins/random-content/