I want to load/embed contents from various locations using a single BBCode but each content has the same parent/top-level domain in an iframe, here are two examples:
Code: Select all
<iframe src="https://www.domain.com/container/intl/en/products.html{SIMPLETEXT}" width="800" height="600" scrolling="no" allowfullscreen></iframe>
Code: Select all
<iframe src="https://www.domain.com/container/premium/intl_products.html{SIMPLETEXT}" width="800" height="600" scrolling="no" allowfullscreen </iframe>
Code: Select all
[prod]{SIMPLETEXT}[/prod]
Thanking you in advance.
odf