Forums

bublaa forum and comments
[resolved] [Plugin: Bublaa Embeddable Forums] Plugin vs. Embed? (5 posts)

  1. Rene Michaels
    Member
    Posted 9 months ago #

    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/

  2. bublaa
    Member
    Plugin Author

    Posted 9 months ago #

    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.

  3. bublaa
    Member
    Plugin Author

    Posted 8 months ago #

    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.

  4. mmorin
    Member
    Posted 2 months ago #

    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

  5. bublaa
    Member
    Plugin Author

    Posted 2 months ago #

    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!

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.