Instagram Tumblr Youtube followers using php is really simple and no need of any Oauth API setup. just setup your APP and using that, you will be able to get all the details. I hope you already read my post regarding Twitter Facebook Gplus and pintrest followers. For getting Instagram followers count first you have […]
Google URL Shortener Api is really cute and simple to use also it provide a 1,000,000 requests/day its sufficient for medium size applications. The short url’s is really important in social media platform specially twitter. There are several blog post and official Google Client Libraries available for Google URL Shortener Api using PHP, but most […]
Twitter FaceBook Gplus Pinterest followers count using PHP , In many cases we need such a solution using Oauth or CURL method. Here I will explain how we can get most used social media accounts followers count using basic PHP script. First we can discuss about We know that twitter API version 1.0 is no […]
Now Oauth library is familiar to everyone , Post to twitter using PHP Oauth API 1.1 is pretty simple and easy to manage all the operation like read/write/get status etc. This article will help you to create a post to your twitter account , this is using Oauth method so you can tweets anyone’s account […]
Facebook share button with custom parameters will help you to post custom image, title , descriptions, url , caption etc.The First option is sharer.php that have all this facility and its works fine up to last week , but unfortunately its override with basic like function ie, when you pass custom param to the sharer.php […]
How to get Facebook like and share count of a url using facebook api. Yes its quite simple and easy to get like, share , comment , click count etc using facebook api. In my previous post Custom Social Share Buttons Integration . will help you to create a facebook share button with custom styles, […]
Custom social share buttons are most required things on a web site, while developing each site we concentrate how we can use all buttons,icons images are very close to the template. In this case the social share icons or like buttons are crazy. They looks same on major site but many sites used custom icons […]
How to get latest tweets in your website ? Twitter recently changed their API version for get your tweets in your website. Now V1.0 is not available and Twitter introduced new API for this task, the version 1.1 will help us to solve this task. Now we can check how to get latest tweets in […]