https://github.com/mmirus/monarch-sharing-shortcode
A WordPress plugin that provides a shortcode for adding inline Monarch sharing buttons.
https://github.com/mmirus/monarch-sharing-shortcode
elegant-themes monarch-plugin shortcode social-buttons wordpress-plugin
Last synced: 3 months ago
JSON representation
A WordPress plugin that provides a shortcode for adding inline Monarch sharing buttons.
- Host: GitHub
- URL: https://github.com/mmirus/monarch-sharing-shortcode
- Owner: mmirus
- Created: 2017-08-22T15:44:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T18:13:22.000Z (over 4 years ago)
- Last Synced: 2025-03-23T22:39:28.563Z (10 months ago)
- Topics: elegant-themes, monarch-plugin, shortcode, social-buttons, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# Monarch Sharing Shortcode
A WordPress plugin that provides a shortcode for adding inline Monarch sharing buttons.
Credit to Shahar's comment here for getting the ball rolling.
## Usage:
*Sharing buttons with default URL (current page)*
```
[monarch_share]
```
*Centered sharing buttons*
```
[monarch_share center=true]
```
*Sharing buttons with custom URL*
```
[monarch_share url="custom url"]
```