| View previous topic :: View next topic |
| Author |
Message |
Brix
Posts: 7
|
Posted: Sunday 04th December 5:49pm Post subject: Advanced Online Indicator |
|
|
-- I did search the forums as well as browse for the answer first. If I missed, my apologies. --
Is there an HTML myspace indicator code that I can use any image and put it anywhere on any page anywhere on the web. I can do this for me and any of aol buddies with a code, so I can show on my page literally which of my "homegirls" are online too - etc. Is there a way to do this with myspace not using css or whatever it is that's in the generators. Like, is there a way for me to put my myspace online status on my domain homepage? Is there a way to put the status of my friends on my domain homepage? |
|
| Back to top |
|
x13igDudex12

Posts: 237 Location: Around
|
Posted: Sunday 04th December 10:21pm Post subject: |
|
|
| Code: |
<div style="WIDTH:80px;HEIGHT:20px" id="UserDataNode0" class="DataPoint=OnlineNow;UserID=FRIEND_ID;"></div>
|
i know thats for being online and getting the regular picture.. just put ur friends id number in there and if tehre on it should show... i dont know how to change the picture... i guess with style
EDIT: i just read this:
| Code: |
<IFRAME SRC="" NAME="OnlineNowBuffer" ID="OnlineNowBuffer" STYLE="border:0px;width:0px;height:0px;"></IFRAME>
<SCRIPT TYPE="text/javascript">
onlineNowInfoURL="http://onlinenow.myspace.com/OnlineNow/UsersOnline.html";
javaScriptURL="http://x.myspace.com";
ImageStore=new Array();
ImageStore[0]=new Object();
ImageStore[0].url="http://i.myspace.com";
ImageStore[0].baseID=0;
clearImage=new Image();
clearImage.src="http://i.myspace.com/site/images/clear.gif";
onlineNowImage=new Image();
onlineNowImage.src="http://i.myspace.com/site/images/onlinenow.gif";
</SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="http://x.myspace.com/js/OnlineNowNodeParser.js?version=10"></SCRIPT>
<SCRIPT TYPE="text/javascript" DEFER="DEFER">
window.setTimeout("onlineNowNodeParser=new OnlineNowNodeParser(\"OnlineNowBuffer\");onlineNowNodeParser.run();", 100);
</SCRIPT>
|
so im gunna guess you cant change the image using class or css or wahtever.. _________________
 |
|
| Back to top |
|
Brix
Posts: 7
|
Posted: Sunday 04th December 10:29pm Post subject: |
|
|
thank you i will give it a try and let you know how it goes! _________________ I'm a girl. |
|
| Back to top |
|
|