Facebook Style Search Friends using jQuery

facebook style search friends with jQuery

Today I unfortunately used facebook for a long time & I was able to search for a friend.  There I found nice user interface like instant friend search by typing friend name in the search box. Here I have used jQuery to search friends like facebook style. With just a few … Read more

Facebook Style Location Sharing Map with Google API

My readers keep on asking me that how do we get Google / Bing location map after we typed the location in text format. This is very basic tutorial explained how to share location Map using Google Static Map API. Just one line of code will turn your web application … Read more

Getting Images from Flickr, Instagram, Twitpic, Imgur & Deviantart Url using PHP & jQuery

Facebook Style Image Url Expander

Previously I had explained how to display videos from video url using PHP – http://w3lessons.info/2013/05/25/facebook-style-youtube-video-vimeo-video-soundcloud-audio-url-expander-with-jquery-php/ My readers are continuously asked how to fetch images from various sources like Instagram, pinterest, Flickr, Twitpic & Imgur etc via url using php. Now a days major sites are using this feature to automatically embed … Read more

Simple Hashtag System with PHP, MYSQL & jQuery

Facebook like Hashtag System with PHP

If you are not aware of Hashtag, then I will say you would not using any social networking sites in a very large extent.  Here I am going to explain you about the advantages of hashtag & how you can implement it in your web projects using php & mysql. … Read more

Facebook Style Tag Selector using jQuery & CSS3

Facebook Style Tag Selector using jQuery & CSS

Today I am going to tell you how to create Facebook Style Tag Selector using jQuery. This kind of tag selectors are used in many popular sites like facebook, twitter, linkedIn & even in gmail also. In my previous article I had explained how to design css3 tags . If you want to … Read more

Facebook Wall Script 4.0 with PHP Codeigniter MVC Framework

Facebook Wall Script - Codeigniter MVC Framework

Previously I had published Facebook Wall Script 3.0 with normal PHP. After that people are asking me to develop wall script in MVC framework. So I choosed one of the popular PHP framework among web developers called Codeigniter (CodeIgniter). Why Codeigniter Wall Script? You prefer nearly zero configuration. Security SEO friendly Url Exceptional performance. … Read more

Facebook Style Profile Info Tooltip using jQuery & CSS

Facebook Style Profile Tooltip with add as friend button

I have got lots of emails from my readers asked that how to design a facebook style profile tooltip with cover page,profile picture, name, headline, add as friend & send message button.. Here I had explained a very basic version of facebook profile tooltip with all features they have asked. … Read more

Embed Facebook Post into the Content of your Web Site / Web Page

Embed Facebook Post into the content of your web site

Today I am going to tell how to embed public facebook post into the content of your website / webpage by using Facebook’s Javascript SDK The Embedded Post will show any media attached to it, as well as the number of likes, shares, and comments that the post has. Embedding … Read more

Getting Facebook Fan Page Details using jQuery

Facebook Fan Page Details using jQuery

In my previous post I had explained about how to fetch facebook cover page using jQuery.  Now I am going to explain how to get facebook fan page details using jQuery Ajax Method called  – jQuery.getJSON() jQuery Code will get you Fan Page Name Fan Page Cover Page People Talking about … Read more