From 9b4d0e534ad972fdc9c988e2f5843badd78d8363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Sun, 31 Jul 2016 21:24:39 +0200 Subject: [PATCH] write installation instruction --- README.md | 27 ++++++++++++++++++++++++++- dng.Dnn.SocialMedia.csproj | 4 ++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d76e03..9cb4f68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # dng.Dnn.SocialMedia -Add MetaTags for Facebook and Twitter + +Project Description +------------------- + +This SkinObject add nessary MetaTags for Facebook and Twitter. It use the PageTitle, PageDescription and the IconLargeFile that can be configured for every tab. +It is build for [DNNĀ®](http://www.dnnsoftware.com/) ( formerly DotNetNukeĀ® ). + +How to use +---------- + +Right now there is no package to install this SkinObject. However it is really simple to use it. Copy the _dng.Dnn.SocialMedia.dll_ to your _bin_ folder + +Add the following _Register_ to your skin: + + <%@ Register TagPrefix="dng" Namespace="dng.Dnn.SocialMedia.Skins" Assembly="dng.Dnn.SocialMedia" %> + +After that you can use the following custom tag inside your skin: + + + + +To Do's: +-------- + +* Build Scripts +* Creating auf Installation-Package diff --git a/dng.Dnn.SocialMedia.csproj b/dng.Dnn.SocialMedia.csproj index dd5a994..71cbb8f 100644 --- a/dng.Dnn.SocialMedia.csproj +++ b/dng.Dnn.SocialMedia.csproj @@ -50,7 +50,11 @@ + + + +