Plugin Directory

Changeset 890116


Ignore:
Timestamp:
04/09/2014 02:12:01 PM (12 years ago)
Author:
doncaprio
Message:

Initial release of DC Simple SHare Buttons.

Location:
dc-simple-share-buttons/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dc-simple-share-buttons/tags/1.0/doncaprio-social-plugin.php

    r889987 r890116  
    33Plugin Name: DC Simple Share Buttons
    44Plugin URI: http://geek.ng
    5 Description: A set of very simple social sharing buttons that load pretty fast (no javascript, no images).
     5Description: A set of very simple social sharing buttons that loads pretty fast (no javascript, no images).
    66Author: Don Caprio
    77Version: 1.0
  • dc-simple-share-buttons/tags/1.0/readme.txt

    r890090 r890116  
    1313As the name implies, this social sharing plugin is simple and loads pretty fast. The buttons do not rely on external resources to load, it's written in PHP, HTML and CSS.
    1414
    15 There's an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using a template tag:
     15There's an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using this template tag:
    1616
    1717`<?php dc_social_share_tag(); ?>`
     
    2121`[dc-social]`
    2222
     23Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified.
     24
    2325The only button that requires a little snippet of JS to work is the Pinterest button but this does not slow down your site in anyway. A demo of the plugin can be seen on http://geek.ng/
    2426
     
    27292. Activate the plugin through the "Plugins" menu in WordPress
    2830
    29 You can also upload directly from your Wordpress dashboard > Plugins > Add New > Upload.
     31You can also upload directly from Wordpress dashboard > Plugins > Add New > Upload. Activate the plugin and you're good to go.
     32
     33== Frequently Asked Questions ==
     34
     35= How do I show share counts? =
     36
     37This plugin isn't meant to do that. The essence of the whole thing is to keep it simplified?
     38
     39= How do I show the buttons in certain areas of my websites not available through the plugin settings... for example, above posts? =
     40
     41You can use the template tag below:
     42
     43`<?php dc_social_share_tag(); ?>`
     44
     45You can also use this shortcode:
     46
     47`[dc-social]`
     48
     49= Can I change the "Like this article?" text? =
     50
     51Yes, you can use any custom text. You can set that through the settings page. If you're also using the template tag, you can simply write it this way:
     52
     53<?php dc_social_share_tag('Custom Text Here'); ?>
    3054
    3155== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.