Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hosted Vanilla 2.0.13 does not work with Blogger
I've just installed Vanilla 2.0.13 on my own server and attempted to paste the Blogger Gadget address into my Blogger theme as described in this documentation. http://vanillaforums.org/page/FeaturesAddons-PluginsEmbedVanilla#blogger
All I get on blogger is an empty IFrame.
The browser console spits out this error
Uncaught SyntaxError: Unexpected token <
which seems to be located between the <?xml /> tag and the doctype returned from remote.js
Any advice on how to get this working?
All I get on blogger is an empty IFrame.
The browser console spits out this error
Uncaught SyntaxError: Unexpected token <
which seems to be located between the <?xml /> tag and the doctype returned from remote.js
Any advice on how to get this working?
0
Comments
http://github.com/vanillaforums/Garden/commit/681b2039fca100a61afcedd0c238343a06ce05e2
In order to get your Gadget working, open plugins/embedvanilla/class.embedvanilla.plugin.php and change line 116 to:
<script type=\"text/javascript\" src=\"".Asset('plugins/embedvanilla/remote.js', TRUE)."\"></script>