Random Quote Generator
Do you like the random quotes you see on my website? Would you like to add my random quote generator to your site? You can do so in a number of ways:
- As a JavaScript include (easiest method): Paste the following text into your html:
<script language="Javascript" SRC="http://rationalmind.net/random.php?format=js"></script>
- As XML: Use this URL: http://rationalmind.net/random.php?format=xml
- As PHP code:
< ?php include("http://rationalmind.net/random.php"); ?></>
- As text (when screen scraping): http://rationalmind.net/random.php
If you want to limit the quotes to a specific author, add author=Authors Name to the URL. You can combine this with the format. For example: http://rationalmind.net/random.php?author=Ayn Rand&format=js
If you want to view all quotes by a specific author, add ?show_author= to the url like so: http://rationalmind.net/random.php?author=Ayn Rand