Random Quotes

buzztouch plugin: Random Quotes
Version: v1.1
This plugin allows you to display a random quote on the screen. You can create your own list(s) of quotes, fortunes or facts to display. Users can share the quote via EMail, Text, Facebook or Twitter.
works on iOS iOS
Developer Info
Latest Review
Screenshots
More Information
This plugin allows you to display a random quote on the screen. You can create your own list(s) of quotes, fortunes or facts to display. The quote will remain on the screen until the user taps the screen (or shakes the device). You can select the type of animation transition between the quotes.

Users can share the quote by EMail, Text, Post to Facebook or Tweet the quote.

This plugin uses different xib files for multiple device sizes and different views for each orientation. Due to this, only the background color of the screen can be changed thru the control panel.

If you would like to use a background image - you must manually add it to each XIB file and for each orientation. You can have a different image for a Portrait or Landscape orientation and they will automatically display when the device rotates.

iOS Project
------------------------
AT_Quotes.h
AT_Quotes.m
AT_Quotes.xib
AT_Quotes~ipad.xib
quotes.plist

Android Project
------------------------
Not Androind compatible

JSON Data
------------------------
{
"ATQUOTEPLISTOPTION": "NO",
"ATQUOTEPLISTLOCAL": "quotes.plist",
"ATQUOTEPLISTREMOTE": "http://www.myserver.com/quotes.plist",
"ATQUOTEFONT": "Georgia",
"ATQUOTEFONTCOLOR": "#33CC66",
"ATQUOTEFONTSMALLSIZE": "28",
"ATQUOTEFONTLARGESIZE": "80",
"ATQUOTETRANSITIONTYPE": "reveal",
"ATQUOTETRANSITIONTIME": "2",
"ATQUOTEBACKGROUNDCOLOR": "#3366FF",
"ATQUOTEEMAILSUBJECT": "Cool Quote I wanted to share with you!",
}