Home › Forums › Support › Widget Support › EasyBlog › Cannot save post after video embed
- This topic has 0 replies, 1 voice, and was last updated 6 years, 11 months ago by responsive-muse.
- AuthorPosts
- February 4, 2018 at 4:08 pm #32936responsive-museKeymaster
PROBLEM:
You will usually notice this problem when saving the post never ends:
REASON:
Your server security is not allowing you to save any information via POST that contains the keyword “iframe”.
Since Youtube normal embeds will work using the iframe tag, your server will return a -403 forbidden error- when trying to save the post.
SOLUTION:
You should open a support ticket in your hosting provider asking them to allow the iframe tag to be sent via POST protocol.WORKAROUND:
If your hosting support is not helping, you can use this workaround to still embed Youtube videos.1. Select Insert->Media->Embed
2. Copy and paste the code below replacing your Youtube video ID.
3. The Youtube video ID can be extracted from the original URL:
https://www.youtube.com/watch?v=YOUTUBE-VIDEO-ID
COPY THIS CODE REPLACING YOUR OWN YOUTUBE ID:
<object style="max-width: 100%!important;" width="640" height="360"> <param name="movie" value="http://www.youtube.com/embed/YOUTUBE-VIDEO-ID?html5=1&rel=0&hl=en_US&version=3"/> <param name="allowFullScreen" value="true"/> <param name="allowscriptaccess" value="always"/> </object>
PASTE THE CODE UNDER EMBED TAB:
- AuthorPosts
- The topic ‘Cannot save post after video embed’ is closed to new replies.