Changeset 892677
- Timestamp:
- 04/14/2014 06:21:02 AM (12 years ago)
- File:
-
- 1 edited
-
share-decentral/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
share-decentral/trunk/readme.txt
r892674 r892677 21 21 = Template = 22 22 23 By default, the buttons are inserted after the content. If you want to prevent the automatic insert, you can insert the following code into the functions.php: ´<?php $share_decentral_auto = false; ?>´23 By default, the buttons are inserted after the content. If you want to prevent the automatic insert, you can insert the following code into the functions.php: `<?php $share_decentral_auto = false; ?>` 24 24 25 25 The following functions are available in templates: 26 26 27 * ´the_share_decentral’– Displays the buttons on the template.28 * ´share_decentral’– Returns the buttons as HTML code.27 * `the_share_decentral` – Displays the buttons on the template. 28 * `share_decentral` – Returns the buttons as HTML code. 29 29 30 30 Plugin by [NodeCode](http://nodecode.de/ "Node.js Tutorials (german / deutsch)")
Note: See TracChangeset
for help on using the changeset viewer.