Browse
For agents
About
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
Switch version
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
All 62 releases
Overview
Code
custom-twitter-feeds
/
admin
/
builder
/
templates
/
sections
/
feeds-list.php
feeds-list.php
8 lines
395 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
class
=
"
ctf-feeds-list ctf-fb-fs
"
v
-
if
=
"
(feedsList != null && feedsList.length > 0 ) || (legacyFeedsList != null && legacyFeedsList.length > 0)
"
>
2
<
?
php
3
include_once
CTF_BUILDER_DIR
.
'
templates/sections/feeds/legacy-feeds.php
'
;
4
include_once
CTF_BUILDER_DIR
.
'
templates/sections/feeds/feeds.php
'
;
5
?
>
6
<
/
div
>
7
<
?
php
8
include_once
CTF_BUILDER_DIR
.
'
templates/sections/feeds/instances.php
'
;