Version 2.5 of the LDS Linker plugin for WordPress is now available from the WordPress plugin repository. Version 2.5 adds support for using en-dashes in passage references (hooray for typography!). Additionally, you can now cancel the linking of any passage reference by preceding it with an exclamation mark. This is mostly useful for when you accidentally trigger a reference link where you don’t want one, i.e., “the Omni 2 digital camera is an improvement over the popular Omni 1.” Lastly, you can now set the hyperlinks to open in a new window if you prefer. Version 2.5 also fixes a number of bugs related to how certain characters, such as ampersands, en-dashes, and em-dashes, can be encoded.
lds-linker
LDS Linker 2.0
LDS Linker is a WordPress plugin I created that changes any Latter-day Saint scripture reference into a hyperlink pointing to the Internet Edition of the LDS Scriptures. It recognizes references whether the book name is written out or shortened using the standard abbreviations.
LDS Linker 1.4
Notice: A newer version of LDS Linker has been released.
LDS Linker is a WordPress plugin I created that changes any Latter-day Saint scripture reference into a hyperlink pointing to the Internet Edition of the LDS Scriptures. It recognizes references whether the book name is written out or shortened using the standard abbreviations.
Here are some examples:
Moro. 10:3–5 is a scripture mastery verse. Other scripture mastery verses include Mosiah 4:30, D&C 130:22–23, and JS-H 1:15–20. I have Articles of Faith 1:1–13 memorized—how ’bout you?
Version 1.2.1 stopped working a few months ago when the LDS church made significant changes to the way search queries are performed against their scripture system. Version 1.3 attempts to address that issue but probably doesn’t go far enough. I’m aware that D&C references are broken in this version (because the & symbol isn’t being encoded properly before being passed to scriptures.lds.org). I’m sure there are other issues I’m not aware of, so please let me know if you find anything fishy. I plan to rework the whole system soon so it links directly to passages instead of to search queries (i.e. Moro. 10:3-5 instead of Moro. 10:3-5).
Version 1.4 comes hot on the heels of 1.3 and fixes the Doctrine and Covenants links issue. I found that using the urlencode()
function around the book name tamed that pesky ampersand into submission and thus restored the Doctrine and Covenants to the list of books LDS Linker can handle.
- Download the plugin: lds-linker.1.4.zip
A big thanks to those who’ve helped me improve the code. Are you using LDS Linker? Please let me know what you think.
WordPress Plugin: LDS Linker 1.2
Notice: A newer version of LDS Linker has been released.
LDS Linker is a WordPress plugin that changes any LDS scripture reference into a hyperlink pointing to the Internet Edition of the LDS Scriptures.
WordPress Plugin: LDS Linker 1.1
Notice: A newer version of LDS Linker has been released.
Software is bound to have bugs, and my code is no exception (in fact, it’s probably buggier than most). After seeing my plugin in action on a few blogs, I noticed some D&C references weren’t getting linked.
It seems that, by default, WordPress encodes ampersands with the &
entity rather than the &
entity I was expecting. My Textile 2 plugin uses &
, so the problem never came up in my testing.
Without further ado, here’s the new version:
- Download: lds-linker.1.1.zip
Again, don’t hesitate to submit your feedback.
WordPress Plugin: LDS Linker 1.0
Notice: A newer version of LDS Linker has been released.
After much toil, I introduce LDS Linker, a WordPress plugin that changes any LDS scripture reference into a hyperlink pointing to the Internet Edition of the LDS Scriptures.
- Download: lds-linker.1.0.zip