-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Müller
committed
Jul 31, 2016
1 parent
cbef23f
commit 9b4d0e5
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters