dondomainer
Active member
I found
a 100% legal free movie.so i try to create an custom BBcode.
embed tamplate
but i get "
The specified URL cannot be embedded as media. .. what i missing here ?
Thanks.
Popcornflix
www.popcornflix.com
a 100% legal free movie.so i try to create an custom BBcode.
Code:
(^https?://(?:[^./]+\.)*popcornflix\.com/.(?'id'))i
embed tamplate
Code:
<iframe src="https://www.popcornflix.com/watch/channel/new-releases/movie/{$id}?autoplay=true&autoplayMuted=true&autoplayNext=true&embed=true" frameborder="0" scrolling="no" width="560" height="315" allowfullscreen style="overflow: auto; -webkit-overflow-scrolling: touch;"></iframe>
but i get "
The specified URL cannot be embedded as media. .. what i missing here ?
Thanks.