Scriptless Social Sharing is wee plugin to add buttons to your posts pages, to make it easier for your readers to share your content on social networks..
Activate the plugin through 'Plugins WordPress..
Visit the Settings > Scriptless Social Sharing page to change the behavior of the plugin...
To take advantage of the location options, you must visit the plugin settings page and update your settings..
Note if you have code that removes the original buttons output and adds it back by hand, make sure that you select Manual for the location for each affected content type..
If you use Genesis Framework, you can tell the plugin to Genesis action hooks with this very simple filter add filter ..
First, you have to tell the plugin that it can, fact, run, even on the relevant page function prefix add buttons archives { if is tax is category ) { $cando = true } return $cando }.
The plugin looks in two places to find one 1 ) the post featured image and 2 ) if there is no featured image set, it picks the image uploaded to that specific post.
As of version 1.5.0, you can add image for the plugin to use for Pinterest, instead of the post's featured image.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more