Plugin Directory

Changeset 890017


Ignore:
Timestamp:
04/09/2014 11:06:39 AM (12 years ago)
Author:
doncaprio
Message:

First commit of my Wordpress plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dc-simple-share-buttons/trunk/readme.txt

    r890014 r890017  
    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 a template tag:
    1616
    17 
     17<?php dc_social_share_tag(); ?>
    1818
    1919You can also display using this shortcode:
     
    2121[dc-social]
    2222
    23 The 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.
     23The 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/
    2424
    2525== Installation ==
    26 1. Upload \"plugin-name.php\" to the \"/wp-content/plugins/\" directory
    27 2. Activate the plugin through the \"Plugins\" menu in WordPress
     261. Upload "plugin-name.php" to the "/wp-content/plugins/" directory
     272. Activate the plugin through the "Plugins" menu in WordPress
    2828
    2929You can also upload directly from your Wordpress dashboard > Plugins > Add New > Upload.
Note: See TracChangeset for help on using the changeset viewer.