https://github.com/ubc/side-note
Side Note WordPress Shortcode
https://github.com/ubc/side-note
Last synced: 7 months ago
JSON representation
Side Note WordPress Shortcode
- Host: GitHub
- URL: https://github.com/ubc/side-note
- Owner: ubc
- License: gpl-2.0
- Created: 2014-03-17T21:43:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T21:38:55.000Z (over 7 years ago)
- Last Synced: 2025-03-15T06:34:03.182Z (over 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== Side Notes ===
Contributors: enej
Tags: shortcode, sides
Requires at least: 3.5.1
Tested up to: 3.8
Stable tag: 0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Create shortcodes that will allow you to add side notes to you pages or posts.
for example
`[side-note collapsible]collapsible, default to expanded[/side-note]`
`[side-note collasted]collapsed, meaning it is collapsible, but initial state is collapsed[/side-note]`
`[side-note align=right]aligns the icon to the right[/side-note]`
`[side-note icon='flag']`
`[side-note icon='hot']`
`[side-note icon='fire']`
`[side-note icon='world']`
`[side-note icon='tint']`
`[side-note icon='note']`
`[side-note icon='puzzle']`
`[side-note icon='clue']`
`[side-note icon='lab']`
`[side-note icon='experiment']`
`[side-note icon='try']`
`[side-note icon='beaker']`
`[side-note icon='book']`
`[side-note icon='read']`
`[side-note icon='reading']`
`[side-note icon='certificate']`
`[side-note icon='seal']`
`[side-note icon='stamp']`
`[side-note icon='lightbulb']`
`[side-note icon='idea']`
`[side-note icon='ideas']`
`[side-note icon='key']`
`[side-note icon='win']`
`[side-note icon='trophy']`
`[side-note icon='heart']`
`[side-note icon='love']`
`[side-note icon='group']`
`[side-note icon='groups']`
`[side-note icon='bell']`
`[side-note icon='video']`
`[side-note icon='play']`
`[side-note icon='youtube']`
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
= Using The WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'side-notes'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `side-notes.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Download `side-notes.zip`
2. Extract the `side-notes` directory to your computer
3. Upload the `side-notes` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard
== Screenshots ==
== Changelog ==
= 0.5 =
* Initiale Release only works with theme that has fontAwesome 3.* and Bootstrap 2.3