Dance Mix Usa 95 Canadian Limited Edition Album Songs Jun 2026

The is a rare compilation album released in 1995 by Quality Music . While the Dance Mix USA series was primarily a staple of the American market, this specific limited edition was tailored for the Canadian audience, bridging the gap between the U.S. series and Canada’s own iconic MuchMusic Dance Mix franchise. 💿 Album Overview

Eurodance / Country House. Why it’s essential: This song is the definition of the mid-90s "novelty dance" era. Combining traditional American folk fiddle with a heavy techno beat, Rednex created a track that was inescapable in Canada. On the Dance Mix USA compilation, this track provided the high-energy "party moment." It is frantic, fast, and undeniably catchy—the kind of track DJs would play to clear the floor of slow dancers. dance mix usa 95 canadian limited edition album songs

Throwback Thursday: Reliving the Magic of Dance Mix USA ’95 (Canadian Limited Edition) The is a rare compilation album released in

: This pop-house track elevated RuPaul to superstardom and became a cultural touchstone. 💿 Album Overview Eurodance / Country House

Today, finding a Dance Mix USA 95 Canadian Limited Edition in the wild is a mythical quest. Most copies were destroyed in the late 90s as record stores cleared out "old dance stock." Those that remain are often found in the basements of former Toronto or Vancouver DJs.

. This version differs from standard U.S. releases, featuring a continuous mix of high-energy Eurodance, House, and Pop Rap hits that dominated the mid-90s dance floor. Full Tracklist The album features 17 tracks digitally mixed by Rawle James Rob Rettberg Whatta Man – Salt-N-Pepa – Reality Gypsy Woman (She's Homeless) – Crystal Waters All Night Long (Touch Me) – Cathy Dennis Follow Your Heart – Inner City What About Your Friends Come Baby Come Let The Beat Hit'Em – Lisa Lisa & Cult Jam Super Model – RuPaul Get Ready (USA Remix) – 2 Unlimited – The Movement – Culture Beat Another Day – Whigfield High On A Happy Vibe – Urban Cookie Collective The Summer Is Magic – Playahitty Collector's Note : Originally released on (Cat#: QCD 2047) and (Cat#: QCS 2047). Where to find it : You can still find used copies on collectors' sites like Amazon Canada Related Series

These professionals helped create a high-energy mix of dance tracks that appealed to a broad audience.

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>