Friday, 29 June 2012

make your own smiley

enjoy :D click here

Tricks to download facebook Photo Album

1.Go to facebook2zip.com[link].
2.Make sure that you are logged into your Facebook Account.
3.Click the button Login with Facebook.


4.Choose one of your friends whose album you want to download.Then hit next.

5.Now choose the Photo Album which you want to download.


6.Now your download will be ready and you can download the photo album by clicking on Download button to desired location on your PC.


7.That's it friends.There are many applications to Download Facebook Photo Albums but this method seems to be easiest,fastest and safest method.
Hope that you liked this short tutorial on How To Download Facebook Photo Album.For more Facebook Tips and Tricks stay connected with us on Facebook.

Thursday, 28 June 2012

COMMENT BOX CODE: 'JUST COPY & PASTE THE HTML CODE IN YOUR PAGE



<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-comments" data-href="PASTE HERE THE URL OF YOUR PAGE" data-num-posts="2" data-width="470"></div>

LOGIN BUTTON CODE: JUST COPY & PASTE THE HTML CODE IN YOUR PAGE'



<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=APP_ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-login-button" data-show-faces="true" data-width="200" data-max-rows="1"></div>