MySpace Tweak Codes
Pages: 1 2
|
|
MySpace Codes and Tricks: Post an image in your profile/comment/blog/etc. 1.) Your image must be hosted on the internet. (try photobucket.com or tinypic.com) 2.) Get the direct URL to the image you uploaded. 3.) Insert the URL into this code and post it where you want it to show up: <img src="URL TO IMAGE"> NOTE: Don’t forget the http:// part!! Post a link in your profile/comment/blog/etc. <a href="URL TO SITE YOU WANT LINKED">Text You Want Linked</a> Like this: <a href=”http://www.coolchaser.com”>Cool Layouts</a> Put an image in your photo caption Put the pic you want on photobucket.com. Make sure it’s not HUGE or it will stretch out your photo’s page! Get the “Direct Link” for the pic from photobucket and put in this code: (paste the code in your caption) <img src="DIRECT LINK HERE"> Make the text in your ‘Interests’ sections plain text (not links) Put this in each text box: <z> Make your text in sections or paragraphs so it’s easier to read Put in a couple of line breaks where you want to separate some text, it will force the next line of text to skip a line: <br><br> Change Background Color and Border for Main Table Example:: http://www.coolchaser.com/layout/create_with_theme/426806 This code lets you change the color of the main table behind all the modules and you can add a border. You can change the colors and border width to suite your needs (in bold). You can also add your own background image to this, just get the direct link to the image and put in this code. Color Chart Here Put code in ‘Who I’d Like to Meet’.
Hide Last Login and Keep Your Info This code absolutely has to go in your Headline AFTER your headline text. Change the text (Gender, age, etc..) to say what you want or delete it if you want it hidden. β <font class=βon marTB15β> <font class=on>Gender</font> <font class=on>21 years old</font> <font class=on>City, STATE</font> <font class=on>United States</font></font> <font class=on>Last Login: Today</font><font class=off> Please note: I put this code on separate lines so you can read it easily and make any changes. You will need to put it all on one line, so it’s one long line of code when you put it in your headline. Hide Default Picture Put this in your ‘Who I’d Like to Meet’: <style>table.profileInfo a img {display:none;}</style>Resize Default Picture Put this in ‘Who I’d Like to Meet’: <style>
table.profileInfo a img {
width: 200px ;
}
</style>you can change the width to suite your needs Hide View Pics | Videos Links under default pic – This hides ONLY the links, you can still see your mood. Put code in ‘Who I’d Like to Meet’: <style>
table.profileInfo tr tr td {
visibility:hidden;
}
table.profileInfo td.text, .searchMonkey-mood, table.profileInfo img {
visibility:visible;
}
</style>Hide Interests Section Titles (Music, Television, Books, etc) Put this code in ‘Who I’d Like to Meet’: <style>table.interestsAndDetails span.lightbluetext8 {display:none;}
table.interestsAndDetails tr td {width:auto !important;}</style>Hide Blogs Put this in your ‘Who I’d Like to Meet’: <style>table.latestBlogEntry {display:none;}</style>Hide Contact Table Put this in your ‘Who I’d Like to Meet’: <style>table.contactTable {display:none;}</style>Hide Profile URL box Put this in your ‘Who I’d Like to Meet’: <style>.userProfileURL {display:none;}</style>Hide About Me & Who I’d Like to Meet Sections Put this in your ‘Who I’d Like to Meet’: <style>table.blurbs {display:none;}</style>Hide Extended Network (status message box) Put this in your ‘Who I’d Like to Meet’: <style>table.extendedNetwrok {display:none;}</style>Hide About Me & Who I’d Like to Meet Titles Put this in your ‘Who I’d Like to Meet’: <style>table.blurbs span.orangetext15 {display:none !important;}</style>Hide xxxxx Has xx Friends Put code in ‘Who I’d Like to Meet’: <style>table.friendSpace .btext {display:none;}</style>Hide xxxxxx’s Friends Comments Title Put code in ‘Who I’d Like to Meet’: <style>
table.friendsComments span.orangetext15 {display:none !important;}
</style>Hide Friends and Comments Put this in your ‘Who I’d Like to Meet’: <style>table.friendSpace, table.friendsComments {display:none;}</style>Hide Friends Only Put this in your ‘Who I’d Like to Meet’: <style>table.friendSpace {display:none;}</style>Hide Comments Only Put this in your ‘Who I’d Like to Meet’: <style>table.friendsComments {display:none;}</style>Hide Comments and Keep ‘Add Comment’ Link Put this in your ‘Who I’d Like to Meet’:
Center Friends and Comments This one ABSOLUTELY HAS to be at the VERY BOTTOM of ‘Who I’d Like to Meet’ section: </table></tr></td> Hide ‘View All Friends’ Link Put this in your ‘Who I’d Like to Meet’: <style>a.redlink {display:none;}</style>Hide Friends and Keep ‘View All/Online/Mutual etc…Link’ Put code in ‘Who I’d Like to Meet’:
Show ONLY Pics and Names in Top Friends box (hides ‘xx has xx friends’ and the view all links) Put code in ‘Who I’d Like to Meet’:
Put Friends and Comments in Scroll Box This one ABSOLUTELY HAS to be at the VERY BOTTOM of ‘Who I’d Like to Meet’ section (cannot be combined with the ‘Center Friends and Comments’ code): <div style="height:475px;width:390px;overflow:auto;border:0;"> <table><tr><td><table><tr><td> Resize images/videos in Comments Put this in ‘Who I’d Like to Meet’: <style>
.columnsWidening img {width:200px;}
.columnsWidening object, .columnsWidening embed {
width:250px !important;
height:200px !important;
}
</style>Change Background Color Put this in ‘Who I’d Like to Meet’: <style>
body{
background-color: 000000 !important;
}
</style>You can change the 000000 to any color code you want. Click Here for color chart. Add Your Own Background Image Without Uploading it to CoolChaser
1. Add your layout to your profile without choosing a background image in the Layout Editor. <style>
body{
background-image:url(URL TO YOUR IMAGE);
}
</style>
• ADVANCED BACKGROUND OPTIONS Position options: (where on your screen the image starts) • Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!! <style>
body{
background-image:url(URL TO YOUR IMAGE);
background-repeat: repeat !important;
background-position: bottom left !important;
}
</style>
|
|
|
Hey there, i am poking around making attempts to get coolchaser to work but without luck… there seems to be an error on loading. Is this common???? Thanks, Aja (Tim) |
|
|
Hi Acolt! Yeah the site is painfully slow now :( I think we have either too much traffic or the database died. I’m going to email our tech guy and see if he can fix it. |
|
|
—>I know this is already in the above list…I just wanted to be able to link to this particular section!! :D
Add Your Own Background Image Without Uploading it to CoolChaser 1. Add your layout to your profile without choosing a background image in the Layout Editor. <style>
body{
background-image:url(URL TO YOUR IMAGE);
}
</style>
• ADVANCED BACKGROUND OPTIONS Position options: (where on your screen the image starts) • Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!! <style>
body{
background-image:url(URL TO YOUR IMAGE);
background-repeat: no-repeat !important;
background-position: bottom left !important;
}
</style>
|
|
|
Very nice tutorial! Thanks for doing this :) |
|
|
Thanks Sachiko!! psst…yall should maybe work out some sort of link exchange with photobucket, tinypic, etc…heehee! |
|
|
so now i have hidden my friends and comments.. how do i keep the “Comment me” link? also.. adding pictures to my “who i’d like to meet” section??? |
|
|
ahhhh. okay. thank you. :) |
|
|
I’m having a problem where I added a coolchaser layout, and now my two slideshows (one in About Me, and one in Who I’d Like to Meet) are not showing up. I deleted them, added coolchaser, and then put them back in, and they still aren’t showing up. Also, I used to be able to add a song to my profile, and now that won’t pop up on the left either. Any help would be greatly appreciated. |
|
|
JDwingnut12, are you a mac user? Then it’s a Mac Firefox and Safari bug that can’t show the flash widgets on top of a translucent layout. So you can either make you layout fully opaque or fully transparent. |
|
|
I wish I’d known that when my last EX joined myspace. She was asking me about how to hide her birthday and age, and I was going, “budeeah, budeeah, I don’t know! |
|
|
Just a little FYI: I updated the instructions on the Myspace codes a little. I say to put a lot of the codes in “Who I’d Like to Meet” section. 1. Keeps them separate from your layout code so you don’t get confused when trying to change your layout. (most layout codes go in your “About Me” from any site) Please post any questions you have about Myspace Tweak Codes in this topic. :) |
|
|
Ok Im VERY NEW to this can someone HELP!!!! I added a layout to my MYSPACE page and THOUGHT I changed the color for the whole page but it didn’t work. How can I change the color on my page????? |
|
|
Try going in the Myspace Profile Editor and choose “no style” and “save and publish”. Sometimes if there is anything put in there it will override any layout codes you try to put on your profile. :) We can do it for you if you click this link: I hope that helps! |
|
|
I’m having trouble getting my headline to go all on one line again and the profile info in the middle of the page. (I had my page all changed up and looking great and it got wiped! And all those bookmarks today is not helping me find the codes I used!) I appreciate your assistance! |
|
|
Hi greenjoy, Can you post the link to your profile so I can see it and help you fix it? If it’s private you can add me to your friends so I will be able to view it and help you out. :) |
|
|
I Have a question for anyone who can help me out. I have certain things in my profile that are hidden, but my friend has a tweak or code that allows her to see hidden things in other people’s myspaces. Have you ever heard or came across this particular tweak? If so, can you please let me know. |
|
|
I personally haven’t heard of such a thing, but it wouldn’t surprise me. Heathaaa, Sachiko or Chao will probably know more than I do on that. We aren’t ignoring you, just takes a little time, sometimes. Nice to see you in the forum. Visit often. |
|
|
Hi musicislife, It’s not really a tweak code. But there are a couple of ways to view things that others have used a tweak code to hide. Like if you want to view someone’s hidden friends or comments. You just get their friend ID from their profile URL. Then, go view your own friends or comments and change your friend ID in the URL to the friend ID of the persons you wanted to view. OR If you have Firefox, you can just view their profile and go to: Pretty nifty huh? |
|
|
hey you know those borders around all the different sections (like theres the border on the left side around general, music, etc—one around about me, who i’d like to meet—another around friends—and another around comments); is there a way just to combine all the sections together with a single border around all of it? ive been googling for any codes and i cant figure one out… |
|
|
Hi Marie04, Sorry it’s taken me so long to answer you! But I still haven’t figured out how to do that one. :( I’ll post it if I can ever figure it out! |
|
|
haha! Well it was easier than I thought. I forgot I had a code to change the background to the main table and I just added border code to it to put a border around all those tables. I added it to the list above, but here it is so you don’t have to go looking through all those codes to find it: Change Background Color and Border for Main Table
|
|
|
perfect! thanks :) |
|
|
Thank you, thank you, thank you, thank you, thank you, thank you, thank you! I’ve been looking for exactly this information for a looooooong time. You ppl rock! Oh, and btw, thanks. |
|
|
Awesome! I’m glad to hear this is actually helping people! :) |
Pages: 1 2

