Skip to content

Top Box office provides real time ranking of the box office and always keep users upto date with latest box office results. The data updates automatically every week, no need to do any extra work.

License

Notifications You must be signed in to change notification settings

deep991/top-box-office

Repository files navigation

Top Box Office

Real time Weekend Box Office results on your blog.

Top Box office provides real time ranking of the weekend box office and always keep users upto date with latest box office results. The data updates automatically every week, no need to do any extra work.

It has

  • Real time Box Office result.
  • Customization options
  • Ready shortcode for post, pages or other post type and for wordpress theme
  • Ready widget
  • Bollywood Box Office (shortcode and widget)

Required settings

  • After plugin installation, go to Wordpress Dashboard > Settings > XTCZ Box Office and save required configuration here. Rottentomatoes Key is required to work this plugin. You can Register Rottentomatoes key from here.
  • For Bollywood box office no any configration required. And Rottentomatoes Key is not required for bollywood box office resutls.

ShortCode

  • Use [xtcz_topboxoffice] shortcode to display top box office in post, pages or other custom post type.
  • Use <?php echo do_shortcode('[xtcz_topboxoffice]'); ?> php code to display top box office movie list into wordpress theme file.
  • Use [xtcz_bollywood_boxoffice] shortcode for bollywood box office.

Optional parameters

You can also use optional parameters to override saved setting options.

For example: [xtcz_topboxoffice theme="standard" img_width="25"]

List of optional parameters

  • theme : 'fullview' or 'standard' .
  • limit : Numeric value to show number of movies in the top box office list.
  • img : Boolean value ( 1 or 0 ) to show/hide thumbnail image.
  • img_width : Numeric value ( 1 or 0 ) to set width of thumbnail image.
  • mpaa_rating : Boolean value ( 1 or 0 ) to show/hide movie's Mpaa rating.
  • audience_score : Boolean value ( 1 or 0 ) to show/hide movie's Audience Score.
  • release_dates : Boolean value ( 1 or 0 ) to show/hide movie's Release dates.
  • runtime : Boolean value ( 1 or 0 ) to show/hide movie's Runtime.
  • cast : Boolean value ( 1 or 0 ) to show/hide movie's Cast.
  • synopsis : Boolean value ( 1 or 0 ) to show/hide movie's synopsis.

Installation

  1. Download " Top Box Office" plugin.
  2. Upload the 'top-box-office' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
  3. Activate " Top Box Office" from your Plugins page.

Extra

  1. Visit 'Settings > Top Box Office' and adjust your configuration & settings.
  2. Use [xtcz_topboxoffice] shortcode or <?php echo do_shortcode('[xtcz_topboxoffice]'); ?> in your theme.
  3. Use [xtcz_bollywood_boxoffice] shortcode or <?php echo do_shortcode('[xtcz_bollywood_boxoffice]'); ?> for bollywood box office results.

Frequently asked questions

How can I call box office list into template

Place <?php echo do_shortcode('[xtcz_topboxoffice]'); ?> in your templates

How can I override saved settings in shortcode

You can use optional parameters to override saved setting. Example: [xtcz_topboxoffice theme="standard" img_width="25"]

Does optional parameters will work for bollywood box office resutls

No, optional parameters will not work for bollywood box office results.

Does 'Rottentomatoes Key' required for bollywood box office

No, Rottentomatoes Key is not required in case of bollywood box office

About

Top Box office provides real time ranking of the box office and always keep users upto date with latest box office results. The data updates automatically every week, no need to do any extra work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published