2019-01-03, 04:07 PM
I am trying to embed streamable.com videos and for that I am using the following code:
Title
Streamable
Regular Expression
Replacement
Usage
This is working fine BUT problem is anyone can embed any site in iframe for e.g. a user can embed his own website like below. Is it possible to restrict it only to streamable.com?
Example
[streamable]<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://www.mybb.com" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>[/streamable]
Title
Streamable
Regular Expression
Quote:\[streamable\]<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/s/(.*?)" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>\[/streamable\]
Replacement
Quote:<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/s/$1" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>
Usage
Quote:[streamable]<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/s/q0rbt/itsiaw" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>[/streamable]
This is working fine BUT problem is anyone can embed any site in iframe for e.g. a user can embed his own website like below. Is it possible to restrict it only to streamable.com?
Example
[streamable]<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://www.mybb.com" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>[/streamable]