admin管理员组

文章数量:1427340

I have a problem and I don't know what to do.. I am trying to insert VAST video (with URL) from Ad Manager in a wordpress site. I tried with iframe, with video tag element, with script as “src=” but it doesn’t show something. Is there any idea why?

Also it gives a warning in console about CORB (Cross-Origin Read Blocking (CORB) blocked cross-origin response ?... with MIME type text/plain ) when I use ?...”>

Thanks a lot!

I have a problem and I don't know what to do.. I am trying to insert VAST video (with URL) from Ad Manager in a wordpress site. I tried with iframe, with video tag element, with script as “src=” but it doesn’t show something. Is there any idea why?

Also it gives a warning in console about CORB (Cross-Origin Read Blocking (CORB) blocked cross-origin response https://pubads.g.doubleclick/gampad/ads?... with MIME type text/plain ) when I use https://pubads.g.doubleclick/gampad/ads?...”>

Thanks a lot!

Share Improve this question asked May 14, 2019 at 8:54 DoraDora 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

WordPress supports the following video file types:

.mp4, .m4v (MPEG-4), .mov (QuickTime), .wmv (Windows Media Video), .avi, .mpg, .ogv (Ogg), .3gp (3GPP), and .3g2 (3GPP2)

From the "Uploading Files" Codex.

If it's not in the list, you'll have to either add support or find a way to insert it manually which is what it sounds like you've done.

Also, the default WordPress editor doesn't allow iframed content. It gets stripped out when you publish.

If you're getting an error about cross-origin content, I recommend reading up on CORS. There are a bunch of details that could cause an error like this which aren't covered in the scope of this community.

本文标签: Problem with video url from ad manager