PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 4.5
Tagembed: Social Media Feeds and Customer Reviews Widget v4.5
7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 All 42 releases
← All changes | views/analytics/analyticsView.php +1 -1 4.64.5 View file →
@@ -2,7 +2,7 @@
2 2 include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headView.php";
3 3 include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headerView.php";
4 4 ?>
5 5 <div>
6 - <iframe src="<?php echo TAGEMBED_PLUGIN_SERVER_URL; ?>analytics?userId=<?php echo $__tagembed__active_widget_user_id; ?>" class="__tagembed__analytics" width="100%" height="100%"></iframe>
6 + <iframe src="https://api.tagembed.com/app/analytics?userId=<?= $__tagembed__active_widget_user_id; ?>" class="__tagembed__analytics" width="100%" height="100%"></iframe>
7 7 </div>
8 8 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?>