Custom Twitter Feeds – A Tweets Widget or X Feed Widget

Display X posts (Twitter tweets) from any public user account in a clean, attractive looking feed that updates weekly.

v2.6.1Syed BalkhiUpdated 2026-06-10Added May 10, 2016100k+ installs96% rating
24
Score
446
Errors
922
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

maintainability640
security612
i18n65

Issues Details

1,368 issues found in latest scan

ERROR140
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actions_attr'.

WARNING122
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING118
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $cache_table_name at "DELETE FROM $cache_table_name\n

WARNING114
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING85
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ctf_activate".

WARNING76
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions_attr".

WARNING68
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['con_nonce'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR62
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR60
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING55
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $cache_table_name used in $wpdb->query()\n$cache_table_name assigned unsafely at line 279.

WARNING53
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING52
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING44
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ctf_admin_notices".

WARNING34
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['file']['name']

ERROR33
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING27
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING24
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CTF_BUILDER_DIR".

ERROR24
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

ERROR23
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $escaped_where_clause_string used in $wpdb->get_results()\n$escaped_where_clause_string assigned unsafely at line 62.

ERROR21
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sLearn more about custom formats %s'.

ERROR20
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR19
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $sql

WARNING18
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.

ERROR8
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

Latest Snapshot

Findings

1,368

Errors

446

Warnings

922

Score History

First score snapshot

First scan completed Jun 19, 2026

v2.6.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v2.6.1

24

Latest

Findings
1,368
Errors
446
Warnings
922
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins