Play Motley Crue's Greatest Hits [best] -

Listening to this collection chronologically is an education in sonic alchemy. You begin with the raw, untamed proto-metal of Too Fast for Love (1981). Tracks like “Live Wire” are jagged, hungry, and dripping with street-level desperation. Nikki Sixx’s bass isn’t just heard; it’s felt in the sternum—a clanking, distorted growl that sounds like a muscle car with a broken carburetor. Then, with the opening chimes of “Shout at the Devil” (1983), the band transforms. The production is cleaner, the intent is darker, and the pentagram is lit. A deep discussion of Crüe’s hits requires acknowledging the white-hot anomaly: the 1994 self-titled album with John Corabi on vocals. While traditional compilations often ignore this era (due to Vince Neil’s absence), the hard rock connoisseur knows that “Hooligan’s Holiday” is a masterpiece of grunge-adjacent sludge. However, the greatest hits narrative wisely returns to the Neil-era formula: party anthems for the apocalypse.

These tracks are built on the Blues Scale, but played with the aggression of a switchblade. The drums (Tommy Lee) aren’t swinging; they are attacking . The hi-hat patterns are relentless sixteenth-notes that induce a state of hypnotic panic. Lyrically, they are pure comic-book villainy. Nikki Sixx’s lyrics don’t describe love; they describe possession and destruction. When Vince Neil sneers, “She’s a killer,” he isn’t using metaphor. play motley crue's greatest hits

Playing Mötley Crüe’s greatest hits is not a musical choice; it is a lifestyle declaration. It is the soundtrack for driving too fast, loving too hard, and apologizing too late. The production may be dated, the lyrics may be juvenile, and the vocal acrobatics may be non-existent, but the energy remains a force of nature. Listening to this collection chronologically is an education

This is the trap door. The Crüe mastered the power ballad better than any of their peers (sorry, Poison). “Home Sweet Home” is the key track here. Listen to the isolated piano intro. It is melancholic, lonely, and utterly fragile. This is the hangover after the riot. The genius of placing this on a Greatest Hits album is the emotional whiplash. You go from the sadistic glee of “Piece of Your Action” to the genuine vulnerability of “Home Sweet Home,” realizing that the excess was always a mask for fear. The modulation into the final chorus is a chemical release—a catharsis that sold millions of lighters (and later, cell phones). Nikki Sixx’s bass isn’t just heard; it’s felt

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 );
} ?>