It would be great if your wordpress plugin can support the choice of using the Chinese Union Version bible or other Chinese bible versions. Is it possible to make it available in the short future?
May God bless your work!
Sam
I second!
Please add Chinese Union Version support. I can help contribute to the development. I can be reached at qwgowithwind@gmail.com
I found that it actually supports it without exposing it on the Reftagger page.
Using a Reftagger with a certain translation, and click into the link, in that pop-up page you can select CUV, then in the URL you can find the id of it, e.g. for traditional Chinese CUV, it is hlybbltrdshndtn.
Then in the code of the Reftagger, use that id manually, for example
<script> var refTagger = { settings: { bibleReader: "bible.faithlife", bibleVersion: "hlybbltrdshndtn", customStyle : { heading: { backgroundColor : "#000000", color : "#000000" }, body : { color : "#000000" } } } }; (function(d, t) { var n=d.querySelector("[nonce]"); refTagger.settings.nonce = n && (n.nonce||n.getAttribute("nonce")); var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://api.reftagger.com/v2/RefTagger.js"; g.nonce = refTagger.settings.nonce; s.parentNode.insertBefore(g, s); }(document, "script")); </script>