Plugin Directory

Changeset 2790123


Ignore:
Timestamp:
09/26/2022 08:06:18 AM (3 years ago)
Author:
szymonkadzielawa
Message:

Readme.txt tweaks v3

Location:
dev-share-buttons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dev-share-buttons/tags/1.1.0/readme.txt

    r2790121 r2790123  
    2424The plugin adds a shortcode:
    2525
    26     **[dsb facebook="true" twitter="true" linkedin="true"]**
     26    [dsb facebook="true" twitter="true" linkedin="true"]
    2727
    2828To use the shortcode within the template, i.e. in the `sidebar.php` or `single.php`, you can use the following code:
    2929
    30     ** <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>**
     30    <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>
    3131
    3232### Custom buttons order
  • dev-share-buttons/trunk/readme.txt

    r2790121 r2790123  
    2424The plugin adds a shortcode:
    2525
    26     **[dsb facebook="true" twitter="true" linkedin="true"]**
     26    [dsb facebook="true" twitter="true" linkedin="true"]
    2727
    2828To use the shortcode within the template, i.e. in the `sidebar.php` or `single.php`, you can use the following code:
    2929
    30     ** <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>**
     30    <?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>
    3131
    3232### Custom buttons order
Note: See TracChangeset for help on using the changeset viewer.