The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Meebo Bar for PhPbb3 issue

5 posters

Go down

Solved Meebo Bar for PhPbb3 issue

Post by Martini May 3rd 2010, 9:30 pm

I would appreciate it if someone would exsplain how I can add the bar to my forum http://abducted.forumotion.com/forum.htm.

I have found a few posts here talking about adding it to a widget and/or there might be an other way of adding it, unfortantly most of the post claim that the orriginal poster fixed the issue with out exsplaining it in the thread and marked the thread solved and locked. But I know it is possable on forumotion because I have seen a few forums with it.

Here is the instructions and code given by meebo's site:


1.In your template, immediately following the opening <body> tag, insert the following code:

<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){
var d=document,b=d.body;
if(!b){var cb=arguments.callee;return setTimeout(function(){cb(q)},100);}
var m=b.insertBefore(d.createElement('div'), b.firstChild), s=d.createElement('script');
m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe" frameBorder="0" ></iframe>';
s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
d.getElementsByTagName('head')[0].appendChild(s);
})({network: 'abductedmotorsports_se03vo', stage: false});
Meebo('makeEverythingSharable');
}
</script>


2.In your template, immediately prior to the closing </body>, insert the following code:

<script type="text/javascript">
Meebo("domReady");
</script>


At this point, I have tried adding it to the message box and a widget and all I get is the script displayed in a box on the forum.

As stated in my title I am using phpBB3 (prosilver) with a prefab skin.


Last edited by Martini on May 25th 2010, 5:59 am; edited 1 time in total
avatar
Martini
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by Martini May 5th 2010, 6:05 am

bump ~ Still need help
avatar
Martini
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by lax May 7th 2010, 12:51 am

Hi, I added the same bar to my forum a couple of days ago. My forum works on a phpBB2, so it may not work on phpBB3 (I'm not familiar with PHP coding, so I don't see the diference Very Happy ).

Anyway, this is what you need to do in order to set up a Meebo Bar:
1) In the Integration Wizard choose I host my own blog / site or use a different blog platform.
Meebo Bar for PhPbb3 issue Untitl11
2) After clicking on it, you will get two HTML codes. Copy them both.
Meebo Bar for PhPbb3 issue Untitl12
3) Go to your forum, AP > Modules > Forum widgets management > Create a widget
4) In the Widget name enter what you want (e.g. Meebo), Use a table type: No, Leave Widget title empty. In Widget source paste the two HTML codes you copied. If you made it right, it would look like this:
Meebo Bar for PhPbb3 issue Untitl13
5) Now save the widget and put it on your forum.
6) The bar should now be working. All you have to do is customize it. Hello
lax
lax
Forumember

Male Posts : 78
Reputation : 0
Language : Serbian, English, French and German

http://laxhosting.iz.rs

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by Martini May 7th 2010, 6:22 am

This is actualy one of the 1st steps I tried to do, unforntantly when I do it this way, I get one of two outcomes.
1. If I dont hide the widgit, all I get is a box on the forum with the HTML
or
2. If I do hide the widgit, I get nothing.
avatar
Martini
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by lax May 7th 2010, 10:56 pm

Hmm, I don't know the answer then. As I said, I use phpBB2 (if that makes any difference) Wink
lax
lax
Forumember

Male Posts : 78
Reputation : 0
Language : Serbian, English, French and German

http://laxhosting.iz.rs

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by Martini May 14th 2010, 5:50 am

bump!!! I'm still looking for a resolve here...
avatar
Martini
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by retsrif May 15th 2010, 10:18 am

make sure the html box you paste your code in shows a green plus with html written on it
try using this code
Code:
<html>
<body>
<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){
var d=document,b=d.body;
if(!b){var cb=arguments.callee;return setTimeout(function(){cb(q)},100);}
var m=b.insertBefore(d.createElement('div'), b.firstChild), s=d.createElement('script');
m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe" frameBorder="0" ></iframe>';
s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
d.getElementsByTagName('head')[0].appendChild(s);
})({network: 'abductedmotorsports_se03vo', stage: false});
Meebo('makeEverythingSharable');
}
</script>
<script type="text/javascript">
Meebo("domReady");
</script>
</body>
</html>
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by cleftangels May 25th 2010, 2:27 am

Link to Non-Forumotion Reload-Loop Site Removed.
Spam,Wares,Music & Movie Download links not allowed.
Meebo Bar for PhPbb3 issue Guitaro1s4
avatar
cleftangels
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by Martini May 25th 2010, 5:58 am

make sure the html box you paste your code in shows a green plus with html written on it
try using this code

That was the answer, I had the HTML editor ON... Thank you
avatar
Martini
New Member

Posts : 5
Reputation : 0
Language : english

Back to top Go down

Solved Re: Meebo Bar for PhPbb3 issue

Post by RoNo May 25th 2010, 6:24 am

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum