Plugin Directory

Changeset 890086


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

Minor update to readme file.

File:
1 edited

Legend:

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

    r890072 r890086  
    1515There'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 '<?php dc_social_share_tag(); ?>'
     17`<?php do_action('plugin_name_hook'); ?>`
    1818
    1919You can also display using this shortcode in single posts and pages:
    2020
    21 '[dc-social]'
     21`[dc-social]`
    2222
    2323The 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/
Note: See TracChangeset for help on using the changeset viewer.