An widget that will display Facebook Fan page like box. Uses latest API of Facebook (v 16.0)
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
67
2 issue groups
I18n
27
3 issue groups
Maintainability
14
4 issue groups
Repo Compliance
3
3 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.56
- Category
- Security
- Occurrences
- 56
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
ERRORI18nText Domain MismatchMismatched text domain. Expected 'facebook-fan-page-widget' but got 'ffpw'.15
- Category
- I18n
- Occurrences
- 15
- Severity
- error
Sample message
Mismatched text domain. Expected 'facebook-fan-page-widget' but got 'ffpw'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to _e().11
- Category
- I18n
- Occurrences
- 11
- Severity
- error
Sample message
Missing $domain parameter in function call to _e().
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: '<div class="fb-page" data-href="'. esc_url( $instance['ffpw_fb_page'] ).'" data-width="'. esc_attr( $instance['ffpw_fb_width'] ).'" data-hide-cover="'. esc_attr( $instance['ffpw_fb_cover'] ) .'" data-show-facepile="'. esc_attr( $instance['ffpw_fb_faces'] ) .'" data-tabs="'. esc_attr( $tabs_to_show ).'" data-hide-cta="'. esc_attr( $instance['ffpw_fb_custom_call'] ).'" data-small-header="'. esc_attr( $instance['ffpw_fb_small_header'] ) .'" data-adapt-container-width="'. esc_attr( $instance['ffpw_fb_container_width'] ).'" data-lazy="'. esc_attr( $instance['ffpw_fb_lazy_loading'] ).'"><div class="fb-xfbml-parse-ignore"><blockquote cite="'. esc_attr( $instance['ffpw_fb_page'] ).'"><a href="'. esc_url( $instance['ffpw_fb_page'] ).'">Facebook</a></blockquote></div></div>'1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: '<div class="fb-page" data-href="'. esc_url( $instance['ffpw_fb_page'] ).'" data-width="'. esc_attr( $instance['ffpw_fb_width'] ).'" data-hide-cover="'. esc_attr( $instance['ffpw_fb_cover'] ) .'" data-show-facepile="'. esc_attr( $instance['ffpw_fb_faces'] ) .'" data-tabs="'. esc_attr( $tabs_to_show ).'" data-hide-cta="'. esc_attr( $instance['ffpw_fb_custom_call'] ).'" data-small-header="'. esc_attr( $instance['ffpw_fb_small_header'] ) .'" data-adapt-container-width="'. esc_attr( $instance['ffpw_fb_container_width'] ).'" data-lazy="'. esc_attr( $instance['ffpw_fb_lazy_loading'] ).'"><div class="fb-xfbml-parse-ignore"><blockquote cite="'. esc_attr( $instance['ffpw_fb_page'] ).'"><a href="'. esc_url( $instance['ffpw_fb_page'] ).'">Facebook</a></blockquote></div></div>'
WARNINGMaintainabilitymismatched plugin namePlugin name "Fan Page Widget by ThemeNcode" is different from the name declared in plugin header "Fan Page Widget".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Fan Page Widget by ThemeNcode" is different from the name declared in plugin header "Fan Page Widget".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
WARNINGRepo Compliancereadme parser warnings too many tagsOne or more tags were ignored. Please limit your plugin to 5 tags.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Show 2 moreShow less
ERRORRepo Compliancereadme short description non official language1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The readme short description contains unofficial language. It must be written in standard English.
WARNINGMaintainabilitytrademarked term1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin slug includes a restricted term. Your plugin slug - "facebook-fan-page-widget" - contains the restricted term "facebook" which cannot be used at all in your plugin slug.
External Connections
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v2.1
40
Latest
- Findings
- 111
- Errors
- 108
- Warnings
- 3
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 111 | 108 | 3 | v2.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.