how to use advertising shortcode
I want to add the following advertising shortcodes:
<div class = "adflexbox" id = "b2342594c23fdaca8c33a9bfac75ae41f"> </div>
<script>
(function (d, w) {
if (! w.adflex) {
var s = d.createElement ("script");
s.type = "text / javascript";
s.src = "//adv.mysite.com/loader.js";
d.getElementsByTagName ('head') [0] .appendChild (s);
w.adflex = {host: '//mysite.com'};
}
}) (document, window);
</script>
What features do I need to use and where is the shortcode located?
Comments
thanks