
The Schoonoodle It button is for website and blog publishers that want to encourage their audience to rate and align or "schoonoodle" their content to state standards listed in Schoonoodle. Join sites that have already added Schoonoodle It and seen their content exposed to the Schoonoodle community.
"Schoonoodle It" with Submit Capability
The following examples illustrate the different ways the Schoonoodle It button can be used. The graphic above illustrates how your button might look.
Example: Simple usage for a web page you want to enable to be schoonoodled.
Just drop the following code onto the page. It's that easy.
<script src="http://www.schoonoodle.com/widget/simple_schoonoodle_button" type="text/javascript"></script>
Example: When the URL you wish to schoonoodle differs from the current webpage.
What if you'd like to use a specific URL from a different webpage? Or what if you have user-specific or session data in your URL and you want your Schoonoodle It button to use a very specific version of the URL? No problem, just change the code like this:
<script type="text/javascript"> schoonoodle_url = 'WEBSITE_URL'; </script> <script src="http://www.schoonoodle.com/widget/simple_schoonoodle_button" type="text/javascript"></script>
Replace WEBSITE_URL, with the URL that you want to use. Don't worry about URL-encoding it, our code will do that for you. For example:
http://example.com/yourlessonurl/lessonpagedetails.html
This method will allow you to have a number of Schoonoodle It buttons on the same page of your site. Remember, the above two examples will also work to submit the page if the content hasn't yet appeared on Schoonoodle.

