do you have the plugin for moodle?
I'm also interested in using Reftagger in my Moodle courses. Pleeeeeeeeeeeeease!!
Does anyone know about this? Would be extremely useful for me too.
I am not familiar with Moodle, but if it allows you to insert arbitrary HTML, then you can use RefTagger.
I'm not sure if you have received help on this yet but if you are using Moodle 2.2 or higher, there is a section called "additional html" in the appearance section of the admin side. You can paste the html below to use reftagger on your moodle site. The code I am pasting is for the Spanish RVA version of the bible because my site is in Spanish. I think you can change the version by changing the "RVA" to KJV or whatever English version you want to appear. It will only work on pages in your site, not documents (.pdf, word, etc). I have hundreds of word documents that I needed it to work on so I copied the word document into a page document and it works perfectly. If you need any help, I'm happy to help if I can. Good luck!
Chase Turner
<script type="text/javascript"><script>
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17959907-3']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();<script>var refTagger = {settings: {bibleVersion: "RVA",noSearchTagNames: ["h1","h2","h3","b","u","strong"],roundCorners: true,socialSharing: [],tagChapters: true}};(function(d, t) {var g = d.createElement(t), s = d.getElementsByTagName(t)[0];g.src = "//api.reftagger.com/v2/RefTagger.es.js";s.parentNode.insertBefore(g, s);}(document, "script"));</script>
</script>
var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-17959907-3']);_gaq.push(['_trackPageview']);
(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();<script>var refTagger = {settings: {bibleVersion: "RVA",noSearchTagNames: ["h1","h2","h3","b","u","strong"],roundCorners: true,socialSharing: [],tagChapters: true}};(function(d, t) {var g = d.createElement(t), s = d.getElementsByTagName(t)[0];g.src = "//api.reftagger.com/v2/RefTagger.es.js";s.parentNode.insertBefore(g, s);}(document, "script"));</script>
You can check out how it works in my pages www.cbpoc.net/cursos1 and www.cursosbiblicos.net/train . If you need any help getting into the pages, let me know!
Hi Chase,
I came upon this post having independently arrived at Reftagger (via Jews for Jesus site) and trying to stick the 2017 version of the code into our copy of Moodle. The code from the Reftagger site is now:
<script> var refTagger = { settings: { bibleVersion: "ESV" } }; (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "//api.reftagger.com/v2/RefTagger.js"; s.parentNode.insertBefore(g, s); }(document, "script"));</script>
Works a treat in Firefox and Opera and Chrome, not at all in Edge or I.E. 11. At first I assumed it was perhaps one of those old 'non Explorer' bits of code - but - checking out Reftaggers site in IE 11 - works fine there. Assumed it could be something on our personal Moodle that was perhaps corrupting the transmission or execution of the code in IE / Edge - so I checked out your site (cbpoc) - and the link you have on the front page there I think to Matt 28:11 - doesn't work. In all non-working cases the tag is not rendered as an HTML link.Any ideas? Seems odd that the same code works fine on Reftaggers site for all browsers, but is broken on any Moodle site. We are using Clean as a theme.
Best wishes