Hangover 2 Tamil Fan Dubbed Work [portable]

From Hollywood to Local Screens: A Case Study of the Viral "Ken Jeong" Tamil Fan Dub and the Culture of Remixing

We’ve all seen the official big-budget dubs, but nothing hits quite like the fan-made Tamil versions The Hangover Part II hangover 2 tamil fan dubbed work

Tamil fan dubbers have an obsession with "punch dialogues." In the original Hangover 2 , the score is subtle jazz. In the Tamil fan version, whenever the protagonist gets angry, the dubber abruptly overlays the "Thala" (Ajith Kumar) theme or the "Baasha" (Rajinikanth) intro music over the Hollywood soundtrack. The resulting cacophony of mismatched audio levels is part of the charm. From Hollywood to Local Screens: A Case Study

While some fans praise the "perfect" voice matching for characters like Alan, others find the audio mixing to be unbalanced. While some fans praise the "perfect" voice matching

While Todd Phillips’ The Hangover Part II (2011) is often remembered as the darker, more controversial sequel to the 2009 comedy juggernaut, its legacy in South India has little to do with Bangkok, monkeys, or Paul Giamatti. Instead, it has everything to do with amateur voice artists, pirated editing software, and a specific genre of humor that mainstream studios are too afraid to produce.

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