Skip to content

WordPress plugin to insert the LiveRacers Live Widget on your site via a WordPress widget or shortcode

License

Notifications You must be signed in to change notification settings

pglewis/wp-liveracers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress LiveRacers

Insert the LiveRacers Live Widget on your site via a WordPress widget or shortcode.

Installing

  1. Download the .zip file from the repository
  2. Put the contents of the .zip file into your wp-content/plugins folder
  3. Enable the plugin from the WordPress Admin

Widget

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.

alt tag

Shortcode

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"]

Supported 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

About

WordPress plugin to insert the LiveRacers Live Widget on your site via a WordPress widget or shortcode

Resources

License

Stars

Watchers

Forks

Packages

No packages published