Pipit Sharing v2.1

Pipit Sharing v2.1 brings better dynamic variables support and the ability to mix static and dyanmic content in tag attributes.

In older versions, you could only specify static OR dyanmic content, but not both:

<perch:sharing id="twitter" desc="Check out this article">

Or:

<perch:sharing id="twitter" desc="{title}">

In v2.1 you can now mix static and dyanmic content:

<perch:sharing id="twitter" desc="Check out this article: {title}">
link