PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 3.9
Tagembed: Social Media Feeds and Customer Reviews Widget v3.9
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 3.9, at views/socialAccount/socialAccountView.php

56 lines 2.9 KB
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 wp_enqueue_script('__script-social-account-js', TAGEMBED_PLUGIN_URL . '/assets/js/socialAccount/tagembed.social.account.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true);
5 ?>
6 <div style="" id="__tagembed__accounts" class="__tagembed__tabcontent __tagembed__accountsection">
7 <div class="__tagembed__connaccountwrap">
8 <div class="__tagembed__caleft">
9 <h3>Connected Accounts</h3>
10 <div>Note : Tagembed never store (or even have access to) the usernames/passwords you use to connect.</div>
11 </div>
12 <!--Start-- Show Share Link For Add Connect Account Popup -->
13 <div class="__tagembed__caright">
14 <div class="__tagembed__clipboard">
15 <label>Wondering how to connect an account you don't have access to?</label>
16 <button type="button" onclick="__tagembed__manageShareLinkPopup();" class="__tagembed__btn">
17 Share
18 </button>
19 </div>
20 </div>
21 <!--End-- Show Share Link For Add Connect Account Popup -->
22 </div>
23 <div class="__tagembed__sourcerow">
24 <div class="__tagembed__ssright __tagembed__sizefull">
25 <div class="__tagembed__conntectedacc">
26 <div class="__tagembed__addaccount">
27 <a href="javascript:void(0);" onclick="__tagembed__connectSocialAccounts();"><i class="fas fa-plus" aria-hidden="true"></i><span>Add Account</span></a>
28 </div>
29 <table width="100%" cellspacing="0" cellpadding="0">
30 <thead>
31 <tr><th>Network</th><th>Account</th><th>Token Validity</th><th>Status</th><th>Refresh</th><th>Delete</th></tr>
32 </thead>
33 <tbody id="__tagembed__alreday_exist_accounts"></tbody>
34 </table>
35 </div>
36 </div>
37 </div>
38 </div>
39 <!--Start--Add Account Section-->
40 <div id="__tagembed__pick_a_source_section" class="__tagembed__overlay" style="display:none;">
41 <div class="__tagembed__popupwrap __tagembed__popup_xl">
42 <button id="__tagembed__pick_a_source_section_close_btn" type="button" class="__tagembed__closebtn"></button>
43 <div class="__tagembed__popupinn">
44 <div class="__tagembed__header"><h2>Pick a source</h2></div>
45 <hr class="__tagembed__horizontaborder">
46 <div class="__tagembed__formwbody">
47 <div class="__tagembed__formwrow">
48 <ul class="__tagembed__addnetwork" id="__tagembed__pick_a_source"></ul>
49 </div>
50 </div>
51 </div>
52 </div>
53 </div>
54 <!--End--Add Account Section-->
55 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/common/shareLinkView.php"; ?>
56 <?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?>