PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 5.0
Tagembed: Social Media Feeds and Customer Reviews Widget v5.0
7.8 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 All 43 releases
tagembed-widget / views / socialAccount / socialAccountView.php

socialAccountView.php in Tagembed: Social Media Feeds and Customer Reviews Widget 5.0, at views/socialAccount/socialAccountView.php

8 lines 621 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headView.php";
3 include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headerView.php";
4 $__tagembed__social_account_id = __tagembed__get_user_social_account_id();
5 ?>
6 <!--Start-- Get And Manage Social Accounts -->
7 <iframe allow="clipboard-write" name="<?php echo TAGEMBED_PLUGIN_CALL_BACK_URL; ?>" src="<?php echo TAGEMBED_PLUGIN_SERVER_URL; ?>socialaccounts/index/<?php echo $__tagembed__social_account_id; ?>" class="__tagembed__analytics" width="100%" height="100%"></iframe>
8 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?>