這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Inline Footnotes

描述

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]

螢幕截圖

  • What the footnote looks like by default.
  • What the footnote looks like when open
  • Settings page

安裝

  1. Upload inline-footnotes folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [footnote] ... [/footnote] shortcodes in your content.

常見問題

Where can I get support?

On my website: gavinr.com/wordpress-plugins

What settings can I choose?
  1. Background Color
  2. Text Color
  3. Text Popup Background Color
  4. Text Popup Text Color
  5. 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:

  1. 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 like title="3" etc.
  2. symbol_background_color – set the background color of the inline “symbol” that shows up.
  3. symbol_text_color – set the text color of the inline “symbol” that shows up.
  4. background_color – set the background color of a single footnote.
  5. 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.

評價

2018年9月18日
I was rather surprised by the limited choices to have inline notes, but it doesn't really matter because this plugin gives everything I need and almost everything I want.
2018年2月13日 2 replies
I love (almost) everything about this plugins. It has allowed me to add an exciting dose of flair to my articles and has enhanced the overall potential for creativity. The reason for the (almost) is simply that I'm not happy with the way that it opens on mobile devices. I've noticed that if the footnote is near the right side of an article it does not render properly on mobile and comes out as either non-responsive or squished along the side. It would be great if the boxes could pop down (or up) in a direction that doesn't break them. Otherwise thank you, fantastic plugin.
2017年12月26日 3 replies
Thanks Gavinr for this beautiful plugin. I am using it on my website(an academic book with multiple level of notes), then I want to define multiple series of notes simultaneously in each page like: (1,2,3...) (a,b,c...) (i,ii,iii,...). by your shortcode [footnote title="..."] I have solved part of problem for titles, but I want to define multiple background color for each note series. Is there any short code for this? for example [FN Background colore= "...", title="..."] Generaly as a alternative way, Is it possible to dublicate this plugin as two active blugin to manage two series of notes?
2016年9月3日 1 reply
I'd love to have some more styling options. Also, some information about a11y would be great.
2016年9月3日
I tried another of the footnote plugins which had more options, but after 15-20 minutes I could not make the "super easy" plugin work. This one did exactly what I needed.
閱讀全部7個評價

貢獻者及開發者

“Inline Footnotes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Inline Footnotes 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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