Vendor
MindTouch
Type Script
Categories Widget
Requires MindTouch Core 1.8.3 or later
Status Stable
License Free/Open Source
Manifest http://scripts.mindtouch.com/is-it-friday.xml

 

Install Script
To add  this script to your site, enter the address of your MindTouch installation (ex: http://www.mindtouch.com) and click the Add Script button.  This will open your control panel and prepopulate the necessary values.  You will still need to manually add configuration settings if required.  Note that no changes are made to your site until you confirm the action in your control panel.
Your site address:     


Table of Contents

Description

This will tell you if it is Friday

See also How to add a script, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.


Functions

isit.friday() : xml

This allows you to see if it is Friday.


Script Source

<extension>
	<title>Is it Friday</title>
	<description>This will tell you if it is Friday</description>
	<uri.help>
	</uri.help>
	<namespace>isit</namespace>
	<function>
		<name>friday</name>
		<description>This allows you to see if it is Friday.</description>
		<return>
			<html>
				<body>
					<iframe scrolling="no" frameborder="0" src="http://friday.tagartwebdesign.com">
					</iframe>
				</body>
			</html>
		</return>
	</function>
</extension>


Samples

  Output

To embed the Is It Friday widget:

{{ isit.friday() }} 
friday.png

 

Tag page (Edit tags)

Files 3

FileSizeDateAttached by 
 friday.png
No description
2.01 kB06:28, 3 Mar 2008coreygActions
 is it friday.xml
No description
471 bytes06:28, 3 Mar 2008coreygActions
isityes.png
No description
2.05 kB15:20, 1 Aug 2008coreygActions
You must login to post a comment.