Embed youtube is not working
-
Hello,
I am using this plugin in my website, where user can send attachment files to other users.
I also want to send youtube videos in embedded form.
For example :
<iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/ssk5AOaEUQI” frameborder=”0″ allowfullscreen></iframe>
and also use this one:
<object width=”640″ height=”390″>
<param name=”movie”
value=”https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1″></param>
<param name=”allowScriptAccess” value=”always”></param>
<embed src=”https://www.youtube.com/v/M7lc1UVf-VE?version=3&autoplay=1″
type=”application/x-shockwave-flash”
allowscriptaccess=”always”
width=”640″ height=”390″></embed>
</object>But after sending message, user cant see embedded video, only code is appearing there .
Can you please assist why this function is not working? It is listed as a default functionality in your feature listing.
We have checked the core files and could not identify the issue.
Looking forward to hear more from you!
- The topic ‘Embed youtube is not working’ is closed to new replies.