2019-06-26, 08:55 AM
Hello everyone
I would like to activate iframe via mycode.
I have the following code:
For iframe:
\[iframe\](.*?)\[/iframe\]
Replacement:
<iframe src="$1" width="800px" height="500px"><a href="$1"></a></iframe>
The problem is, that the link inside the iframe code gets replaced by the url Mycode rule.
I tried it to place it in first and last order, which both didnt work.
Any ideas?
Thx for any help.
I would like to activate iframe via mycode.
I have the following code:
For iframe:
\[iframe\](.*?)\[/iframe\]
Replacement:
<iframe src="$1" width="800px" height="500px"><a href="$1"></a></iframe>
The problem is, that the link inside the iframe code gets replaced by the url Mycode rule.
I tried it to place it in first and last order, which both didnt work.
Any ideas?
Thx for any help.