Could I embed a youtube video or video video to codeproejct article?
-
I got some embed code from a youtube video and vimeo video. so that's an iframe. And I think codeproject html output encodes the article.. so the iframes are not rendered but rather just printed as on the article. yeah I could understand the security implications of embedding iframes and third party content, but considering all our articles are moderated and reviewed by community leaders... my best guess is this is allowed, I am just hitting the wrong corners. <a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video">how to embed vimeo video?</a>[<a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video" target="_blank" title="New Window">^</a>] <a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work">http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work</a>[<a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work" target="_blank" title="New Window">^</a>] Browsed around the Q&A and FAQ section, couldn't find anythinng helpful. I am writing an article rather than explaining some portions in text, I thought I could link one of my videos from youtube or vimeo. Is this allowed in codeproject? If embedding content via iframe is not supported, is there any other way I could imbed/insert a youtube video on my article? Below is how my embed code looks: <iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/somevideo" width="420"></iframe> <iframe allowfullscreen="" frameborder="0" height="281" mozallowfullscreen="" src="https://player.vimeo.com/video/somevideo" webkitallowfullscreen="" width="500"></iframe></x-turndown>
-
I got some embed code from a youtube video and vimeo video. so that's an iframe. And I think codeproject html output encodes the article.. so the iframes are not rendered but rather just printed as on the article. yeah I could understand the security implications of embedding iframes and third party content, but considering all our articles are moderated and reviewed by community leaders... my best guess is this is allowed, I am just hitting the wrong corners. <a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video">how to embed vimeo video?</a>[<a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video" target="_blank" title="New Window">^</a>] <a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work">http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work</a>[<a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work" target="_blank" title="New Window">^</a>] Browsed around the Q&A and FAQ section, couldn't find anythinng helpful. I am writing an article rather than explaining some portions in text, I thought I could link one of my videos from youtube or vimeo. Is this allowed in codeproject? If embedding content via iframe is not supported, is there any other way I could imbed/insert a youtube video on my article? Below is how my embed code looks: <iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/somevideo" width="420"></iframe> <iframe allowfullscreen="" frameborder="0" height="281" mozallowfullscreen="" src="https://player.vimeo.com/video/somevideo" webkitallowfullscreen="" width="500"></iframe></x-turndown>
Hi, To Embed the Youtube Video you can request to Editor of CP or you can request to @sean-ewington who is the Content Manager for CP by sending your you tube video link and your article Link.They will embed your youtube video to your article after checking it.Since to avoid the Spam video in Cp the author can not embed any video directly .If we requst to editor they will check for the Youtube video and add for us in our article. Note and also if you need to edit your article in later case again you need to get there support to embed your video for everytime.There is also another way as you can add your Youtube Video link to your aricle by this you can maintain the article by yourself.
-
I got some embed code from a youtube video and vimeo video. so that's an iframe. And I think codeproject html output encodes the article.. so the iframes are not rendered but rather just printed as on the article. yeah I could understand the security implications of embedding iframes and third party content, but considering all our articles are moderated and reviewed by community leaders... my best guess is this is allowed, I am just hitting the wrong corners. <a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video">how to embed vimeo video?</a>[<a href="http://www.codeproject.com/Questions/685402/how-to-embed-vimeo-video" target="_blank" title="New Window">^</a>] <a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work">http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work</a>[<a href="http://www.codeproject.com/Questions/362338/YouTube-video-insertion-in-my-article-doesnt-work" target="_blank" title="New Window">^</a>] Browsed around the Q&A and FAQ section, couldn't find anythinng helpful. I am writing an article rather than explaining some portions in text, I thought I could link one of my videos from youtube or vimeo. Is this allowed in codeproject? If embedding content via iframe is not supported, is there any other way I could imbed/insert a youtube video on my article? Below is how my embed code looks: <iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/somevideo" width="420"></iframe> <iframe allowfullscreen="" frameborder="0" height="281" mozallowfullscreen="" src="https://player.vimeo.com/video/somevideo" webkitallowfullscreen="" width="500"></iframe></x-turndown>
I can definitely do this for you, but bear in mind once we go that route, you can no longer update your article yourself, it will break every time. The other (and better option in my opinion) is to simply leave a link to the YouTube video in the article, but let me know what you'd prefer.
Thanks, Sean Ewington CodeProject
-
I can definitely do this for you, but bear in mind once we go that route, you can no longer update your article yourself, it will break every time. The other (and better option in my opinion) is to simply leave a link to the YouTube video in the article, but let me know what you'd prefer.
Thanks, Sean Ewington CodeProject