AddThisHelper 0.65.0

dotnet add package AddThisHelper --version 0.65.0
NuGet\Install-Package AddThisHelper -Version 0.65.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AddThisHelper" Version="0.65.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AddThisHelper --version 0.65.0
#r "nuget: AddThisHelper, 0.65.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AddThisHelper as a Cake Addin
#addin nuget:?package=AddThisHelper&version=0.65.0

// Install AddThisHelper as a Cake Tool
#tool nuget:?package=AddThisHelper&version=0.65.0

A problem has been corrected prventing it from installing properly. Install this v0.65 as the latest version.

An HtmlHelper that easily allows you to enable AddThis functionality with analytic tracking on your MVC 3 site.  The helper renders one of 9 AddThis Styles. You can see those 9 types at AddThis.com/Get/Sharing.  Before using the helper you will need an AddThis account. This account is for the purposes of analytical data. Go to the AddThis site and register.  
In your web.config file, create a new entry in appSettings call pubid:
<add key="pubid" value="your profile id goes here" />
Once you have installed the package via NuGet, the helper can used in the page of your choice via:
@RiderDesignMvc.Helpers.AddThisHelper.AddThis32x32

In this example, the code will render the buttons as 32x32 icons. There are 9 methods that can be called with this helper.

Just call the appropriate method to render the AddThis style of your choice

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.65.0 3,559 12/19/2011