thisisembrace / Skybrud.Social.Umbraco

Package for the Umbraco 7 backoffice that integrates with Skybrud.Social https://github.com/abjerner/Skybrud.Social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skybrud.Social for Umbraco 7

Skybrud.Social is a framework in .NET that integrates with a number of social services. This repository is for a package for Umbraco 7 that will use Skybrud.Social for bringing stuff like OAuth authentication to Umbraco.

If you're using Umbraco 6, have a look at this package

Skybrud.Social for Umbraco 7 focuses on the Umbraco backend by adding a set of data types. As of now there are data types to handle the OAuth authentication for the APIs of Facebook, Twitter, Google and Instagram.

Example of OAuth data types in action

At the moment this package will only help you with the OAuth authentication in the backend, as well as saving the relevant OAuth data in Umbraco. Except some property value converters, there are currently not any code to aid you in the frontend.

Since this package uses Skybrud.Social in the backend, you might as well use it in the frontend. Under the Documentation tab for the package at Our Umbraco you will find a view partial views that will help you getting started in the frontend by using Skybrud.Social ;)

Installation

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.

  2. Umbraco package
    Install this Umbraco package via the developer section in Umbraco.

  3. ZIP file
    Manually unzip and move files to the root directory of your website.

Documentation

  1. Umbraco 7 at social.skybrud.dk

About

Package for the Umbraco 7 backoffice that integrates with Skybrud.Social https://github.com/abjerner/Skybrud.Social

License:MIT License


Languages

Language:C# 60.5%Language:HTML 15.6%Language:JavaScript 13.3%Language:CSS 6.3%Language:ASP 4.4%