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.
Options

Enable embedding button not working

I'm in the process of intergrating forum to my wordpress blog. However when I click on the "Enable embedding" button in the "embed forum" setting section, nothing change and the setting still keeps displaying "Embedding is currently DISABLED" message. What should I do ?

I'm using the latest 2.1.8, fresh install

Comments

  • Options
    edited February 2016

    I've also hit this problem. I'm trying to embed the site in a drupal site (same domain). It seems the latest branch 2.2 (my first time with vanilla) is missing the embedvanilla plugin. I tracked it down to an earlier (2.0.18.13) version: https://github.com/vanilla/vanilla/tree/Vanilla_2.0.18.13

    I extracted the plugin and dropped it in my plugin directory. This has got the drupal module working for me but the Enable Embedding button in vanilla still isn't working.

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    The enable button works for me.

    I see this:

    Unviersal Forum Embed Code

    To embed your Vanilla forum into your web site, use the following code.

    <script type="text/javascript" src="http://www.whu606.com/js/embed.js"></script>
            <noscript>Please enable JavaScript to view the <a
            href="http://vanillaforums.com/?ref_noscript">discussions powered by Vanilla.</a></noscript>
            <div class="vanilla-credit"><a class="vanilla-anchor" href="http://vanillaforums.com">Discussions by <span
            class="vanilla-logo">Vanilla</span></a></div>
    

    ↑ Copy and paste this code into the web page where you want the forum to appear.

    Generally, however, the move is away from embedding, and towards styling your Vanilla forum to match your main website.

Sign In or Register to comment.