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 / screens / select-feed.php
custom-twitter-feeds / admin / builder / templates / screens Last commit date
customizer.php 4 weeks ago select-feed.php 4 weeks ago welcome.php 4 weeks ago
select-feed.php
33 lines
1 <div v-if="viewsActive.pageScreen == 'selectFeed'" class="ctf-fb-fs">
2 <div class="ctf-fb-create-ctn ctf-fb-wrapper">
3 <div class="ctf-fb-heading">
4 <h1>{{selectFeedTypeScreen.mainHeading}}</h1>
5 <div class="ctf-fb-btn ctf-fb-slctf-nxt ctf-fb-btn-ac ctf-btn-orange" :data-active="creationProcessCheckAction()" @click.prevent.default="creationProcessNext()">
6 <span>{{genericText.next}}</span>
7 <svg aria-hidden="true" focusable="false" width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
8 <path d="M1.3332 0.00683594L0.158203 1.18184L3.97487 5.00684L0.158203 8.83184L1.3332 10.0068L6.3332 5.00684L1.3332 0.00683594Z" fill="white"/>
9 </svg>
10 </div>
11 </div>
12 <?php
13 include_once CTF_BUILDER_DIR . 'templates/sections/feeds-type.php';
14 include_once CTF_BUILDER_DIR . 'templates/sections/select-source.php';
15 include_once CTF_BUILDER_DIR . 'templates/sections/select-template.php';
16 ?>
17 </div>
18 <div class="ctf-fb-ft-action ctf-fb-slctfd-action ctf-fb-fs">
19 <div class="ctf-fb-wrapper">
20 <div class="ctf-fb-slctf-back ctf-fb-hd-btn ctf-btn-grey" @click.prevent.default="creationProcessBack()"><svg aria-hidden="true" focusable="false" width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
21 <path d="M6.3415 1.18184L5.1665 0.00683594L0.166504 5.00684L5.1665 10.0068L6.3415 8.83184L2.52484 5.00684L6.3415 1.18184Z" fill="#141B38"/>
22 </svg>
23 <span>{{genericText.back}}</span>
24 </div>
25 <div class="ctf-fb-btn ctf-fb-slctf-nxt ctf-fb-btn-ac ctf-btn-orange" :data-active="creationProcessCheckAction()" @click.prevent.default="creationProcessNext()">
26 <span>{{genericText.next}}</span>
27 <svg aria-hidden="true" focusable="false" width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
28 <path d="M1.3332 0.00683594L0.158203 1.18184L3.97487 5.00684L0.158203 8.83184L1.3332 10.0068L6.3332 5.00684L1.3332 0.00683594Z" fill="white"/>
29 </svg>
30 </div>
31 </div>
32 </div>
33 </div>