Title: [Plugin: Bublaa Embeddable Forums] Plugin vs. Embed?
Last modified: August 20, 2016

---

# [Plugin: Bublaa Embeddable Forums] Plugin vs. Embed?

 *  Resolved [rene-michaels](https://wordpress.org/support/users/rene-michaels/)
 * (@rene-michaels)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/)
 * Help me understand, is there a benefit to using the plugin vs. just getting the
   embed code off my bublaa and embedding it into a page?
 * [http://wordpress.org/extend/plugins/bublaa-embeddable-forums/](http://wordpress.org/extend/plugins/bublaa-embeddable-forums/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [bublaa](https://wordpress.org/support/users/bublaa/)
 * (@bublaa)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974460)
 * At the moment it might be simpler to just get the embedded code, but next versions
   of the plugin will be easier to install. But it’s up to you, which method you
   prefer.
 *  Plugin Author [bublaa](https://wordpress.org/support/users/bublaa/)
 * (@bublaa)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974611)
 * We have now published a new version of the plugin which is easier to install.
   Installing and managing different settings are all done through the dashboard.
   No need to edit any code anymore.
 *  [mmorin](https://wordpress.org/support/users/mmorin/)
 * (@mmorin)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974650)
 * We’re liking the idea of this but need some code that will fit into the sidebar
   maybe just showing most recent topics in the bubble??? Any chance?
 * [mmorin@pa.org](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/mmorin@pa.org?output_format=md)
 *  Plugin Author [bublaa](https://wordpress.org/support/users/bublaa/)
 * (@bublaa)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974651)
 * Have you tried the sidebar widget that comes with the plugin? It should do just
   what described.
 * If you don’t want to use our wordpress plugin, but wan’t to use sidebar, you 
   could add the following code:
 *     ```
       <div id='bublaa-sidebar'></div>
        <style>
         #bublaa-sidebar {
           height: 300px;
           width: 100%;
           min-height: 300px;
           max-height: 600px;
         }
        </style>
        <script type='text/javascript'>
         window.bublaa = {
          config : {
           bubble     : 'add the name of your bubble here!',
           serviceHost: 'http://bublaa.com',
           embeddedUrl: 'add the url of your embedded bubble here!'
          }
         };
        (function() {
         var b = document.createElement('script'); b.type = 'text/javascript'; b.async = true;
         b.src = 'http://bublaa.com/build/sidebar.js';
         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(b, s);
        })();
       </script>
       ```
   
 * Remember to edit the name or your bubble and url of your embedded bubble.
 * Let us know if any of this isn’t working for you!
 *  [jssilver](https://wordpress.org/support/users/jssilver/)
 * (@jssilver)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974655)
 * I’d like to have multiple forums on a single WordPress site, to segment discussions
   for different audiences e.g. General Forum, Audience 1 Forum, Audience 2 Forum.
   With the plugin it appears that I can only have one active forum on my site. 
   I tried deactivating the plugin (which deleted the target page!) and embedding
   code manually, but that didn’t work at all. Any suggestions on how to do this?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Bublaa Embeddable Forums] Plugin vs. Embed?’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bublaa-embeddable-forums_f9f9f9.svg)
 * [bublaa forum and comments](https://wordpress.org/plugins/bublaa-embeddable-forums/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bublaa-embeddable-forums/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bublaa-embeddable-forums/)
 * [Active Topics](https://wordpress.org/support/plugin/bublaa-embeddable-forums/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bublaa-embeddable-forums/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bublaa-embeddable-forums/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [jssilver](https://wordpress.org/support/users/jssilver/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-bublaa-embeddable-forums-plugin-vs-embed/#post-2974655)
 * Status: resolved