{source}
<?php
//echo “This is me testing if this works <br>”;
$uri = JUri::getInstance();
$stringvariable = $uri->toString();
$collectivevariable=substr($stringvariable, strpos($stringvariable, “?”) + 1);
echo “<p>
<embed src=’https://beautybulletin.ur-sltn.co.za/instagrampro/gallery/list/_”.$collectivevariable.”‘ width=’100%’ height=’800px’ style=’width: 100%; height: 800px; overflow: hidden;’>
</embed> </p>”;
?>
{/source}