When building mobile applications with PhoneGap you often need to share stuff too. Â With PhoneGap Plugin provided by Eddy you can easily share any content seamlessly on Social Media Networks. The plugin support iOS, Android & Windows platform. Also supported by PhoneGap Build. You can share your content by SMS, […]
Share on Social Media from PhoneGap Mobile Application
Retrieve Tagged Images from Flickr Account with Flickr API
Flickr Services provides a good range of API to interact with images from your flickr account. The API is quite simple and well documented. Check Demo Here Check Flickr Services Here
Get YouTube videos in Flash using RSS Feeds
While working on a project recently the requirement was to pull streams of YouTube videos from a particular user account and based on a certain tag (keyword). I tried working on YouTube Flash API without any success, after a few hours of goggling found out that YouTube provides RSS Feeds […]
Get Tweets from Twitter Hash Tags
A hashtag helps to add tweets to a category. Hashtags have the ‘hash’ or ‘pound’ symbol (#) preceding the tag, like so: #traffic, #followfriday, #hashtag. Hashtags can occur anywhere in the tweet. Click here for further details on Hash Tags The application takes hash tag as input and displays tweets […]
Getting Feeds from Twitter in Flash
I was working on some project recently where the client requirement was to display their twitter feeds on the site. While working around with some twitter API and stuff  found out that there is a simpler method to read those feeds using the xml provide by the twitter for each […]