Category Archives: Social


December 28, 2023 5:03 am

Login with Twitter OAuth in PHP V 1.1 Updated


Login with Twitter OAuth in PHP V 1.1 Updated
Today I have worked on Twitter oAuth and faced many problems how to get access token for offline access to my application etc.In this tutorial i will show you how to authorize application and add tweets, remove tweets, follow friend and unfollow friend.

[ Read More ]


November 23, 2016 8:43 am

Facebook style timeline content loading placeholder with CSS


Facebook style timeline content loading placeholder with CSS
If you have noticed that when you open Facebook it show a content loading placeholder how that placeholder work and a working demo available below I have found that example on coepen and want to share that with you all if you need it you can use it in your applications.

[ Read More ]


November 16, 2016 9:52 am

Create YouTube Video Search Engine with jQuery


Create YouTube Video Search Engine with jQuery
This code snippet I found on codepen and found it interesting so sharing it with my readers, It's a simple jQuery script help you to search videos on YouTube you can search any video on YouTube publicly available. It's a very simple and easy to configure jQuery snippet let's make YouTube search engine site with jQuery.

[ Read More ]


October 4, 2016 7:50 am

Social media logins with PhoneGap


Social media logins with PhoneGap
PhoneGap is a tool that can help you make hybrid applications for different devices such as Android and iOS using HTML, CSS and JavaScript. However, there are a few differences when compared to normal websites and native apps. You would have to use plugins to do tasks that traditional websites do with ease – for example, to upload a file you would have to use the File Transfer plugin and use a different API than adding inputs with a type attribute set to file.

[ Read More ]


August 9, 2016 3:51 am

Creating a simple Slack chat bot with PHP


Creating a simple Slack chat bot with PHP
To create the bot, we are going to use Slack’s Outgoing Webhooks integration. With it, we can create any page and whenever a message is sent into a specific Slack channel or in any Slack channel your page will be called with information about the sender of the message, the message itself and other useful metadata. When a request is made to your page, you can return JSON with the property text in it and the bot will send back a response directly in the channel in which the message occurred.

[ Read More ]


May 19, 2016 5:47 am

How to get Facebook Page Feed with graph API using PHP & MySQL


How to get Facebook Page Feed with graph API using PHP & MySQL
In this tutorial I will show you that how to get Facebook pages public feed using graph API without any authentication. You can run this script on console, on local host or you can run this script on your live website. This tutorial get a Facebook page URL and Facebook application id and secret that's it.

[ Read More ]


May 2, 2016 7:40 am

Facebook Messenger API for Pages Using Curl PHP


Facebook Messenger API for Pages Using Curl PHP
In this article I'll explain how to use Facebook Messenger with your business page using PHP, curl Messenger for business pages makes it easy to offer instant one-on-one customer service, it boost to your business.

[ Read More ]