
In Friendster we are capable of linking our JS Files and CSS Files in our profile thru the Media Box, About Me and Who I wana Meet Section.. Wondering if we can also apply that in Multiply??
Possible
How? Just follow this tutorial..
Linker Tutorial:
Step A.)
Make sure you have a Multiply account.
- If yes, login to your account.
- If no, register to have an account.
- You don't want? I'm not forcing you to have one.
Step B.) Done Step A? Here's how it works.
- Get the URL of your JS File for example: http://h1.ripway.com/username/JSFile.js
- Then Replace the JS URL HERE to your own File
<script type="text/javascript" src="JS URL HERE"></script>
______- Click this LINK
- You'll see something like this:
- Click BLOG
- Insert the JS Linker in the Title Area
- You can also type the Title of your Blog Box Just like what I did.
- Then Click OK
Step C.)
- Go to My Site and then check if your Javascript Codes are working.
- That's it.
Reminder:
- Make sure you followed the Tutorial.
- Do not do this all over again. Because your layout will be a mess.![]()
- Just have one Javascript linker. If you have plenty of code just compile it in one File.If you don't know how to compile codes in a single file, just ask questions in this section.
- If the scripts worked and the linker worked do not remove it any more. Consider it for good mate.
- This linker is brought to you by MCTrigger
Last edited by xavierkym (2008-01-25 18:40:02)

tenx for the linker xavierkym!
wooohooo
multiply section! 
-Offline- |

so that's where their hole was
tnx for this topic
now I can play with my multiply
![]()
I miss this old linker 
thanks for this mate.
-Offline- |

oh my gas finally its been implemented nice nice we have a multiply and my space section here now
![]()


-Offline- |
tnx for the linker ![]()

-Offline- |

so, we already have a multiply section..
btw, nice one kuya pekz.. 
-Offline- |
bang
klo mau buat mp3 tp lagunya dari kita codenya apa
terus copy nya di mna\.?

-Offline- |
-Offline- |

wew..!!thx for this linker..hihi..
multipy section!!
now we already have..
good
![]()

nice...thanks for posting this!! hopefully no one will post just a Single Word!
Use Your Head!
thanks for sharing. ;d
-Offline- |

Thanks 4 sharing! ![]()


thanks for sharing kuya pekz!
plus repu for you. nyaha! 


I think you can apply internal .css file right? like in friendster? 


you mean?
@import('CSS URL')I tried but won't work.
Anyway, you can of course do a CSS Injection.
try{
document.createStyleSheet("CSS URL");
}
catch(e){
document.write("<link rel='stylesheet' type='text/css' media='screen, print' href='CSS URL'>");
}