Umbraco TinyURL Datatype
18 Sep 2009
Once again another short one all. I have developed a custom datatype for use with the Umbraco CMS which generates a shortened version of the page. This datatype send the current page tinyurl.com when the page is saved and saves the returned value as a property.
The value can then be retrieved as in exactly the same was as any other, e.g:
<xsl:value-of select="$currentPage/data[@alias='propertyName']" />So thats it really, download it here or at my projects page at our.umbraco.org.
There are no comments to display, please leave one...