Baby and I - 2008 South Korean film

Baby and I (Hangul: 아기와 나; RR: Agiwa Na) is a 2008 South Korean film about a rebellious 18 year old guy who ends up caring for an unknown baby boy.

Plot:
"Baby and I" is comedy centered around, Joon-soo (Jang Geun-suk), becoming a student father. Han Joon-su is a tough 18 year old high school kid that loves to cause trouble. He often gets in gang fights, once with 17 other guys, but always comes out as the victor. Then one day Joon-su's parents have decided to go out of town as a way of discipline to their rebellious son. Instead of feeling terrible and lonesome, a party is called over their mansion. He goes shopping and comes upon an unexpected surprise- a little toddler sitting in a shopping basket wearing the name tag "Han Wooram" and points to Joon-soo as his father! Still puzzled, he takes the baby home and thereon starts his adventures in trying to be the best father he could become.

Cast:
* Jang Geun-suk as Han Joon-su
* Moon Mason as Baby Woo-ram
* Kim Byeol as Kim Byeol
* Ko Gyoo-pil as Ki-seok
* Choi Jae-hwan as Choon-seong



• Official Trailer with English Subs




• Part 1




• Part 2



• Part 3


• Part 4




• Part 5




• Part 6




• Part 7




• Part 8




• Part 9




• Part 10




• Part 11

How To Add Facebook Comment Box and Facebook Like + Send buttons To Blogger Blogs


It has been a long ago that Facebook has launched plugins for website and blogs to increas traffic and conversions.

Facebook comment box is one of the useful tool for bloggers to increase conversations.

In this post I will teach you on how to integrate Facebook comment box to blogger. Note not by inserting XFML to each post. But by inserting script to your blogger template in a simple way.

1. Log in to your blogger account.

2. Click on Design > Edit HTML > Expand Widget Templates by selecting the checkbox. Or download you full template (instructions can be found on the same page.)

3. Save a copy of your original template (if this is not successful you may able to restore your original template). Now create another copy of your template for editing and open it to your scripting editor (like dreamweaver, notepad, editplus, or any other).

4. Now search the code:
<b:if cond='data:post.embedCommentForm'>
          <b:if cond='data:post.allowNewComments'>
            <b:include data='post' name='comment-form'/>
          <b:else/>
            <data:post.noNewCommentsText/>
          </b:if>
        <b:else/>
          <b:if cond='data:post.allowComments'>
            <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
          </b:if>
        </b:if>

and replaced it with:

<!-- Facebook Like+Send button Start -->
<b:if cond='data:blog.pagetype != &quot;static_page&quot;'>
<div style='float:left;padding:5px 5px 5px 0;'>
<script src='http://connect.facebook.net/en_us/all.js#xfbml=1' type='text/javascript'></script><fb:like expr:href='data:post.url' font='' layout='standard' send='true' show_faces='true' width='550' colorscheme='light'></fb:like></div></b:if>
<!-- end of Facebook Like+Send button End -->


<!-- Facebook Comment Box -->
<b:if cond='data:blog.pagetype != &quot;static_page&quot;'>
<div style='float:left;padding:5px 5px 5px 0;'>
<script src='http://connect.facebook.net/en_us/all.js#xfbml=1' type='text/javascript'></script><fb:comments expr:href='data:post.url' font='Tahoma' num_post='10' width='450' colorscheme='light'></fb:comments>
</div>
</b:if>
<!-- end of Facebook Comment Box -->

PREVIEW:





5. Then paste your editted template to Blogger Template Section and Save it.


Cons:

  • Need to register the Post URL to facebook.com/share and placed it within the post to enable Facebook Like + Send button and comment box to appear.
  • No notifications receive when new comments has been posted.


Have you been successful integrating Facebook Comment Box and Facebook Like + Send button to blogger? Let us know your thoughts.