Changeset 2790121
- Timestamp:
- 09/26/2022 08:05:09 AM (3 years ago)
- Location:
- dev-share-buttons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dev-share-buttons/tags/1.1.0/readme.txt
r2790100 r2790121 24 24 The plugin adds a shortcode: 25 25 26 > [dsb facebook="true" twitter="true" linkedin="true"] 26 **[dsb facebook="true" twitter="true" linkedin="true"]** 27 27 28 28 To use the shortcode within the template, i.e. in the `sidebar.php` or `single.php`, you can use the following code: 29 29 30 > <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?> 30 ** <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>** 31 31 32 32 ### Custom buttons order -
dev-share-buttons/trunk/readme.txt
r2790100 r2790121 24 24 The plugin adds a shortcode: 25 25 26 > [dsb facebook="true" twitter="true" linkedin="true"] 26 **[dsb facebook="true" twitter="true" linkedin="true"]** 27 27 28 28 To use the shortcode within the template, i.e. in the `sidebar.php` or `single.php`, you can use the following code: 29 29 30 > <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?> 30 ** <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>** 31 31 32 32 ### Custom buttons order
Note: See TracChangeset
for help on using the changeset viewer.