I have an AJAX request that returns a post. The post_content has links to Twitter, YouTube, TED and other platforms that are registered as oEmbed providers in a default,...
In my install, I use one custom page. Here I put one text field and the fck editor. This is for the title and the content. I need to...
I have this structure for my content.php : <div class="featured"> <!--featured image here--> </div> <h1 class="entry-title">Post Title</h1> <div class="entry-content"> <?php the_content(); ?> </div> I would like to move the...
I’d like my embedded tweets to not show a parent/ancestor, for example this is how WordPress oEmbed displays a single tweet I’d prefer all to look like: I tried...
[ X ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. [ X ] The issue still exists against the...
We’ve multisite on single wordpress installation. For example, Main site – testsite.com/ Sub site – testsite.com/subsite Now when I try to embed a blog from subsite into mainsite or...
I’m trying and failing to register an embed code for content from padlet.com (strangely it’s supported in WP.com but not WP.org). A URL like https://padlet.com/cogdogblog/aos9fosbbwk4 should embed like <div...
I want to add oembed provider to my buddypress activity content I found this function <?php wp_oembed_add_provider( $format, $provider, $regex ); ?> I know I need it to add...
oEmbed does not seem to work on my theme. I simply see the bare URL. I haven’t been able to find instructions on how to implement it. Thanks. 2...
I’m having trouble getting results from wp_oembed_add_provider(). I’m developing a site which needs to embed video content from Facebook, and I came across this handy list of Facebook URL...