friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#1  2008-07-21 10:22:42

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

First of all, moderators can delete this if this has been posted or unnecessary. ;)
Requirements
Just patience and simple analysis. :D
Well i made this easier so im letting you guys use my chatroom. This one will let you have a chatroom inside ur friendster profile or in any website.


PREVIEW






______________________________________________________________________
I have two versions. First is the easier one.. U can directly paste this code in any part of your profile.


Code:

<div style=\"width:430px\"><style>.mcrmeebo { display: block; background:url(\"http://widget.meebo.com/r.gif\") no-repeat top right; } .mcrmeebo:hover { background:url(\"http://widget.meebo.com/ro.gif\") no-repeat top right; } </style><object width=\"430\" height=\"300\"><param name=\"movie\" value=\"http://widget.meebo.com/mcr.swf?id=wAaoljkyud\"></param><embed src=\"http://widget.meebo.com/mcr.swf?id=wAaoljkyud\" type=\"application/x-shockwave-flash\" width=\"430\" height=\"300\" /></object><a target=\"_BLANK\" href=\"http://www.meebo.com/rooms/\" class=\"mcrmeebo\"><img alt=\"Create a Meebo Chat Room\" src=\"http://widget.meebo.com/b.gif\" width=\"430\" height=\"45\" style=\"border:0px\"/></a></div>

______________________________________________________________________


Then this is the second version. We will use the addBox function in order to put the chatroom inside a specific box. =)





Paste this directly in ur js extension. Then apply the current linker.

Example only!!!!

Code:

// u can have here your css injection or what ever

//onload handler
function onProfileLoad() {
//insert generated boxes here

var header="My Chat Room";
var code="<div style=\"width:430px\"><style>.mcrmeebo { display: block; background:url(\"http://widget.meebo.com/r.gif\") no-repeat top right; } .mcrmeebo:hover { background:url(\"http://widget.meebo.com/ro.gif\") no-repeat top right; } </style><object width=\"430\" height=\"300\"><param name=\"movie\" value=\"http://widget.meebo.com/mcr.swf?id=wAaoljkyud\"></param><embed src=\"http://widget.meebo.com/mcr.swf?id=wAaoljkyud\" type=\"application/x-shockwave-flash\" width=\"430\" height=\"300\" /></object><a target=\"_BLANK\" href=\"http://www.meebo.com/rooms/\" class=\"mcrmeebo\"><img alt=\"Create a Meebo Chat Room\" src=\"http://widget.meebo.com/b.gif\" width=\"430\" height=\"45\" style=\"border:0px\"/></a></div>";
addBox(header,code,"custombox_431","right");

}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};

function addBox(head,code,id,siblingafter) {
/*
head:
    html string title
    null - no header bar
code:
    html string content
id:
    unique string css pointer
siblingafter: 
    regexp classname
    'left' - mainbar column end
    'right' - sidebar column end
*/
    try {
        var li=document.createElement("li");
    } catch(e) {
        var li=document.createElement("<li>");
    }
    if(!head) head="";
    else head="<h2>"+head+"</h2>";
    li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+
                    head+
                    "<div id=\"content_"+id+"\">"+
                        code+
                    "</div>"+
                    "</div>";
        
    if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
    else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
    else {
        var si=getElementsByClass(siblingafter,null,"DIV")[0];
        si.parentNode.parentNode.insertBefore(li,si.parentNode);
    }
}

function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
     if ( node == null )
         node = document;
     if ( tag == null )
         tag = '*';
     var els = node.getElementsByTagName(tag);
     var elsLen = els.length;
     var pattern = new RegExp(searchClass);
     for (i = 0, j = 0; i < elsLen; i++) {
         if ( pattern.test(els[i].className) ) {
             classElements[j] = els[i];
             j++;
         }
     }
     return classElements;
}

Done!!


Hope you get it. :D

Credits:

:arrow: Meebo
:arrow: portuniecho (for helping me out. :D)
:arrow: marfillaster for the addBox idea

Last edited by japzy (2008-08-21 10:14:30)




1st ever userbar ahaha :D

#2  2008-07-21 10:32:24

i i LeA i i
» FriendsterElite
i i LeA i i's display avatar
^pEaCe^
Class X
Location: cannot be located!
Registered: 2008-03-22
Posts: 3980
Reputation: 110
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

thanx 4 sharin' this..
almost same with chatango..
the difference is the site!=)

#3  2008-07-21 10:33:53

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

yes its almost same with chatango.




1st ever userbar ahaha :D

#4  2008-07-21 11:28:14

---xXirukiTepe---
» FriendsterElite
---xXirukiTepe---'s display avatar
Ill Shoot Your Veins >_<
Naruto Fanz-ShinobiElite
Location: KARAKURA TOWN
Registered: 2007-11-01
Posts: 3684
Reputation: 438
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

Thanks for bringing  /// it here...



Mou Hitori no Kimi e
N ∅ ∑ I N
TRUE: Somebody hacked my other fs account! Grrr! add my new 1

#5  2008-07-21 12:59:12

xtremebytes9
» FriendsterAddict
xtremebytes9's display avatar
Be Back Soon....
Friendstertalk University
Location: Right There...
Registered: 2008-02-25
Posts: 370
Last visit: 2008-11-22
Reputation: 14
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

thx for sharin....
yeh,,,
just like chatango :)

________________________________

Underconstruction.....



Sali NA~!...

#6  2008-07-21 14:29:27

unmaskedluke
» FriendsterFreak
unmaskedluke's display avatar
>iM cOnFuse!<
Location: Malaysia
Registered: 2008-01-05
Posts: 1697
Reputation: 263
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

bro. ur live preview is private. ;)

#7  2008-07-22 04:33:42

ototgam
» FriendsterTalker
ototgam's display avatar
sarap mg babolgum
Location: yummycity
Registered: 2008-07-22
Posts: 118
Last visit: 2008-08-27
Reputation: ~

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

is this 4 real?


#8  2008-07-22 07:34:30

Harry_88
» FriendsterTalker
Harry_88's display avatar
Bellato union
Location: Indonesian
Registered: 2008-03-04
Posts: 127
Last visit: Today
Reputation: 6
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

yeah...
cool...
thanks for sharing...




i'll never give up....

#9  2008-07-22 07:38:39

Pupil®
» FriendsterTalker
Pupil®'s display avatar
Juz a Pupil®
Class X
Location: Leyte Ph
Registered: 2007-10-03
Posts: 162
Last visit: 2008-11-22
Reputation: 1
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

its like chatango :)

thanks for sharing bro. :thumbsup:



CSS Generator


Allow me to look at YOU! Just a pupil®.

#10  2008-07-22 12:39:29

eunich
» FriendsterManiac
eunich's display avatar
[.Rocker.Bhaby.GhurL.]
Rockstars
Registered: 2008-02-24
Posts: 647
Reputation: 88

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

hm... i already know this site.. btw, helpful for others who don't know this site!


#11  2008-07-23 12:16:38

bhabygurl_08
» FriendsterTalker
bhabygurl_08's display avatar
+..sTay simPLe!
Naruto Fanz-ShinobiElite
Location: CeBu CiTy
Registered: 2008-04-16
Posts: 155
Last visit: 2008-11-28
Reputation: 2
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

thanx foe sharin it!!!


#12  2008-07-23 13:12:39

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

thanks for the comments.

its different in a way that you have it in a specific box.




1st ever userbar ahaha :D

#13  2008-07-23 15:14:21

irvanfauzie
» FriendsterTalker
irvanfauzie's display avatar
iWillFinding.com
Executive Coder
Location: Unknow
Registered: 2008-03-17
Posts: 216
Last visit: Today
Reputation: 5
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

Thats CoOL .. :thumbsup:




₪ ₪ iWillFinding.com ₪ ₪

#14  2008-07-24 13:14:26

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

hihihi thanks dude.




1st ever userbar ahaha :D

#15  2008-08-08 14:01:59

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

codes better... Check for new things in meebo! :D




1st ever userbar ahaha :D

#16  2008-08-21 10:15:30

japzy
» Promoter
japzy's display avatar
C:// Local Disk
Friendstertalk University
Location: Parañaque City
Registered: 2008-03-02
Posts: 1518
Reputation: 60
Friendster

Re: Put MEEBO inside your FRIENDSTER!! As easy as PIE. :D

ok wait. I will make a bump post. I updated my first post. Codes now are made easier.




1st ever userbar ahaha :D

Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 24 queries - 0.687 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)