Help - Search - Members - Calendar
Full Version: code
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
n00b
the code that you can change the like "subscribe to whatverusername" or "get trial subscription" what is the code so I could change "subscribe to whatverusername" to "YO CLICK HERE"
talcumpowder
[ http://help.xanga.com/replacelinks.htm ]?
n00b
no that isn't what I want exactly :\
talcumpowder
Yeah, it is. You just edit it a little.
[ http://www.xanga.com/xX_your_user_name_here_Xx ]
CODE
<script language="javascript">
<!--
var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/Subscribe to xX_your_user_name_here_Xx/i)) links[l].innerHTML = str.replace (/Subscribe to xX_your_user_name_here_Xx/i, "Yo! Click here.");
}//-->
</script>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.