Popis
This allows you to easily add inline „footnotes“ to your content. In places where you place the shortcode will appear a little number that is clickable to see the footnote content.
Example syntax: [footnote]This is my footnote.[/footnote]
Snímky obrazovky
Instalace
- Upload
inline-footnotes
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Place
[footnote] ... [/footnote]
shortcodes in your content.
Nejčastější dotazy
- Where can I get support?
-
On my website: gavinr.com/wordpress-plugins
- What settings can I choose?
-
- Background Color
- Text Color
- Text Popup Background Color
- Text Popup Text Color
- Show Footnote on Hover
- I’m using this plugin to make money! How can I thank Gavin for creating this for me?
-
Value-for-value donations are welcome at gavinr.com/donate. Thanks!
- What shortcode settings are there?
-
Right now the shortcode settings are:
title
– this is what will display in the box inline of your content (instead of „1, 2, 3, etc“ wich happens by default if this is not included). Example:[footnote title="..."]This is a footnote![/footnote]
. Note that you can use this to reset the numbers too, if you set title to a number liketitle="3"
etc.symbol_background_color
– set the background color of the inline „symbol“ that shows up.symbol_text_color
– set the text color of the inline „symbol“ that shows up.background_color
– set the background color of a single footnote.text_color
– set the text color of a single footnote.
All the colors above take HTML Color Names or HEX codes (include the # sign).
- Is this compatible with the Gutenberg Editor?
-
Yes it is. Just use your shortcodes inline the paragraph block just as you always have.
Recenze
Autoři
Inline Footnotes je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Inline Footnotes” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
2.3.0
- Additional shortcode options „text_color“, „symbol_text_color“, and „symbol_background_color“
- 2018-12-15
2.2.0
- Works with Gutenberg and tested with version 5.
- 2018-08-27
2.1.0
- New „Hover“ option
- Compressed JS and CSS files
- 2018-02-19
2.0.0
- Fixes mobile issues by showing the footnote content in the center of the screen when on mobile.
- Allows
background_color
attribute in the footnote tag. - 2018-02-18
1.1.1
- Compatible with WordPress 4.9
1.1.0
- New „title“ shortcode attribute to allow you to show different text in the inline footnote. See the forums for more info.
1.0.2
- Compatible with WordPress 4.5
1.0.1
- Fixed CSS issues
- HTML links within footnotes now work
1.0.0
- Initial Version