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
tagembed-widget / views / common / shareLinkView.php

shareLinkView.php in Tagembed: Social Media Feeds and Customer Reviews Widget 4.5, at views/common/shareLinkView.php

21 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!--Start-- Share Link For Add Connect Account Popup -->
2 <div id="__tagembed__share_link_popup" class="__tagembed__overlay" style="display:none;">
3 <div class="__tagembed__popupwrap __tagembed__popup_xl">
4 <button id="__tagembed__share_link_popup_close_btn" type="button" class="__tagembed__closebtn"></button>
5 <div class="__tagembed__popupinn">
6 <div class="__tagembed__formwbody">
7 <div class="__tagembed__formwrow">
8 <div class="__tagembed__shareconn">
9 <h2>Need to connect an external account?</h2>
10 <p>To connect an account you don't have access to, you can sent the following URL to the account owner:</p>
11 <input onclick="__tagembed__copyToShareLink();" type="text" id="__tagembed__share_link_input" value="" readonly="" />
12 <textarea id="__tagembed__email_ids" rows="4" cols="5" placeholder="Ex: support@tagembed.com,info@tagembed.com"></textarea>
13 <span>NOTE: Tagembed does not store (or even have access to) the usernames / passwords you use to connect. You can always revoke a connection here or through the specific social networks.</span>
14 <button onclick="__tagembed__shareLink();" class="__tagembed__btn">Share URL</button>
15 </div>
16 </div>
17 </div>
18 </div>
19 </div>
20 </div>
21 <!--End-- Share Link For Add Connect Account Popup -->