Hello all,
After talking to Nisse Bryngfors, he requested that the URLs in tweets would automatically be made as urls and marked up with anchor tags. In addition to this he requested that @username replies were also automatically generated into anachor tags.
For example:
check out this site http://google.co.uk Nice design @warrenbuckley
would now become
check out this site
http://google.co.uk
Nice design
@warrenbuckley
This has been made possible with a new function in the XSLT Extension CWS.Twitter called FormatURLS.
So to format your tweet use this syntax in your XSLT.
Hello all,
This will be a very brief blog post this evening as I have made an update to my Twitter Umbraco Package from a request from a tweet I received from Nisse Bryngfors.
His request was as follows
@warrenbuckley just tried the twitter package for umbraco.Great!Is there any way to display people you follow,instead of just your own feed?
I decided this was so easy to implement, I would make this quick update to my package and release it as soon as possible.
I have reposted the instructions below for people who didnt use my previous version.
This package installs the following files:
- bin/CWSHelperTwitter.dll
- xslt/CWS_twitterStatus.xslt
- /usercontrols/Installer/CWSTwitter/cwsTwitterInstaller.ascx
The installer usercontrol cwsTwitterInstaller.ascx is used to modify the /config/xsltExtensions.config
to setup my custom XSLT extension to allow us to modify the strange format of the twitter date format.
The actual package installs the following into umbraco:
- Macro: [XSLT] CWS:Display Twitter Status
- XSLT: CWS_twitterStatus.xslt
Hiya,
Well this blog post is tell you all about my good friend Sam Marks website Quilo that I have been working on.
Me and Sam used to work together for a few years at a company called Momo Web Communications and after both leaving there and progressing our careers we recently got back in touch to do a great skill swap. What we decided to do was that I would build the XHTML, CSS and put into onto a CMS platform (obvioulsy Umbraco) for him to easily update and edit his site, in return he agreed that he would redesign my blog for me. So watch this space very soon for my site update - all I can see its going to be very different from what it is now!
So heres a very quick rundown of what I done in this project
- Handcode the XHTML templates and the appropiate CSS required from the Photoshop design Sam gave me
- Use jQuery to create a semi-transparent image caption that slides up when you rollover the image
- Use jQuery to create a feature slider, which slides panels horizontally to view new content
- Use the Umbraco opensource .NET CMS solution to allow Sam to update his site easily with new content
- Create an XSLT script to use in Umbraco, to show Sams latest tweet from Twitter
Hello all,
I thought I would tell you all how I use MSN Messenger to update my Facebook
Status, which allows me to tell people what I am doing quickly and easily
without logging into Facebook and being distracted too much.
OK first of all create a twitter account
, if you dont know what twitter is, well its a
service that is used to tell people what you are upto, just like the status
section in Facebook.
Once you have created your Twitter account the next thing to do is to add an
appliaction to your Facebook profile that allows you to update your Facebook
status whenever you post an update to Twitter.
This application is called
TwitterSync,
simply follow the instuctions for TwitterSync and you will have this working in
no time.
Now you have your Facebook Status syncronished to your Twitter status, you can
post from your mobile phone to twitter using
m.twitter.com or desktop widgets or whatever you prefer.
Hello all this is my first package for 2008. I have created a quick XSLT package
to allow you to display your latest twitter
status’s on your website/blog.
For example here is my twitter page
where you can see what upto or thinking.
This package installs the following files:
- bin/CWSHelperTwitter.dll
- xslt/CWS_twitterStatus.xslt
- /usercontrols/Installer/CWSTwitter/cwsTwitterInstaller.ascx
The installer usercontrol cwsTwitterInstaller.ascx is used to
modify the /config/xsltExtensions.config
to setup my custom XSLT extension to allow us to modify the strange format of
the twitter date format.
The actual package installs the following into umbraco:
- Macro: [XSLT] CWS:Display Twitter Status
- XSLT: CWS_twitterStatus.xslt