This is a WordPress plugin that creates custom post type for reviews and displays reviews on the front end either in a footer or via shortcode.
For full details, view:
./reviewticker/readme.txt
To insert the Review Ticker into the content of any post / page, use the following shortcode:
[reviewticker]
You can also insert optional text/HTML before or after the reviewticker like so:
[reviewticker bg_color="#000000" insert_before="Optional text/HTML" insert_after="Optional text/HTML"]
- Fixed Footer? - Insert fixed footer at the bottom of the website
- Number of Reviews in Queue? - Choose how many reviews to queue from the Reviews post type. (range: 1-99; default: 5)
- Order reviews by? - Random | Name | Date (default: Random)
- Ascending or Descending order? - (default: Descending)
- Delay seconds for next review - Choose number of seconds (range: 1-25; default: 5)
- Choose a background color for the footer - Pick a color (default: #303030)
- Choose a color for the footer text - Pick a color (default: #FFFFFF)