hottabychmorsby Posted November 17, 2015 Share Posted November 17, 2015 Ребята вставляю кроткую (YouTu.be) ссылку на видео в ютубе. При нажатии на плей пишет видео недоступно. Как только вставляю длинную ссылку, видео проигрывается хорошо. Медиа-тег http(?:s)?://(www.)?youtu.be/([\d\w-_]+?) Шаблон замены медиа-тега <iframe id="ytplayer" class="EmbeddedVideo" type="text/html" width="640" height="390" src="http://youtube.com/embed/$3?html5=1&fs=1" frameborder="0" allowfullscreen webkitallowfullscreen /></iframe> Quote Link to comment Share on other sites More sharing options...
Buben2015 Posted November 18, 2015 Share Posted November 18, 2015 Привет! У вас неверный тэг. Попробуйте так:Медиа-тег http(s)://(www.)?youtu.be/([\d\w-_]+?)$ Шаблон замены медиа-тега <object width="640" height="390"><param name="movie" value="http://youtube.com/v/$3?version=3"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://youtube.com/v/$3?version=3" type="application/x-shockwave-flash" width="640" height="390" wmode="transparent" allowscriptaccess="always" allowfullscreen="true"></embed></object> Quote Link to comment Share on other sites More sharing options...
hottabychmorsby Posted November 19, 2015 Author Share Posted November 19, 2015 спасибо Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.