This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WordPress LiveRacers

Description

Widget Use

The WordPress widget allows you to insert the LiveRacers Live Widget into any widgetized area in your site’s theme. All the settings are available directly in the widget UI.

Shortcode Use

You can also use the shortcode lr_livewidget to insert the Live Widget into any shortcode enabled content area or via do_shortcode() in PHP code.

Example: [lr_livewidget url="http://efnetsimracing.liveracers.com" theme="dark"]

Shortcode attributes

  • url – String, required: the full URL to your LiveRacers domain
  • theme – String: "light" (default) or "dark"
  • orientation – String: "vertical" (default) or "horizontal"
  • width – Numeric: width of the widget in pixels (default = 200)
  • canjoin – String: "true" (default) or "false"; whether or not to show the “Join” link

Screenshots

  • The WordPress Widget UI for the LiveRacers Live Widget

Installation

  1. Unpack the entire contents of the plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to the WP Admin plugin page
  4. Activate this plugin

OR you can just install it from the WordPress admin by going to Plugins >> Add New and typing this plugin’s name

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WordPress LiveRacers” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WordPress LiveRacers” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.1

  • Fix missing output for theme and orientation drop-downs in the widget

1.0

  • Initial release