p. “(extlink)Dean Peters”:http://mt-plugins.org/archives/entry/scripturizer.php has created an excellent “(extlink)Movable Type”:http://www.movabletype.org plugin which I’m using to automatically build links to passages in my comments on my daily devotional. His text processor automatically replaces chapter and verse references with a link to “(extlink)Bible Gateway”:http://www.biblegateway.com . The only item I had to make was a slight modification to the code to add the “extlink” class selector that I use on my site to designate links to external websites.
p. After installing the plugin using the “(extlink)MT Plugin Manager”:http://manager.mt-plugins.org/index.php , I only had to do two things to get it enabled on my site. The first item was to adjust my
<$MTEntryBody scripturize="KJV"$>
p. The other item I had to do involved editing the actual perl module. I edited the replacement text in the filter to append the extlink class selector on line 66 of Scripturizer.pl as shown below:
" $passage<\/a>"
Thanks for the kind words.
I’ll have an upgrade with some nice new features out Sunday.