Title: Plugin Improvements
Last modified: January 19, 2021

---

# Plugin Improvements

 *  Resolved [andylehti](https://wordpress.org/support/users/andylehti/)
 * (@andylehti)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-improvements-4/)
 * I love the plugin. I love that I can write {{link}} and it’s done. I was using
   Zotero, and it was just awful. First, to write a citation, I had to link my account
   with an API, install the chrome browser, install the desktop software, and then
   set up my account, and once I pressed the website for it to save, it didn’t. 
   So I was troubleshooting that and got it to work, but then I found out I had 
   to write (and I don’t remember what it was but it was something like [ZotPressLink:
   HD6SU23FW] which meant I had to find the code for the citation; and then after
   all of that. They didn’t even have the standard web citation format where it 
   puts a superscript number where you want the citation.
 * What a waste. But this is great. I just use their “zbib.org” and put the citation
   that was copied into the {{citation}} now.
 * But, I want to extend this functionality to the users of my site. I can help 
   if you’d like, but I would like to see an XML engine in this software that grabs
   the following from a link in this format which is standard web citation:
 * {{Author’s names}};{{}} OR {{Blog Title}} or {{Website Title}} ({{Publication
   Date}}.) “{{Title}},” _{{Company Name.}}_ {{URL}}; {{today’s date}}
 * John Doe; Jane Doe (October 30, 2018.) “How to Update WordPress.” _WordPress_.
   [https://wordpress.org/howtoupdate](https://wordpress.org/howtoupdate); 18 Jan
   2021.
 * And then you can store it in the database so it doesn’t have to grab the XML 
   data every time a page loads.
 * But if not that, can you make the sequence for combining the same citation as
   such:
 * 1,12,13
    15,18,19 ^ wordpress.org
 * Instead of:
 * 1 ^ wordpress.org
    12 13 15 18 19

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [pewgeuges](https://wordpress.org/support/users/pewgeuges/)
 * (@pewgeuges)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-improvements-4/#post-13925765)
 * [@andylehti](https://wordpress.org/support/users/andylehti/)
 * Thank you for reaching out. I use Zotero too and worked on customizing a citation
   style for single citations and bibliographies, defined in the XML based Citation
   Style Language. Zotero has great support for this, and once it’s set up you get
   exactly what you want into the clipboard.
 * I also wish we had an XML engine in the plugin able to convert from the .docx
   format to the WordPress with Footnotes format, a webmaster requested a few weeks
   ago. And we’d also like a database storage in the plugin, where writers can grab
   often used citations from.
 * As you offer to help implement new functionality we’re happy to update and sync
   Footnotes’ GitHub repo, currently on standby, and register you for WordPress’
   SVN repository.
 * Thank you also for reporting the layout issue.
 * The layout problem can be mitigated by setting the backlink column width to 6em
   under General settings > Reference container > Set backlinks column width. Or
   by adding this Custom CSS:
 *     ```
       .footnote_plugin_index_combi {
           width: unset;
       }
       ```
   
 * Removing the extra arrows requires a new bugfix release, after last evening’s
   urgent one needed to enable [footnotes in popups](https://wordpress.org/support/topic/footnotes-use-in-popup-maker/)
   where they were not working at all.
 * When backlink symbols—that can still be disabled altogether—were back, repeating
   them with each footnote number became indispensable as the dead links were fixed
   and each number became clickable.
 * Your preferred design was approximately in use since 2.0.3 until more than a 
   single backlink in combined footnotes became functional (2.1.1).
 * Stacking backlinks is widely preferred in combined footnotes because it avoids
   the wide gap after single backlinks, while many footnote texts span over several
   lines. Stacking backlinks one by one may be so preferred that an optional line
   break is also available.
 * As I understand you prefer a single trailing backlink symbol, as opposed to a
   single leading one or a prepended/appended symbol with each backlinking number.
   Already supported options include a symbol with each backlink, and no symbol 
   at all. A [single leading symbol](https://wordpress.org/support/topic/references-layout/)
   is in the pipeline, and a single trailing one shall be supported altogether via
   the prepend/append option.
 * The comma separator by contrast is already supported. Comma is optional and can
   be replaced with a semicolon, an en dash, or a freely input character (or more).
 * Thanks for pointing this out. I’m working hard and will be thankful if the fixes
   make it into oncoming v2.6.0 or sooner.
 * Please let us know how you prefer to contribute, we’re happy to see our team 
   growing since Pea (@misfist) [contributed the custom template stack](https://wordpress.org/support/topic/template-override-filter/)
   two weeks ago. The mistakes I sadly made shall never happen again.
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
 *  Thread Starter [andylehti](https://wordpress.org/support/users/andylehti/)
 * (@andylehti)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-improvements-4/#post-13941068)
 * Thanks for the tips!
 * I also forgot to mention one other thing. I don’t think it’s critical, but just
   kind of an annoyance. The only thing I can seem to pinpoint is that it only happens
   when your plugin is installed. On the plugins menu, if you load the page, you
   have to click to be able to click on anything. It’s like there’s an invisible
   wall that you have to click to exit out of. I don’t know if that’s a pop-up, 
   a message, or just an active mouse command that seems to only be active on the
   plugin menu.
 * I have a 16 core 256GB RAM server that I can allocate some resources on for your
   project if you’d like. Another alternative for storage is backblaze b2. It’s 
   phenomenal, but they do charge you $0.004 per 25,000 GET/PUT commands, so not
   sure if it would be too costly for free citation storage since citations are 
   many and very small in size.
 *  Plugin Contributor [pewgeuges](https://wordpress.org/support/users/pewgeuges/)
 * (@pewgeuges)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-improvements-4/#post-13941240)
 * [@andylehti](https://wordpress.org/support/users/andylehti/)
 * Glad that the hint about CSL is helpful. Since available citation styles are 
   mostly tailored to the needs of a publisher, website authors could use an alternative.
   Probably the Footnotes plugin should ship with an example style. Thanks for reporting
   your experience with Zotero, that we now can consider making Footnotes synergistic
   with ASAP!
 * Thank you for your storage proposal. When mentioning the subject I thought about
   a storage in the user’s database associated with their WordPress instance. Some
   available citation plugins are offering something similar but without necessarily
   any output in the Footnotes format i.e. inline bracketed by shortcodes, instead
   of already formatted referrers and reference containers.
 * The bug you are reporting with much detail is however unclear to me as I’m still
   unexperienced after less than a year of using WordPress. May you please post 
   some more/other steps and/or share a screenshot, a link or send me a saved copy
   of the page to my username at Gmail so I’ll get a chance to look into what’s 
   going on. [Despite my label](https://meta.trac.wordpress.org/ticket/5553) I’m
   not a plugin author, only a maintenance programmer coming up with a bunch of 
   bug fixes 3 months ago.
 * Thank you.
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
    -  This reply was modified 5 years, 4 months ago by [pewgeuges](https://wordpress.org/support/users/pewgeuges/).
 *  Plugin Contributor [pewgeuges](https://wordpress.org/support/users/pewgeuges/)
 * (@pewgeuges)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/plugin-improvements-4/#post-14142097)
 * I must confess that I seem unable to reproduce the invisible wall bug, either
   in the installed plugins’ menu or in the plugin’s dashboard or anywhere else 
   unless real, visible popups are enabled.
 * As we haven’t received a response, I’ll mark this as resolved. Please feel free
   to reopen this topic if you encounter any issues, or open a new support topic
   and we’d be happy to assist.
 * Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin Improvements’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/footnotes_9d9c99.svg)
 * [footnotes](https://wordpress.org/plugins/footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footnotes/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [pewgeuges](https://wordpress.org/support/users/pewgeuges/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/plugin-improvements-4/#post-14142097)
 * Status: resolved