HiPlease can you give details on how to install uTwit. I've installed the datatype package, but aren't sure where to go from here.I want our 3 most recent tweets to be put in our Master PageMany thanksBest regardsCarl
I'm having difficulties following the instructions too.
I have completed the authorisation part, but getting the 400 error in the latest tweets xslt. Would someone mind describing how these items link together please?
I have created a page called utAuth at the root of my site, this has allowed me to authorise my twitter account for this application in a property I have named uTwitOAuth. I then go to latesttweets.xslt and try to change the twitterOAuthPropertyAlias select value from twitter to uTwitOAuth but get the 400 error.
Any suggestions as to what I may have missed. I have tried changing the output of the datatype to xml.
Installed them both with Developer/Packages/Install local package, Data Type package first.
To have a latest tweets widget on the home page: On Umbraco Settings/Document Types/Homepage I added new property 'twitter' of Twitter OAuth Data Type, I placed it on the Site tab.
On Content/Business Site I see the twitter step, and I clicked Authorize... And did the twitter login stuff. (Firefox worked better than IE!)
On the Settings/Templates/Starterkit Master/Business Homepage which should be my start page master page/template, I included:
Pressed Save and on Content/Business Site, pressed Save and publish.
Then I did preview, only to find: Error parsing XSLT file: \xslt\latestTweets.xslt
When I did the Developer/XSLT Files/LatestTweets and then Visualize XSLT on the Business Site, I got:
Error parsing the XSLT:
System.Xml.Xsl.XslLoadException: XSLT compile error. An error occurred at (62,1). ---> System.IO.FileNotFoundException: Could not find file 'C:\Windows\system32\TweetList.xslt'. File name: 'C:\Windows\system32\TweetList.xslt' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at ...
Fixed this by Developer/Data Types/Twitter OAuth Data Type -> Data format -> Xml.
Did all the saving and republish complete website, and it seems to work!
Make sure you add a callback url when registering for an app on Twitter. That will allow the authorise step to work smoothly.
In LatestTweets.xslt, make sure the select="" part in <xsl:param name="twitterOAuthPropertyAlias" select="'twitter'" /> matches the name you chose when you added the twitter oAuth data type to your doc type. Mine didn't, and gave the same error that Pieter had at step 10 until I spotted my error.
So there's nothing wrong with the package (despite the bad press elsewhere on the web), but the error messages I encountered didn't really give many clues as to the cause. It's saved me a lot of time however, so I'm grateful for that.
Installation
HiPlease can you give details on how to install uTwit. I've installed the datatype package, but aren't sure where to go from here.I want our 3 most recent tweets to be put in our Master PageMany thanksBest regardsCarl
I'm having difficulties following the instructions too.
I have completed the authorisation part, but getting the 400 error in the latest tweets xslt. Would someone mind describing how these items link together please?
I have created a page called utAuth at the root of my site, this has allowed me to authorise my twitter account for this application in a property I have named uTwitOAuth. I then go to latesttweets.xslt and try to change the twitterOAuthPropertyAlias select value from twitter to uTwitOAuth but get the 400 error.
Any suggestions as to what I may have missed. I have tried changing the output of the datatype to xml.
Thanks
Alan
I'm very new to Umbraco and uTwit too, and had troubles too.
I made this step by step, install instructions.
Here is how I did installation:
On Umbraco Settings/Document Types/Homepage I added new property 'twitter' of Twitter OAuth Data Type, I placed it on the Site tab.
Error parsing XSLT file: \xslt\latestTweets.xslt
Error parsing the XSLT:
System.Xml.Xsl.XslLoadException: XSLT compile error. An error occurred at (62,1). ---> System.IO.FileNotFoundException: Could not find file 'C:\Windows\system32\TweetList.xslt'. File name: 'C:\Windows\system32\TweetList.xslt' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at ...I had a couple of problems too, namely:
So there's nothing wrong with the package (despite the bad press elsewhere on the web), but the error messages I encountered didn't really give many clues as to the cause. It's saved me a lot of time however, so I'm grateful for that.
is working on a reply...