Skip to main content

Use Two Different Profile Picture On Facebook

Yes you can use Two Different Profile Pictures on Facebook, Anxious to know how ? Stay with me and i will show you.


Here in this Facebook Trick i will show you how to Use Two Different Profile Pictures on Facebook, Check out the Below Picture to get more Idea.





In the Above Picture You will notice that The Profile picture on my timeline and the Profile Picture in my Status are Different. Let us See how it is done.



STEPS TO USE TWO DIFFERENT PROFILE PICTURES ON FACEBOOK


Step 1: First you have to Open your Timeline and Open your Profile Picture Album by clicking on Photos Tab, Choose a Picture that you want as another Profile Picture.


Step 2: Open that Picture in a New Window By Holding Ctrl and Clicking on it.


Step 3: Now Check the URL of that Picture, you will get something like below URL



https://www.facebook.com/photo.php?fbid=491366447588908&set=a.108695719189318.5863.100001466701828&type


All you have to do is Copy the fbid, Here in the above url, my photo fbid is 491366447588908.


Step 4: Open your Timeline, hover your mouse on your Profile Picture, you will see Edit Profile Picture Option,Click on it and Select Edit Thumbnail.


Step 5: A popup window will appear, now Right Click on your Profile Picture and Choose Inspect Element,








Scroll down till you find <form action=”https://upload.facebook.com/save_square_pic.php”


Step 6: Now click on the Small arrow to Expand the Code Further.








Scroll down a bit, you will find <input type=”hidden” autocomplete=”off” name=”photo_fbid” value=”491366447588908“>


Now all You need to do is Replace the Current fbid Value with the one you Copied earlier in Step 3, You can do it by Double Clicking on the Current fbid Value and Replace it with the one you Copied earlier which is in my case :491366447588908.


Step 7: Click anywhere , Close Inspect Element Window and Now Click on Save, All Done, Now Check your timeline, update any status and you will see Different Profile Picture.


Step 8: Liked it? Learned Something new ? Then its time to Let your Friends Know about it. Have Fun!!!


Thank you !

Comments

Popular posts from this blog

How to add floating windows feature in android

Today we are here with the cool android trick that is how to add floating windows in any android.Till now we had discussed lots of android tips and tricks and there is the android tweak that will let you add extra features by altering your system settings and by that you can get this feature. So have a look on complete guide discussed below to proceed. How to add floating windows feature in android The method is easy but the little bit time consuming as in this you need a rooted android. As the tool that we are going to discuss right here only works in rooted android. You just need to have to follow some simple steps dicuss below to proceed. Steps to install floating windows using expose installer: #step 1: Fist of all you need to root an android and for that follow the rooting guide. #step 2: Now you need to install xposed installer. You can go through outr full post How to install xposed frame work in android ( 2 methods ) to know how to install xposed installer on your an...

Hacking website using SQL injection- step by step guide

Hacking website using SQL Injection -step by step guide Database: Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. Some List of Database are: * DB servers, * MySQL(Open source), * MSSQL, * MS-ACCESS, * Oracle, * Postgre SQL(open source), * SQLite, SQL: Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language. Definition from Complete reference: SQL is a tool for organizing, managing, and retrieving data stored by a computer database. The name “SQL” is an abbreviation for Structured Query Language. For historical reasons, SQL is usually pronounced “sequel,” but the alternate pronunciation “S.Q.L.” is also used. As the name implies, SQL is a computer language that you use to interact with a database. In fact, SQL works with one specific type of database, called a ...