I'm using the feed footer plugin to add banners to the end of my RSS. As is, the plugin can only use HTML code, not JavaScript. Does anyone know of a way to translate JavaScript to HTML? Thanks! Shawn
HTML amd javascript do not work as replacements . If it did , why would anyone use javascript ? You could look at alternative web programming languages like php or jsp but not HTML . You cannot write programs using HTML and therefore your task would be impossible to accomplish using pure HTML .
You can't convert Javascript to HTML. You can use javascript on a html page as importing with <script src="your .js address" type="text/javascript"></script> OR Inserting javascript to html. <script type="text/javascript"> <!-- Your javascript code. // --> </script> Both will give same results.
Thanks guys. I had did a google search but couldn't find it either. Was hoping that I could put AdSense Referal code into the footer of my RSS.
You could try that: Free Cut & Paste HTML to JavaScript converter javascriptkit.com/script/script2/jstohtml.shtml Code (markup):