Skip to content

Instantly share code, notes, and snippets.

@mkuklis
Created December 17, 2010 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkuklis/744463 to your computer and use it in GitHub Desktop.
Save mkuklis/744463 to your computer and use it in GitHub Desktop.
message for twitter/facebook
<cffunction name="createMessage">
<cfargument name="name" required="true" type="string">
<cfargument name="amount" required="true" type="string">
<cfargument name="activity" required="true" type="string">
<cfargument name="technology" required="true" type="string">
<cfargument name="location" required="true" type="string">
<cfreturn "Help " & name & " collect " & amount & " for " & technology & " (" & activity & ") in " & location>
</cffunction>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment