Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbite/wordpress-socializr
WordPresss social share plugin
https://github.com/bigbite/wordpress-socializr
Last synced: 6 days ago
JSON representation
WordPresss social share plugin
- Host: GitHub
- URL: https://github.com/bigbite/wordpress-socializr
- Owner: bigbite
- Created: 2015-06-12T10:17:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T15:51:34.000Z (over 9 years ago)
- Last Synced: 2024-04-15T22:35:07.720Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 1.54 MB
- Stars: 17
- Watchers: 14
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Socializr ===
Contributors: bigbitecreative
Tags: social,sharing,links
Tested up to: 4.2.2
Stable tag: 1.0.2
Requires at least: 3.4A WordPress plugin to create social share links and sets
== Description ==
This plugin makes it easy for users to generate social profile sets and sharing links but also makes it simple for the developer to implement into a template. Whether Socializr is used as a shortcode or it used in a template. You will not be disappointed with how it performs.
Basic steps:
1. Create a set, add social profiles or select social networks that the post can be shared on.
2. go in the template and call socializr('handle') to return as an array or socializr('handle', true)
Alternatively you can use the shortcode in your post like so [socializr handle="handle"] which is the equivelant to socializr('handle', true)Prettier styles and full documentation coming soon.