put fuddit.com buttons on your site

copy and paste the code for the style of button you would like into your site. The green lines are optional.

if the site has not been submitted yet, clicking on the button will take the user to a fuddit submit page, otherwise it takes them to the comments page.

if you want to specify the URL that should be submitted to fuddit, include the fuddit_url line. if you don't include that line, then the current page's URL will be used.

if you want to specify the title that should be submitted to fuddit, include the fuddit_title line. if you don't include that line, then the user will have to specify a title when they submit.

style 1

<script>fuddit_url='[URL]'</script>
<script>fuddit_title='[TITLE]'</script>

<script type="text/javascript" src="http://www.fuddit.com/button.js?t=1"></script>

style 2

<script>fuddit_url='[URL]'</script>
<script>fuddit_title='[TITLE]'</script>

<script type="text/javascript" src="http://www.fuddit.com/button.js?t=2"></script>

style 3

<script>fuddit_url='[URL]'</script>
<script>fuddit_title='[TITLE]'</script>

<script type="text/javascript" src="http://www.fuddit.com/button.js?t=3"></script>