Plugin Directory

Changeset 2790121


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

Readme.txt tweaks v2

Location:
dev-share-buttons
Files:
2 edited

Legend:

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

    r2790100 r2790121  
    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

    r2790100 r2790121  
    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.