<div id="get_started_menu_config" class="tabs-panel">
    <h3>Test your app in the simulator</h3>
    <p>
	   Test-drive your app in the simulator before signing up and publishing it.
    </p>
	
    <?php 
$user_email = Mobiloud::get_option('ml_user_email');
$user_name = Mobiloud::get_option('ml_user_name');
$user_site = Mobiloud::get_option('ml_user_site');
$plugin_url = Mobiloud::get_plugin_url();
$plugin_version = MOBILOUD_PLUGIN_VERSION;
$http_prefix = 'http';
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
    $http_prefix = 'https';
}
?>
    <?php 
add_thickbox();
?>
    <a href="<?php 
echo $http_prefix;
?>
://www.mobiloud.com/simulator/?name=<?php 
echo urlencode(esc_attr($user_name));
?>
&email=<?php 
echo urlencode(esc_attr($user_email));
?>
&site=<?php 
echo urlencode(esc_url($user_site));