Skip to main content

Facebook Introduce New Features Amazing Updates

As we all know about Facebook introduce daily updates on it sometimes his template or sometimes in features in the last two months Facebook introduce many of new updates for users.

Graph search:- graph search is the most and amazing change in the Facebook when graph search is launched this is not available for every country but now Facebook give it for all of the Facebook users. graph search have most amazing features

1. you can search any of people place things etc on it.

2. people may you know .

3. photos of your friends.

4. movies of your friend like.

You can easily search every thing about any buddy on face book and graph search is easy to use suppose if you want to search what movie ankur garg like so you just have to type ankur garg and select the name of your friend and press tab key and the all options show in the below or otherwise you can search direct with the help of keywords.

Update status :- In the update status facebook recently add the feeling or we can say every things you can done in your daily life you can share with your friends like eating, gaming, reading, happy etc . In the update status you can also attach a page of thing what you do suppose you are playing a game so you cane add the page of the game that you play with the help of that you can sometimes introduce new things to your Friends or facebook may have it's own profit behind this.

You can easily use that features by clicking the update status bar and go to the smiley button and add the thing that you are doing. this is also sometimes funny also.

Verified page:- facebook introduce verified page like twitter. this is also the awesome thing with the help of verified page we can search the people we like and follow the real one on that. As we see on facebook many page are created with the same name and that is so confusing to select the real one on it so forget to select facebook introduce the verified page on it facebook can officially recommended that this page is trustworthy and you can follow.

Verified page are clearly show in every where the blue right tick mark is signed in front of name of the people if it was verified . at this time facebook verified some of the pages but it will be process by the regular subway of the facebook geniuses.



Hashtags :- Hashtags turn topics and phrases into click able links in your posts on your personal timeline or Page. This helps people find posts about topics they’re interested in. To make a hashtag, write # (the number sign) along with a topic or phrase (written as one word) and add it to your post. For example:

I walked up so many hills today! #San Francisco
When you click a hashtag, you’ll see a feed of posts that include that hashtag. You'll also see some related hashtags at the top. You can search for a hashtag using the search bar at the top of any page.

Attach photo on comment :- With the help of this you can easily add any of picture in the comment . sometimes it use to make something funny..

Comments

Popular posts from this blog

Minified Your Blogger Template For Fast Response ! How to minified CSS.

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your blogger template editor . 2. Then find this tag on your template. <b:skin> < ![CDATA[/* 3. Copy entire data written under this tag until the style closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. ]]> </b:skin> 4. After that you have to Minified your your copy data or CS...

How To Change Folder Permissions Ubuntu/Linux

How To Open Unpermission Folder And How To Change It's Permissions. I am using ubuntu 12.10 and i am working on lamp server (linux apache mysql php) and i have great work on it but when i want to open my database folder i have to face a problem on it.the problem is when i open database folder so the error occurs "The folder contents could not be displayed." you don't have a permissions to view the content of mysql. The mysql stored data in the ( file system/var/lib/mysql ). Follow These Steps. First you have to open your terminal and run this command gksudo nautilus /var/lib/mysql . terminal window with that command Then the folder was open than goto properties of that folder.                                                                              Goto permissions and cha...

Minified Your Blogger Template For Fast Response ! How to minified JavaScript (Part 2) .

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your  blogger template editor . 2. Then find this tag on your template. < script type = 'text/javascript' > //<![CDATA[ 3. Copy entire data written under this tag until the script closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. //]]> < /script> 4. After that you have...