Skip to content

Commit

Permalink
write installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Müller committed Jul 31, 2016
1 parent cbef23f commit 9b4d0e5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

<dng:MetaTags runat="server" Sitename="your page name" TwitterCard="summary_large_image" />


To Do's:
--------

* Build Scripts
* Creating auf Installation-Package
4 changes: 4 additions & 0 deletions dng.Dnn.SocialMedia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include=".gitattributes" />
<None Include=".gitignore" />
<None Include="LICENSE" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 9b4d0e5

Please sign in to comment.