Faithlife Reftagger is an HTML code that links all your biblical references on your profile to the actual biblical verse. It is a very easy and convenient way to ensure that your contacts know what verse you are referring to.
To customize your Reftagger settings:
1) Go to Customize Reftagger.
2) Use the controls in the page to change the look.
3) Copy the generated code into your profile HTML editor.
You can also install Fiathlife Reftagger on your WordPress website by installing their plugin.
At Mission Quest we customized the HTML code below to match our style guide. You can copy/paste this code into your profile for a quicker results:
<script>
var refTagger = {
settings: {
bibleVersion: "ESV",
roundCorners: true,
socialSharing: [],
customStyle : {
heading: {
backgroundColor : "#8BC34A",
color : "#407EC9",
fontFamily : "Verdana, Geneva, sans-serif",
fontSize : "14px"
},
body : {
color : "#407EC9",
fontFamily : "Verdana, Geneva, sans-serif",
fontSize : "14px"
}
}
}
};
(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>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article