PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.8.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.8.0
2.8.0 2.7.0 2.6.1 2.6.0 1.0 1.0.1 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.5 1.5.1 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.5.4 2.5.5 trunk
custom-twitter-feeds / admin / builder / templates / sections / popup / source-instances.php
custom-twitter-feeds / admin / builder / templates / sections / popup Last commit date
add-source-popup.php 4 weeks ago confirm-dialog-popup.php 4 weeks ago connect-account-popup.php 4 weeks ago embed-popup.php 4 weeks ago extensions-popup.php 4 weeks ago feedtemplates-popup.php 4 weeks ago feedtypes-customizer-popup.php 4 weeks ago feedtypes-popup.php 4 weeks ago install-plugin-popup.php 4 weeks ago onboarding-customizer-popup.php 4 weeks ago onboarding-popup.php 4 weeks ago source-instances.php 4 weeks ago sources-list-popup.php 4 weeks ago
source-instances.php
70 lines
1 <div class="sb-fs-boss ctf-fb-center-boss" role="dialog" aria-modal="true" :aria-label="genericText.feedInstances" @keydown.esc.prevent="switchScreen('instanceSourceActive', null)" v-if="viewsActive.instanceSourceActive != null">
2 <div class="ctf-fb-popup-inside ctf-fb-popup-feedinst">
3 <div class="ctf-fb-popup-cls" role="button" tabindex="0" :aria-label="genericText.close" @click.prevent.default="switchScreen('instanceSourceActive', null)" @keydown.enter.prevent="switchScreen('instanceSourceActive', null)" @keydown.space.prevent="switchScreen('instanceSourceActive', null)"><svg aria-hidden="true" focusable="false" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
4 <path d="M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z" fill="#141B38"/>
5 </svg>
6 </div>
7 <div class="ctf-fb-source-top ctf-fb-fs">
8 <h3>{{viewsActive.instanceSourceActive.username}}</h3>
9 <div class="ctf-fb-fdinst-type sb-small">{{viewsActive.instanceSourceActive.account_type}}</div>
10 </div>
11 <div class="ctf-fb-inst-tbl-ctn ctf-fb-fs">
12 <table>
13 <thead class="ctf-fd-lst-thtf ctf-fd-lst-thead">
14 <tr>
15 <th>
16 <span class="sb-caption sb-lighter">{{genericText.feedName}}</span>
17 </th>
18 <th>
19 <span class="sb-caption sb-lighter">{{genericText.id}}</span>
20 </th>
21 <th>
22 <span class="sb-caption sb-lighter">{{genericText.shortcodeText}}</span>
23 </th>
24 <th></th>
25 </tr>
26 </thead>
27 <tbody class="ctf-fd-lst-tbody">
28 <tr v-for="(instance, instanceIndex) in viewsActive.instanceSourceActive.instances">
29 <td><a :href="ctf_settings.builderUrl+'&feed_id=' + instance.id" class="ctf-fd-lst-name sb-small-p sb-bold">{{instance.feed_name}}</a></td>
30 <td><span class="ctf-fd-lst-shortcode sb-caption sb-lighter">{{instance.id}}</span></td>
31 <td>
32 <div class="ctf-fb-inst-tbl-shrtc">
33 <div class="sb-flex-center">
34 <span v-if="instance.id !== 'legacy'" class="ctf-fd-lst-shortcode sb-caption sb-lighter" v-html="'[custom-twitter-feeds feed='+instance.id+']'"></span>
35 <span v-if="instance.id === 'legacy'" class="ctf-fd-lst-shortcode sb-caption sb-lighter" v-html="'[custom-twitter-feeds]'"></span>
36
37 <div class="ctf-fd-lst-shortcode-cp ctf-fd-lst-btn ctf-fb-tltp-parent">
38 <div class="ctf-fb-tltp-elem"><span>{{(genericText.copy +' '+ genericText.shortcode).replace(/ /g,"&nbsp;")}}</span></div>
39 <div v-html="svgIcons['copy']" role="button" tabindex="0" :aria-label="genericText.copy + ' ' + genericText.shortcode" @click.prevent.default="copyToClipBoard('[custom-twitter-feeds feed='+instance.id+']')" @keydown.enter.prevent="copyToClipBoard('[custom-twitter-feeds feed='+instance.id+']')" @keydown.space.prevent="copyToClipBoard('[custom-twitter-feeds feed='+instance.id+']')"></div>
40 </div>
41 </div>
42 </div>
43 </td>
44 <td>
45 <a :href="ctf_settings.builderUrl+'&feed_id=' + instance.id" :aria-label="genericText.edit" class="ctf-fd-lst-btn sb-button-no-border sb-icon-small sb-dark-hover">
46 <svg aria-hidden="true" focusable="false" width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
47 <path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#8C8F9A"/>
48 </svg>
49 </a>
50 </td>
51 </tr>
52 </tbody>
53 <tfoot class="ctf-fd-lst-thtf ctf-fd-lst-tfoot">
54 <tr>
55 <td>
56 <span class="sb-caption sb-lighter">{{genericText.feedName}}</span>
57 </td>
58 <td>
59 <span class="sb-caption sb-lighter">{{genericText.id}}</span>
60 </td>
61 <td>
62 <span class="sb-caption sb-lighter">{{genericText.shortcodeText}}</span>
63 </td>
64 <td></td>
65 </tr>
66 </tfoot>
67 </table>
68 </div>
69 </div>
70 </div>