I have just installed the twitter package from http://our.umbraco.org/projects/website-utilities/twitter-for-umbraco and edited the XSLT to show only the latest tweet. However, I have limited space on my design so I'd like to only show a maximum number of characters from the tweet.
Is this possible using the XSLT, somehow editing the line below that pulls the tweet in?
is that line in a for-each? meaning that is teh text of a single tweet? if so... you can try something like this... replace 100 with however you want to shorten it.
Twitter package and XSLT
Hi everyone,
I have just installed the twitter package from http://our.umbraco.org/projects/website-utilities/twitter-for-umbraco and edited the XSLT to show only the latest tweet. However, I have limited space on my design so I'd like to only show a maximum number of characters from the tweet.
Is this possible using the XSLT, somehow editing the line below that pulls the tweet in?
Cheers,
Garry.
is that line in a for-each? meaning that is teh text of a single tweet? if so... you can try something like this... replace 100 with however you want to shorten it.
Ohh excellent bob_baty-barr! Sorry I'm late in getting back - not the first time you've helped me out on here. Thanks so much.
Garry.
Glad it helped! ROCK ON!
is working on a reply...