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 / builder.php
custom-twitter-feeds / admin / builder / templates Last commit date
preview 1 month ago screens 1 month ago sections 1 month ago builder.php 1 month ago form-data-examples.html 1 month ago
builder.php
13 lines
1 <div id="ctf-builder-app" class="ctf-fb-fs ctf-builder-app" :class="dismissLite === false ? 'ctf-builder-app-lite-dismiss' : '' " :data-app-loaded="appLoaded ? 'true' : 'false'">
2 <?php
3 $icons = TwitterFeed\Builder\CTF_Feed_Builder::builder_svg_icons();
4 include_once CTF_BUILDER_DIR . 'templates/sections/header.php';
5 include_once CTF_BUILDER_DIR . 'templates/screens/select-feed.php';
6 include_once CTF_BUILDER_DIR . 'templates/screens/welcome.php';
7 include_once CTF_BUILDER_DIR . 'templates/screens/customizer.php';
8 include_once CTF_BUILDER_DIR . 'templates/sections/footer.php';
9 ?>
10 <div class="sb-control-elem-tltp-content" v-show="tooltip.hover" @mouseover.prevent.default="hoverTooltip(true, 'inside')" @mouseleave.prevent.default="hoverTooltip(false, 'outside')">
11 <div class="sb-control-elem-tltp-txt" v-html="tooltip.text" :data-align="tooltip.align"></div>
12 </div>
13 </div>