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® ( formerly DotNetNuke® ).
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" />
- Build Scripts
- Create Install-Package