Anders Bjerner
Anders Bjerner
The package already has a dashboard for viewing all redirects across the Umbraco installation as well as a property editor for listing the redirects pointing to a given content or...
Might be nice to have events/notifications for: - creating a redirect - updating a redirect - deleting a redirect
### Which version of Skybrud Redirects are you using? (Please write the *exact* version, example: 4.0.8) 4.0.13 ### Which Umbraco version are you using? (Please write the *exact* version, example:...
Implements parts of https://github.com/umbraco/OurUmbraco/issues/222 There is a lot of good blog posts out there about Umbraco, so instead of just showing the most recent blog posts, this pull request introduces...
Still very much work in progress 😄 I only had a brief moment to work on this, so the first step is changing a bit in the way issues are...
Could something like below be an idea?  
Eg. something like: ``` TwitterOAuthData twitter = content.GetTwitterOAuthData("twitter"); if (twitter.IsValid) { // do your thing here } ``` This will require less code and error checking when using the package.
The URL used in the code no longer works - se example on the URL below: https://github.com/warrenbuckley/UmbracoExtensionMethods/blob/master/ExtensionMethods/YouTube/YouTubeVideo.cs#L35 I'm looking into whether there is another way obtaining the same information.
As we talked about quite some time ago, I have now introduced helper classes for YouTube and the date methods. The extension methods now call the helper methods so that...