-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web page not found when inserting video url #12
Comments
What is the URL you type into the "insert video" field? Does it start with "www" or directly "youtube.com"? |
Inserting youtube video url start with simple |
Thanks - this is apparently a known issue in Summernote: summernote/summernote#3252 Let me see if I can modify the source to fix this. |
Welcome, You can do it you just need to go in lib/assets/summernote-lite.min.js as I mentioned above and search the ifram code then append https: in that. Thanks
|
Done, thanks for reporting! I am releasing 1.7.0+1 with the various fixes for the recent issues. |
I am waiting for it.
|
It is uploaded and should be available now :) |
Web page not found is showing in editor whenever I am trying to insert the video url from insert Video Url.
but when was checking Code view I got this :
<p><iframe frameborder="0" src="//www.youtube.com/embed/W1pNjxmNHNQ" width="640" height="360" class="note-video-clip"></iframe><br></p>
In above I append
https:
insrc
then it's working fine.<p><iframe frameborder="0" src="https://www.youtube.com/embed/W1pNjxmNHNQ" width="640" height="360" class="note-video-clip"></iframe><br></p>
It's issue is coming only in mobile platform. on web it's working. please add this changes in iframe of lib/summernote/summernote-lite.min.js
The text was updated successfully, but these errors were encountered: