Posts

Showing posts with the label API

Send or Download Files Directly To Drop Box And Google Drive By New Save Button

Image
like Facebook has share button to share content to the Facebook Status , Dropbox and Google Drive has the same thing called save to button that's really a impressive one for the site that hosting files so the user can easy download the file directly to the Dropbox account and Google drive account. Dropbox has a feature called Saver, with a simple JavaScript code you can send the file directly to your account You can Get the code from Here  https://www.dropbox.com/developers/dropins/saver Embed code <script type = "text/javascript" src = "https://www.dropbox.com/static/api/2/dropins.js" id = "dropboxjs" data-app-key = " You-app-key " ></script> Saver Button Code <a href = "URl-OF-THE-File" class = "dropbox-saver" ></a> Note : file can be sent only from where the saver button is located for example your file is in different domain and your saver is in other domain you ...

Best API Tutorials For You To Read

Image
Best API Tutorials For You To Read : Here to day i have some collection of API tutorial for you to learn from , if you think you are a programmer you need to read this its really awesome man. 1. Extract SoundCloud Link With API In Jquery : its a great API for you to extract Soundcloud link from  there URL 2. Extract Google Maps Image API In Jquery : this API is used to extract image from the google map when you type the particlular location 3. Take Screen Shot Of Web pages In API : this is my favorite article taking a snap shot of any website with API 4. Extract Favicon From URL In Simple API : this API is used to extract Favicon from any website 5 . Get Facebook Profile Pictures From Graph API : in this API you can get the facebook profile picture from API Author  : Solomon David     Facebook  ,  Google+     About me

Extract SoundCloud Link With API In Jquery

Image
i had coded this simple sound cloud extractor i used the API and i frame to display there embedded sound cloud player in the webpage as soon the people type the URL ,its simple and easy to use an handy api u can easy integrate it any projects . and try the demo and download the source code for free and please comment us your  feedback thank u :) API Of SoundCloude https://w.soundcloud.com/player/?url=http://api.soundcloud.com/tracks/56624817 Demo                       Download Author  : Solomon David   Facebook  ,  Google+     About me Extract Sound Cloud Link With API In Jquery Extract SoundCloud Link With API In Jquery Extract SoundCloud Link With API In Jquery Extract SoundCloud Link With API In Jquery Extract SoundCloud Link With API In Jquery Extract SoundCloud Link With API In Jquery Extract Soun...

Extract Google Maps Image API In Jquery

Image
Here today i am having a handy API to extract the Google maps image with jquery function for easy access this plugin can be used in any web application it is easy integration and customizable options or there for the following months i have been working on this type of API to get the Google maps image from the API URL the Google gave us its a pretty long URL, perhaps i had some customizable options to bee added and i listed below, and don't forget to check the working demo and download                                                   DEMO                 DOWNLOAD Here is the link for you to retrieve the Google map image of the particular place the place has been highlighted...

Take Screen Shot Of Web pages In API

Image
You have seen many websites like Google and other directories extract webpage screen shot and preview them like the same way i had crated a simple code with an help of  Immediatenet.com API to extract the any web page screen shot in real time this is a very easy and handy API i created this simple working demo with  PHP to get the URL and merge with the API link to extract or preview the web page or website with fast and easy you can view the demo here Demo                 Download API To Display Screen Shot Try Pasting This Link In The Browser http://immediatenet.com/t/m?Size=1024x768&URL=http://www.twitter.com Advantages : 1.fast load 2.customized sizes 3.easy to use The service API as 4 different sizes; s for small, m for medium, l for large, fs for full size: <img src="http://immediatenet.com/t/s? <img src="htt...

Get Twitter Profile Picture/Image From Twitter API

Image
LIke My Previous Post Twitter has given a handy API to retrieve or to get  the Twitter profile picture just by giving the Twitter  unique  screen name  of the user,  we can also customize  the picture size by various types as you have seen many website uses login with Twitter  function in that they are getting the users data from there profile but many failed to get the user profile picture the real truth is its very easy just a single line of code will get the any users profile pic by theTwitter screen name by giving a call to API and now i had created a simple php based function to get the user data if the user types the username in the search box and hit enter it call the image and display it in the webpage, i created this because it would help the person who are integrating it inside a php script  see the steps below. Valid options include: big...

Get Facebook Profile Pictures From Graph API

Image
Facebook as given a handy API to retrieve or to get  the Facebook profile picture just by giving the Facebook unique  id of the user,  we can also customize  the picture size by various types as you have seen many website uses login with Facebook function in that they are getting the users data from there profile but many failed to get the user profile picture the real truth is its very easy just a single line of code will get the any users profile pic by the Facebook id by giving a call to API and now i had created a simple php based function to get the user data if the user types the username in the search box and hit enter it call the image and display it in the webpage, i created this because it would help the person who are integrating it inside a php script  see the steps below. To get the image use this link          ...