Hmmmm….
…”not possible” seems to be be a stock answer for a lot of the questions in this forum! Seems like it is possible using the following:
++++++++++++++++++++++++++++++++++++++
<?php
if ( function_exists( ‘um_profile_id’ ) ) {
$user = get_user_by( ‘id’, um_profile_id() );
$owner = $user->user_login;
echo ‘<style>
#wrap { width: 700px; height: 550px; padding: 0; position:relative; left:0px; top:0px; overflow: hidden; }
#frame { width: 100%; height: 600px; position:relative; left:0px; top:0px; }
#frame { -ms-zoom: 0.86; -moz-transform: scale(0.86); -moz-transform-origin: 0px 0; -o-transform: scale(0.86); -o-transform-origin: 0 0; -webkit-transform: scale(0.86); -webkit-transform-origin: 0 0; }
</style>
<div id=”wrap”>
<iframe sandbox id=”frame” src=”https://www.eqsl.cc/Member.cfm?’.$owner.'”></iframe>
</div>’;
}
?>
++++++++++++++++++++++++++++++++++++++++++++++
…and a plugin for embedding php snippets!
Just construct the URL, and where you want the username inserted use: .$owner.’
As a ‘paying’ customer I would have thought the support would have been better! ??