Plugin Directory

Changeset 2079639


Ignore:
Timestamp:
05/03/2019 05:51:16 AM (7 years ago)
Author:
yuforest0
Message:

update readme.txt

Location:
show-more-toggle-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • show-more-toggle-button/trunk/readme.txt

    r2079627 r2079639  
    1 This is a plugin to make toggle button for show more section.
    2 You can use this plugin like below.
    3 If you click show more button, the hidden content will be shown and button will disappear.
    4 You can use this code multiple times in a post.
    5 Please enjoy it!
     1=== Show More Toggle Button ===
     2Contributors: Yuta Omori
     3Tags: toggle, show more, button
     4Requires at least: 5.1.1
     5Tested up to: 5.1.1
     6Stable tag: 1.0.0
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9Requires PHP: 7.0
    610
     11== Description ==
     12
     13* This is a plugin to make toggle button for show more section.
     14* You can use this plugin like below.
     15* If you click show more button, the hidden content will be shown and button will disappear.
     16* You can use this code multiple times in a post.
     17* Please enjoy it!
     18
     19```
    720[show-more-button-open text="Show More" color="white" background-color="orange" size="medium"]
    8     The area that you want to toggle.
     21    The area that you want to toggle.
    922[show-more-button-close]
     23```
     24
     25
     26== Installation ==
     27
     281. From the WP admin panel, click “Plugins” -> “Add new”.
     292. In the browser input box, type “Show More Toggle Button”.
     303. Select the “Show More Toggle Button” plugin and click “Install”.
     314. Activate the plugin.
     32
     33OR…
     34
     351. Download the plugin from this page.
     362. Save the .zip file to a location on your computer.
     373. Open the WP admin panel, and click “Plugins” -> “Add new”.
     384. Click “upload”.. then browse to the .zip file downloaded from this page.
     395. Click “Install”.. and then “Activate plugin”.
     40
     41
     42== Frequently asked questions ==
     43
     44
     45== Screenshots ==
     46
     47== Changelog ==
     48
     49== Upgrade notice ==
  • show-more-toggle-button/trunk/show-more-toggle-button.php

    r2079627 r2079639  
    66Version: 1.0.0
    77Author: Yuta Omori
    8 Author URI:
     8License: GPL2
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.