optrex
Well-known member
I'm trying to add this media source into a custom BB code for my media gallery but I'm running into issues:
So in Match URL's I have
And in the template I have
But I cant get it to work in the gallery
<iframe src="https://widgets.figshare.com/articles/14230519/embed?show_title=1" width="568" height="351" allowfullscreen frameborder="0"></iframe>
So in Match URL's I have
widgets.figshare.com/articles/{$id}
And in the template I have
<iframe src="https://widgets.figshare.com/articles/{$id}/embed?show_title=1" width="568" height="351" allowfullscreen frameborder="0"></iframe>
But I cant get it to work in the gallery