PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.7.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.7.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 / select-source.php
custom-twitter-feeds / admin / builder / templates / sections Last commit date
create-feed 1 month ago customizer 1 month ago feeds 1 month ago popup 1 month ago empty-state.php 1 month ago feeds-list.php 1 month ago feeds-type.php 1 month ago footer.php 1 month ago header.php 1 month ago select-source.php 1 month ago select-template.php 1 month ago
select-source.php
18 lines
1 <div class="ctf-fb-slctsrc-ctn ctf-fb-fs sb-box-shadow" v-if="viewsActive.selectedFeedSection == 'selectSource'">
2 <?php
3 include_once CTF_BUILDER_DIR . 'templates/sections/create-feed/multiple-sources-list.php';
4 ?>
5 <div class="ctf-fb-apilimit-notice ctf-fb-fs" >
6 <div class="ctf-fb-apilimit-notice-top ctf-fb-fs">
7 <div class="ctf-fb-apilimit-notice-icon" v-html="svgIcons['information']"></div>
8 <div class="ctf-fb-apilimit-notice-heading" v-html="genericText.twitterApiLimit.heading"></div>
9 </div>
10 <div class="ctf-fb-apilimit-notice-description ctf-fb-fs" v-html="genericText.twitterApiLimit.description"></div>
11 </div>
12 <div v-if="! maxTypesAdded()" class="ctf-addsource-type-btn ctf-fb-fs" @click.prevent.default="activateView('feedtypesPopup')">
13 <svg width="14" height="14" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
14 <path d="M9.66634 5.66634H5.66634V9.66634H4.33301V5.66634H0.333008V4.33301H4.33301V0.333008H5.66634V4.33301H9.66634V5.66634Z"/>
15 </svg>
16 <span>{{genericText.addSourceType}}</span>
17 </div>
18 </div>