Post by - ®JeRoMe™ - on Apr 7, 2007 17:49:34 GMT -5
From Marky's Trigger
With OGv9 friendster modules are now supported and it can easily spawn right through your OG profiles... so what are you waiting for? start creating your friendsetr Overlay Pre-made layouts and take advantage of this whole package Big Grin
package includes:
Quote:
auto update control panel [module 0]
auto update photos [module 1]
auto update blogs [module 2]
auto update more about me [module 4]
auto update testimonials [module 5]
auto update publiccomments [module 6]
auto update scrapbook [module 7]
auto update friends [module 9]
auto update fanof [module 11]
auto update group[module 12]
Auto Update Control Panel [Module 0]
Code:
<div id="content_controlpanel_1_1"></div>
<script language="javascript">
module0="yes";
</script>
one of the most interesting add-on in the friendster modules, whereas you can modify the shoutout directly to your OGprofile and more Wink
-------------------------
Auto Update Photos [Module 1]
Code:
<div id="content_photos_1_2"></div>
<script language="javascript">
module1="yes";
</script>
Preview your photo gallery using this module
-------------------------
Auto Update Blogs [Module 2]
Code:
<div id="content_blogs_1_3"><div class="boxcontent center">loading...<br><img src="http://images.friendster.com/images/loading.gif"></div></div>
<script language="javascript">
module2="yes";
</script>
Spawn your blog preview directly in your OG profiles
-------------------------
Auto Update More About Me [Module 4]
Code:
<div id="content_moreabout_1_5"></div>
<script language="javascript">
module4="yes";
</script>
Spawn your "More About Me" so don't have to generate your HTML codes all over again if you want to modify the changes about yourself
-------------------------
Auto Update Testimonials [Module 5]
Code:
<div id="content_testimonials_1_6"></div>
<script language="javascript">
module5="yes";
</script>
of course your default testimonial Wink formerly known as AUT
-------------------------
Auto Update Publiccomments [Module 6]
Code:
<div id="content_publiccomments_1_7"></div>
<script language="javascript">
module6="yes";
</script>
Spawn your comments directly in your OG profile
-------------------------
Auto Update Scrapbook [Module 7]
Code:
<div id="content_scrapbook_1_8"></div>
<script language="javascript">
module7="yes";
</script>
formerly known as "Media Box"... you can spawn its contents using the code above, OG++ can take advantage of this add-on
-------------------------
Auto Update Friends [Module 9]
Code:
<div id="content_friends_2_2"></div>
<script language="javascript">
module9="yes";
</script>
Spawn your 6 latest friend list or featured friends
-------------------------
Auto Update Fanof [Module 11]
Code:
<div id="content_fanof_2_4"></div>
<script language="javascript">
module11="yes";
</script>
yes you can also spawn your Fanof using the code above
-------------------------
Auto Update Groups [Module 12]
Code:
<div id="content_groups_2_5"></div>
<script language="javascript">
module12="yes";
</script>
Spawn your Groups using the code above Wink
--------------------------------------------------
To use the add-on put the code anywhere in the "BODY" section of your HTML e.g.
Quote:
<html>
<head>
<title>test</title>
</head>
<body>
<div id="content_groups_2_5"></div>
<script language="javascript">
module12="yes";
</script>
</body>
</html>
------------------------------------------------------
You can also change the appearance of the modules using CSS
please review this link --->>> images.friendster.com/200702C/css/newuser.css
you may also help each other on how to modify the CSS styles Wink or you can use the friendster default CSS file using the code below and insert it in the head section of your HTML e.g.
Quote:
<html>
<head>
<link rel="stylesheet" type="text/css" media="screen, print" href="http://images.friendster.com/200702C/css/newuser.css">
<title>test</title>
</head>
<body>
<!--testing-->
</body>
</html>
sample profile: www.friendster.com/aosample
With OGv9 friendster modules are now supported and it can easily spawn right through your OG profiles... so what are you waiting for? start creating your friendsetr Overlay Pre-made layouts and take advantage of this whole package Big Grin
package includes:
Quote:
auto update control panel [module 0]
auto update photos [module 1]
auto update blogs [module 2]
auto update more about me [module 4]
auto update testimonials [module 5]
auto update publiccomments [module 6]
auto update scrapbook [module 7]
auto update friends [module 9]
auto update fanof [module 11]
auto update group[module 12]
Auto Update Control Panel [Module 0]
Code:
<div id="content_controlpanel_1_1"></div>
<script language="javascript">
module0="yes";
</script>
one of the most interesting add-on in the friendster modules, whereas you can modify the shoutout directly to your OGprofile and more Wink
-------------------------
Auto Update Photos [Module 1]
Code:
<div id="content_photos_1_2"></div>
<script language="javascript">
module1="yes";
</script>
Preview your photo gallery using this module
-------------------------
Auto Update Blogs [Module 2]
Code:
<div id="content_blogs_1_3"><div class="boxcontent center">loading...<br><img src="http://images.friendster.com/images/loading.gif"></div></div>
<script language="javascript">
module2="yes";
</script>
Spawn your blog preview directly in your OG profiles
-------------------------
Auto Update More About Me [Module 4]
Code:
<div id="content_moreabout_1_5"></div>
<script language="javascript">
module4="yes";
</script>
Spawn your "More About Me" so don't have to generate your HTML codes all over again if you want to modify the changes about yourself
-------------------------
Auto Update Testimonials [Module 5]
Code:
<div id="content_testimonials_1_6"></div>
<script language="javascript">
module5="yes";
</script>
of course your default testimonial Wink formerly known as AUT
-------------------------
Auto Update Publiccomments [Module 6]
Code:
<div id="content_publiccomments_1_7"></div>
<script language="javascript">
module6="yes";
</script>
Spawn your comments directly in your OG profile
-------------------------
Auto Update Scrapbook [Module 7]
Code:
<div id="content_scrapbook_1_8"></div>
<script language="javascript">
module7="yes";
</script>
formerly known as "Media Box"... you can spawn its contents using the code above, OG++ can take advantage of this add-on
-------------------------
Auto Update Friends [Module 9]
Code:
<div id="content_friends_2_2"></div>
<script language="javascript">
module9="yes";
</script>
Spawn your 6 latest friend list or featured friends
-------------------------
Auto Update Fanof [Module 11]
Code:
<div id="content_fanof_2_4"></div>
<script language="javascript">
module11="yes";
</script>
yes you can also spawn your Fanof using the code above
-------------------------
Auto Update Groups [Module 12]
Code:
<div id="content_groups_2_5"></div>
<script language="javascript">
module12="yes";
</script>
Spawn your Groups using the code above Wink
--------------------------------------------------
To use the add-on put the code anywhere in the "BODY" section of your HTML e.g.
Quote:
<html>
<head>
<title>test</title>
</head>
<body>
<div id="content_groups_2_5"></div>
<script language="javascript">
module12="yes";
</script>
</body>
</html>
------------------------------------------------------
You can also change the appearance of the modules using CSS
please review this link --->>> images.friendster.com/200702C/css/newuser.css
you may also help each other on how to modify the CSS styles Wink or you can use the friendster default CSS file using the code below and insert it in the head section of your HTML e.g.
Quote:
<html>
<head>
<link rel="stylesheet" type="text/css" media="screen, print" href="http://images.friendster.com/200702C/css/newuser.css">
<title>test</title>
</head>
<body>
<!--testing-->
</body>
</html>
sample profile: www.friendster.com/aosample