Skip to content

An EPiServer dashboard gadget with an overview of the your total share count

License

Notifications You must be signed in to change notification settings

meridiumlabs/Meridium.ShareCountGadget

Repository files navigation

Meridium.ShareCountGadget

An EPiServer dashboard gadget with an overview of the your total share count

Usage

  1. Install via NuGet
  2. Configure: <episerver.shell> <publicModules rootPath="~/modules/" autoDiscovery="Modules"> <add name="Meridium.ShareCountGadget"> <assemblies> <add assembly="Meridium.ShareCountGadget" /> </assemblies> </add> </publicModules> </episerver.shell>
  3. Implement IShareCount on all content types that you wish to save data for. Pro tip, use [ScaffoldColumn(false)] to hide the local block property.
  4. Run the scheduled service to update the share count
  5. Add the gadget to the dashboard
  6. Use the custom report

About

An EPiServer dashboard gadget with an overview of the your total share count

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published