Entry Sharing - WeTeam/WeBlog GitHub Wiki
Entry Social Sharing
WeBlog currently comes with two components that can be used for social sharing of blog entries. One is based on AddThis, the other on ShareThis. The widget style of each is preset. At this time, if you wish to use an alternate widget style, we recommend creating your own social sharing Sublayout based on the existing.
AddThis
AddThis is usable without an account, and is enabled by default.
Creating an AddThis account provides you with useful analytics on sharing activity. To setup an AddThis account with WeBlog:
- Register for an AddThis account
- While signed in to AddThis, go into your Account Settings.
- Navigate to your Profiles.
- Grab the Profile ID you wish to use.
- Set the
WeBlog.AddThisAccountName
setting inWeBlog.Config
to your Profile ID.
ShareThis
A ShareThis component is available, but requires a ShareThis account.
To use ShareThis:
- Sign up for a ShareThis account
- Go into the My Account area.
- Copy your Publisher ID.
- Set the
WeBlog.ShareThisPublisherID
setting inWeBlog.Config
to the publisher ID. - In the Entry template's Standard Values, remove the ShareEntry-AddThis sublayout.
- Add the ShareEntry-ShareThis sublayout to the
phBlogBelowEntry
placeholder.