Coder Social home page Coder Social logo

waqarpro / wp-showhide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lesterchan/wp-showhide

0.0 1.0 1.0 92 KB

Allows you to embed content within your blog post via WordPress ShortCode API and toggling the visibility of the cotent via a link.

Home Page: https://wordpress.org/plugins/wp-showhide/

PHP 100.00%

wp-showhide's Introduction

WP-ShowHide

Contributors: GamerZ
Donate link: http://lesterchan.net/site/donation/
Tags: show, hide, content, visibility, press release, toggle
Requires at least: 3.0
Tested up to: 4.5
Stable tag: 1.04

Allows you to embed content within your blog post via WordPress ShortCode API and toggling the visibility of the content via a link.

Description

By default the content is hidden and user will have to click on the "Show Content" link to toggle it. Similar to what Engadget is doing for their press releases. Example usage: [showhide type="pressrelease"]Press Release goes in here.[/showhide]

Build Status

Build Status

Development

https://github.com/lesterchan/wp-showhide

Translations

http://dev.wp-plugins.org/browser/wp-showhide/i18n/

Credits

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

Changelog

Version 1.04

  • NEW: Added aria-hidden and aria-expanded to elements

Version 1.03

  • NEW: Added .sh-link and .sh-content as a standard class name on top of the type specific class name.
  • NEW: Added do_shortcode() to allow shortcode to be parsed within ShowHide

Version 1.02

  • FIXED: Some theme uses .hide as display: none and hence I have changed .show to .sh-show and .hide to .sh-hide to advoid conflicts.

Version 1.01

  • NEW: Added additional show or hide class to the link and content depending on the visiblity of the content to allow more precise CSS styling.

Version 1.00 (01-05-2011)

  • FIXED: Initial Release

Installation

  1. Open wp-content/plugins Folder
  2. Put: Folder: wp-showhide
  3. Activate WP-ShowHide Plugin
  4. No configuration is needed

General Usage

  1. By default, content within the showhide shortcode will be hidden.

  2. Example: [showhide]Press release content goes in here.[/showhide]

  3. Default Values: [showhide type="pressrelease" more_text="Show Press Release (%s More Words)" less_text="Hide Press Release (%s Less Words)" hidden="yes"]

  4. You can have multiple showhide content within a post or a page, just by having a new type.

  5. Example: [showhide type="links" more_text="Show Links (%s More Words)" less_text="Hide Links (%s More Words)"]Links will go in here.[/showhide]

  6. If you want to set the default visibility to display.

  7. Example: [showhide hidden="no"]Press release content goes in here.[/showhide]

  8. You can style the content via CSS that is generated by the plugin. Here is a sample of the generated HTML. Note that pressrelease is the default type.

<div id="pressrelease-link-1" class="sh-link pressrelease-link sh-hide">   <a href="#">     <span id="pressrelease-toggle-1">Show Press Release (4 More Words)</span>   </a> </div> <div id="pressrelease-content-1" class="sh-content pressrelease-content sh-hide" style="display: none;">Content</div>
  1. With the example above, here are the following styles you can use in your CSS:
.sh-link A { } .sh-content { } .pressrelease-link { } .pressrelease-link.sh-hide A { } .pressrelease-link.sh-show A { } .pressrelease-content { } .pressrelease-content.sh-hide { } .pressrelease-content.sh-show { }

Upgrading

  1. Deactivate WP-ShowHide Plugin
  2. Open wp-content/plugins Folder
  3. Put/Overwrite: Folder: wp-showhide
  4. Activate WP-ShowHide Plugin
  5. No configuration is needed

Upgrade Notice

N/A

Screenshots

  1. Show More - Press Release
  2. Hide More - Press Release
  3. Editor - Short Code

Frequently Asked Questions

N/A

wp-showhide's People

Contributors

lesterchan avatar

Watchers

 avatar

Forkers

samarpw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.