Page 1 of 1

Embedding more than one time

Posted: 02 Jul 2022, 10:40
by hpdorn
Is there a possibility to embed "Embed" more than one time?

Example:

<div class="embed" data-embed-app="./pictures/blog/DIR_1/embed.php" data-embed-layout="rows" data-embed-popup-map="true" data-embed-key=""></div>
<p>Blabla</p>
<div class="embed" data-embed-app="./pictures/blog/DIR_2/embed.php" data-embed-layout="rows" data-embed-popup-map="true" data-embed-key=""></div>

Re: Embedding more than one time

Posted: 03 Jul 2022, 00:22
by mjau-mjau
hpdorn wrote:Is there a possibility to embed "Embed" more than one time?
Unfortunately no. Embed currently only supports one instance on a page. I will be looking into multi-instance Embeds in a future release.

Re: Embedding more than one time

Posted: 03 Jul 2022, 06:26
by hpdorn
Thanks for your answer:slight_smile:.