Login Overview

by Justin Bodeutsch | Last edited: 3/17/2011

Here are a few examples of common login getContents and monklets.

Donations Example:

tag="login"
type="donate"
 
display="popup"
label="Click Here to Give Online"

Login Example:

getContent(
   "login",
   "display:popup",
   "label:Login",
   "show:Welcome __username__ &nbsp;|&nbsp; <a href="me">My Account</a> &nbsp;|&nbsp; <a href=__logout__>Log out</a>"
);