Tekken Tag Tournament 2 Rap File Full -

I'm Lee Chaolan, the adoptive son Heihachi's protégé, I've just begun To show my skills, to make my mark The world will see, I'm not in the dark My movements swift, my kicks on point I'll take down foes, with my stylish joint The wrath of Heihachi, I'll make it real My name is rising, I'm on the steel

Yo, listen up, it's time to ignite The King of Iron Fist is back in sight Tekken Tag Tournament 2, the sequel's here Bringing heat, bringing fire, and a whole lot more to fear tekken tag tournament 2 rap file full

I'm Heihachi Mishima, the King of the throne My power's unmatched, I'm the one to atone G-Force, it's my style, my might No one can touch me, I'm in flight Jin and Kazuya, they're in my sight My will is iron, I won't back down tonight The Mishima family, I'll make it bend To my will, they'll all descend I'm Lee Chaolan, the adoptive son Heihachi's protégé,

I'm Devil Jin, the beast unleashed The devil's power, it's my tease The Gene, it's strong, it's my guide I'll take the win, I won't be denied My fists are fire, my feet are fast The competition, they'll all be aghast My rage is limitless, I'm on the prowl I'll take the crown, I won't be controlled I'm Lee Chaolan

Tekken Tag Tournament 2, it's a fighter's dream Tag team battle, the action's extreme Eight characters, two on the field Strategy and skill, the outcome's sealed

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