El Porcharo
Well-known member
I'm trying to add an embedding code for Voomly.com, but I don't know why there seems to be some issues.
The setup seems to be ok, but there's no chance to see the video on my test thread. Their embed code is fully working on Wordpress.
I'm going to share my real video link, so anyone willing to help could test on their own.
Here it is:
While this one here is the embed code:
Here's my setup for the new BB code media site (advanced options not set) followed by the code text itself:
Match URLs:
Embed template:
The strange thing is that the HTML code doesn't seem to be placed at all within the source page...
Is there anyone that already had to deal with it and knows how to fix?
Thanks in advance!
The setup seems to be ok, but there's no chance to see the video on my test thread. Their embed code is fully working on Wordpress.
I'm going to share my real video link, so anyone willing to help could test on their own.
Here it is:
https://share.voomly.com/v/XsGn834cJ
While this one here is the embed code:
<script src="https://embed.voomly.com/embed/embed-build.js"></script>
<div class="voomly-embed" data-id="XsGn834cJ" data-ratio="1.778" data-type="v"></div>
Here's my setup for the new BB code media site (advanced options not set) followed by the code text itself:
Match URLs:
share.voomly.com/v/{$id}
Embed template:
<div class="bbMediaWrapper">[I][/I]
<div class="bbMediaWrapper-inner">
<script src="https://embed.voomly.com/embed/embed-build.js"></script>
<div class="voomly-embed" data-id="{$id}" data-ratio="1.778" data-type="v"></div>
</div>
</div>
The strange thing is that the HTML code doesn't seem to be placed at all within the source page...
Is there anyone that already had to deal with it and knows how to fix?
Thanks in advance!