Skip to:
Content
Pages
Categories
Search
Top
Bottom

Javascript not applying for BuddyPress Activity Posts


  • 1whitetiger
    Participant

    @1whitetiger

    Hello,

    I am trying to implement the Reftagger plugin ( https://wordpress.org/plugins/reftagger/ ) on my BuddyPress site, and it works great except for on BuddyPress activity posts, in which it is not working at all.

    I’ve tried doing the Reftagger javascript manually ( https://faithlife.com/products/reftagger/customize ) running site-wide like this but same results:

    <script>
    	var refTagger = {
    		settings: {
    			bibleVersion: "NKJV",
    			dropShadow: false,			
    			roundCorners: true,
    			socialSharing: [],
    			tooltipStyle: "dark",
    			customStyle : {
    				heading: {
    					backgroundColor : "#185d70"
    				}
    			}
    		}
    	};
    	(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>

    Can anyone please help me understand why it’s not working for BP activity posts?

    By the way, I am using the BuddyBoss theme.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar