how to insert content into wp_head after loop_end
Since the plugin you are using does not provide the data you need until the loop_end hook, getting information into the header is going to be tricky. I can only think of two ways to proceed: Use Javascript to insert the data into the header after page load. I don’t know if this will work. … Read more