Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label facebook. Show all posts
Showing posts with label facebook. Show all posts

14 February, 2017

Login with Facebook API SDK v5 in PHP

The Facebook SDK for PHP is a library with capable elements that empower PHP designers to effortlessly incorporate Facebook login and make solicitations to the Graph API. Today we are going to see how to log in with facebook API SDK v5 in PHP. Facebook SDK old version some response are deprecated. Now use should follow the latest version of SDK V5, It will be more efficient and extend a powerful class. Follow the below script implement facebook latest version SDK.


30 November, 2015

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

Load More Data Dynamically on Page Scroll. Generally, we use pagination for fetch large database records. But it's boring for website visitors. So my suggestion to use page scroll load more data jquery concept. Most of the website following like facebook, twitter this kind of code. 

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

04 November, 2015

Facebook like fetch YouTube embed videos from url using PHP and Ajax

Have you shared YouTube video URL in facebook timeline  while typing the link YouTube video will preview the timeline. I had developed Facebook like fetch YouTube embed videos from URL using PHP and Ajax with a live demo. 

Facebook like fetch YouTube embed videos from url using PHP and Ajax

27 April, 2015

Login with facebook using codeigniter

In this tutorial, We are going to discuss. How to create a login system step by step using Facebook API in CodeIgniter. Here I have used the latest version facebook SDK 5 for access the users token. Follow the step by step process and Create your own facebook login API.
Login with facebook using codeigniter

29 January, 2015

Share your website link in Facebook,Google+

Share your website link in social media website. Everyone want to share they website link to social media network. every time they will go social websites after only they post to timeline, Here i am written sharing code, Just click social media icons it will share automatically to your social media timeline. Previously i have posted Share links to social network sites with Your site topic but this one updated.

facebook sharing

07 July, 2014

Facebook style photo comment system

 Facebook style photo comment. Here i have use normal light box pop window. inside the box i have design similar like facebook design. follow this code you can learn facebook style photo comments system.

14 May, 2014

Facebook Style Drop Down Log out Menu

i have tried to facebook style drop down menu list. i used some few line simple jquery function. click down arrow drop down menu list display here i use div show and hide based on jquery code. i make some own css to designed the drop down menu.

18 March, 2014

Facebook style login system using Mysqli and CSS

Facebook style login system. Facebook provide login username accepted by 3(username,email,phone number) types, its very simple concept, just we written sql query to check whether that data is there or not to the database.

Facebook style login system using Mysqli and CSS