SR
Size: a a a
SR
SR
SR
SR
ИК
SR
SR
<iframe frameborder="0" height="750" scrolling="no" src="http://fotogid.info/sites/default/files/3d_tours/Aurora_new/Aurora_new.html" width="1140"></iframe>
SR
3d_tours
и залить ваш тур в неё и в src
вставить ссылку на html
страницуSR
pano.html
SR
SR
<iframe frameborder="0" scrolling="no" src="/3d_tours/pano.html" height="450" width="100%"></iframe>
SR
SR
function iframe_shortcode( $atts ) {
$atts = shortcode_atts( array(
'height' => '450',
'width' => '100%'
), $atts, 'iframe-shortcode' );
return '
<iframe rel="nofollow" src="' . $atts['src'] . '" height="'. $atts['height'] .'" width="'. $atts['width'] .'" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
';
}
add_shortcode('iframe-shortcode', 'iframe_shortcode');
SR
SR
[iframe-shortcode src="/3d_tours/pano.html" width="100%" height="450"]
SR
SR
ИК
E