18 lines
423 B
Markdown
18 lines
423 B
Markdown
title: AddThis Share Plugin
|
|
date: 2014-01-01
|
|
categories:
|
|
- Plugins
|
|
- Share
|
|
share:
|
|
type: addthis
|
|
install_url: //s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5ab6fa5759854232
|
|
---
|
|
|
|
[Installation instructions](https://www.addthis.com/dashboard)
|
|
|
|
{% codeblock lang:yaml _config.yml %}
|
|
share:
|
|
type: addthis
|
|
install_url: //s7.addthis.com/js/300/addthis_widget.js#pubid=xxxxxxxx # (required)
|
|
{% endcodeblock%}
|