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 / templates / footer.php
custom-twitter-feeds / templates Last commit date
actions.php 4 weeks ago author.php 4 weeks ago error.php 4 weeks ago feed.php 4 weeks ago footer.php 4 weeks ago header-generic.php 4 weeks ago header-text.php 4 weeks ago header.php 4 weeks ago item.php 4 weeks ago linkbox.php 4 weeks ago
footer.php
22 lines
1 <?php
2 /**
3 * Smash Balloon Custom Twitter Feeds Footer Template
4 * Information about the person tweeting, replying, or quoting
5 *
6 * @version 2.0.4 Custom Twitter Feeds by Smash Balloon
7 *
8 */
9 use TwitterFeed\CTF_Display_Elements;
10
11 $loadmore_attr = CTF_Display_Elements::get_element_attribute( 'loadmore', $feed_options );
12 ?>
13
14 <div class="ctf-screenreader" aria-live="polite" aria-atomic="true" data-ctf-feed-status></div>
15
16 <?php if (( filter_var($feed_options['showbutton'], FILTER_VALIDATE_BOOLEAN) == true) || ctf_doing_customizer( $feed_options )) : ?>
17 <button type="button" id="ctf-more" class="ctf-more" <?php echo $loadmore_attr ?>><span><?php echo esc_html( $feed_options['buttontext'] ) ?></span></button>
18 <?php endif; ?>
19
20 <?php if ($options['creditctf']): ?>
21 <div class="ctf-credit-link"><a href="https://smashballoon.com/custom-twitter-feeds/?utm_campaign=twitter-free&utm_source=frontend&utm_medium=credit" target="_blank" rel="noopener noreferrer"><?php echo ctf_get_fa_el( 'fa-twitter' ) ?>Custom Twitter Feeds Plugin<span class="ctf-screenreader"><?php esc_html_e( '(opens in new tab)', 'custom-twitter-feeds' ); ?></span></a></div>
22 <?php endif; ?>