How to Hack Facebook Accounts

Fun 41 Comments »

How to Hack Facebook Accounts and Profiles Using Facebook Password Hacks and Facebook Hack Codes

With almost everyone and their great-grandmothers joining Facebook, the number of n00bs on Facebook has been increasing at an exponential rate.

Most of these idiots are a hacker’s delight, and every other day, someone is a victim of some click-jacking scam. A lot of users have also had their Facebook account hacked. If you are looking for some revenge, you have come to the right place.

In this guide, I will show you how you can hack Facebook accounts and passwords. You can use this Facebook password hack guide to hack into the accounts and profiles of unsuspecting friends and foes, and have some fun.

How to Hack Facebook Accounts | Hack Facebook Password | Hack Facebook Profiles

1. Log in to your Facebook account
2. Locate your prey. Search for the Facebook account you want to hack into.
3. Make sure you want to go through with this before you take any drastic steps.
4. Try to find the email ID of the Facebook user. This will make it easier to hack into his account.
5. Log out of your Facebook account
6. Clear the cookies on your browser
7. Go to Facebook.com again
8. Enter the email ID of the person whose account you want to hack.
9. Now, in the password field, try entering these:

password
12345
123456
qwerty

These are the worst passwords, used mainly by idiots.

If they don’t work, try these:

lulz
lolfag
fuckoff
suckonitbitch
lolwut?

If neither work, then leave a comment below. I’ll see what I can do.

Read the rest of this entry »

Mark Zuckerberg is Now Richer than Larry Page and Sergey Brin

Finance, News 3 Comments »

Facebook’s Valuation is Now $85 Billion

Shares of Facebook touched a new high of $34 in the latest SharesPost auction, implying a valuation of $85 billion. Considering its 2010 revenues ($1.86 billion) and profit ($400 million), it is now trading at a P/E ratio of 212.5, which is almost ten times that of Google and Apple, as well as the S&P 500.

Mark Zuckerberg, who has a 24% stake in Facebook, would now have a net worth of $20.4 billion, which would propel him to number 23 in Forbes’ list of the world’s billionaires, just ahead of Larry Page and Sergey Brin, the founders of Google.

If Facebook was a country, it would be the 60th largest one (if its valuation was compared with their nominal GDPs). Assuming 600 million users and 2000 employees, each user is valued at $140, and each employee is valued at $42.5 million.

Connect.Me – The Next Facebook? Probably Not. Will You Sign Up? Definitely.

Web 22 Comments »

Connect.me is some new social networking play which has gone completely viral on Twitter and Facebook over the last few hours. It’s currently in stealth mode.

Here’s what they say they are

“connect.me is your social connections in context.

We’re not YASN (yet another social network) — we’re a better way for you to manage your connections and a better way for online communities to discover and connect to each other.

We believe privacy, control, and portability are requirements, not features.

And we believe there is a better way to connect you to businesses without spying on your data.

We’re part of a much bigger story of what’s coming in the semantic and social web.

We’d love to share more, but we’re in ninja stealth mode and would regrettably have to kill you.”

What’s interesting is how they have managed to get so many people, including yours truly, to sign up for something they know absolutely nothing about, and also grant it complete access to their Facebook, Twitter and Linked In accounts.

There is a mad rush to reserve user names on connect.me, just in case it turns out to be the next Facebook. And of course, to get an early invite, you need to refer your friends to the service as well.

Very ingenious, huh?

BTW, here’s a link to the service – connect.me with my referral details, if you are interested.

Update Facebook Fan Pages with RSS Feed

Tutorials 10 Comments »

How to Update Facebook Fan Pages with RSS Feed Updates

This tutorial will explain how you can Update your Facebook Pages using an RSS feed. This will allow you to Update the Wall of your Facebook Pages using an RSS Feed. I have used it to publish my blog’s RSS feed (PathikShah.Com RSS) directly on my Facebook Fan Page (PathikShah.Com Facebook Page).

Log in to your Facebook Account using your email id / password.

Create the Facebook Page by going to http://www.facebook.com/pages if you haven’t already.

Access the RSS Graffiti application by going to http://apps.facebook.com/rssgraffiti/

Allow the RSS Graffiti application access your profile and grant it all the required permissions to allow constant authorization, publishing etc.

Click on the Fan Page listed on the left tab of the RSS Graffiti application and add the application to it and allow publishing permissions.

Now you can just directly add whatever RSS feeds you want to the RSS Graffiti application on your Facebook Page and all the RSS updates will be published to its Wall.

To add an RSS feed, just add the URL of the feed and keep the default options. Click on Save when you are done. The wall should be updated in some time with the latest feeds. You can add as many RSS feeds as you want.

RSSGraffiti

How to Add the Facebook Like Button to WordPress Blogs

Blogging, Tutorials 13 Comments »

Today, Facebook officially released its social plugins as part of its world domination plans. Now you can like every page on the internet and share it on Facebook. For website owners, it can be a great source of traffic.

This tutorial will show you how to add the Facebook Like Button to your WordPress Blog.

Go to http://developers.facebook.com/plugins

Select the Like Button Plugin – http://developers.facebook.com/docs/reference/plugins/like

Customize the button as you want -

Select the layout, width, font etc and click on Get Code. Keep the dummy URL as it is – http://developers.facebook.com/

For static pages, you can directly enter the URL and get the code.

If you have a WordPress blog, you can get dynamically generate Like buttons for every page without having to generate new code every time.

The sample code for my blog is
-
<iframe src=”http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pathikshah.com%2F&amp;layout=button_count&amp; show_faces=false&amp; width=450&amp; action=like&amp; font=trebuchet+ms&amp; colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:px”></iframe>
-
Replace the blog URL with

<?php_the_permalink();?>

Just copy this code if you want -
-
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php_the_permalink();?>&amp; layout=button_count&amp;show_faces=false&amp; width=450&amp; action=like&amp; font=trebuchet+ms&amp; colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:px”></iframe>
-
This will automatically create Facebook Like buttons for every page of your blog. Just place this code in your sidebar or on single.php of your WordPress theme.

This is the code I added on single.php just below the page title.
-
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php the_permalink();?>;&amp ;layout=button_count&amp; show_faces=false&amp; width=80&amp;action=like&amp; font=trebuchet+ms &amp; colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:80px; height:20px”></iframe>
-
Just tinker with the code and add it to your blog. If you have any doubts, leave a comment.

All rights reserved by Pathik Shah.
Entries RSS Comments RSS Log in