How do I change the size of my top friends icons on Myspace?

21 Comments

I want to change the size of the icons for my top friends on myspace. How do I do this?
How do I make my top friends pictures bigger or smaller?

Add this code to your profile.

td.text td.text a img {width:150px !important;}

Experiment with the number to find your pleasure. I believe 100 is standard.

How do I find the friend I want to put in my top friends list?

Leave a comment

I have been having the problem where I have too many friends, and now its nearly impossible to find the friends I want to put in my top friends list. When it gets to over a thousand, it just becomes unmanageable.

I could not find any solutions on the net (only that the friends were in order of their ID numbers, based on when they signed up for myspace) , but after playing around for a while on myspace, I figured it out!

Here is how to find the friend you want to put in your top friends list, when you have a redunkulous amount of friends…

First, Open up Notepad. This is a great program to use for editing code because it is a small program which won’t slow down your computer and it won’t mess up any code you put in there with formatting. Its a great scratchpad for working with and analyzing code.

Now, you get the friends ID number. Save it somewhere (notepad).

Go to Change my “top friends”
click on the 2nd page of friends. This changes the address completely, and therein lies the solution.
copy and paste it in notepad, it will look like this:

http://editprofile.myspace.com/index.cfm?fuseaction=user.editTopFriends&
UserName=YOURNAME&f_search=&searchby=first&page=1&
finalpage=&prevPage=0&lastpage=0&PREVPageLASTONERETURENED
=114770&PREVPageFirstONERETURENED=6221&TotalRecords=
4749&myTopFriends=6696231%2C8540231%2C155831586%2C15998994%
2C118839694%2C138658120%2C2493179%2C69002564%2C112128318
%2C1941907%2C15035110%2C146524929%2C6037405%2C119636354
%2C52546922%2C4313549%2C122433991%2C33660765%2C93098319
%2C39864919%2C115453876%2C17420422%2C48515146%2C8185712
&topNumber=24

This looks like mumbo jumbo, but theres a solution in there. If you seperate the code, it makes it easier to understand.

Identifies you:
http://editprofile.myspace.com/index.cfm?fuseaction=user.editTopFriends
&UserName=YOURNAME

Probably some sort of indexing:
&f_search=&searchby=first&page=1&finalpage=
&prevPage=0&lastpage=0&PREVPageLASTONERETURENED
=114770&PREVPageFirstONERETURENED=6221

How many friends you have total:
&TotalRecords=4749

LIST OF YOUR TOP FRIENDS:
&myTopFriends=6696231%2C8540231%2C155831586%2C15998994%
2C118839694%2C138658120%2C2493179%2C69002564%2C112128318%
2C1941907%2C15035110%2C146524929%2C6037405%2C119636354%
2C52546922%2C4313549%2C122433991%2C33660765%2C93098319%
2C39864919%2C115453876%2C17420422%2C48515146%2C8185712

How many top friends you show:
&topNumber=24

Is it apparent now? In the list of top friends, you take the friend ID which you want to be in your top friend list, and replace the person you want to take out. The first friend in the list is clear to see, but the others have 2C ahead of them. Just leave that part in and replace the ID numbers.
To find who the person is in the ID you are removing, either count off, or plug it in here:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=XXX

You can do this in the address bar or here in notepad. Either way, put the new address in and go to that page. You did it! amazing. I feel good.

if it didnt work, try again. It will work.

Insert image into myspace with a link

11 Comments

Here is a tip to insert an image into a myspace comment with a link to a site when someone clicks on it.
Use for good, not evil.

insert image with link
<a target=”_blank” href=”http://HERE IS WHERE YOU PASTE THE ADDRESS OF WHAT YOU WANT IT TO LINK TO”><img src=”http://PASTE THE ACTUAL IMAGE LOCATION HERE”></a><br>

 

How do I change my myspace background color?

1 Comment

Heres another simple thing to do to pimp your myspace. Change the color of your myspace background…

To change your background color, copy and paste this text into the about me section of your profile
<style type=”text/css”>
body { background: ffffff;}
</style>

ffffff represents what color you are making the background. To get the code for the color that you want, you can check out this color chooser tool: http://www.profilehtml.com/tools/color-chooser.htm

Now, to put in an image as your background picture,
copy and paste this:

<style>
body {
background-image:url(http://XXXXXXXX);
background-repeat:no-repeat;
}
</style>

Where the XXXXXX is the location of the image you want to make your background. if you need help figuring out what that is, I have that on one of my other myspace posts.

If you want the picture to repeat on the page, insert this:
<style>
body {
background-image:url(http://XXXXXXXX);
}
</style>

If you want the background image fixed in place when you scroll down, use this:
<style>
body {
background-image:url(http://XXXXXXXX);
background-attachment:fixed;
}
</style>

You are now programming in CSS! it’s a start. In order to change your myspace profile, you must use CSS language. its not too tough, just do it in pieces, and remember every beginning should have an end.

Insert image into myspace and in comments

14 Comments

My post on inserting a video into myspace has become very popular already. There is obviously a need for info on basic myspace pimping. I thought I should do another to help blog on that. How do I put a picture into myspace?

First you need to find the URL location of the image. Every picture you see on the internet has a location where the picture resides. You must get the address of the image. If you are having trouble getting the address, try right-clicking on the image and clicking properties, then copying the address from the box that pops up.

Now, place that address (URL) where the Xs are:
<img src=XXXXXXXX>

Will look like this
<img src=http://orlickenterprise.com/images/magik!.jpg>

Copy and paste that where you want the image to appear – in myspace or wherever.

Next step -> If you want people to get linked back to your site or another site when they click on your image, insert this code instead:
<a href=”XXXsite to link back toXXX”><img src=”XXX URL of imageXXX”></a>

How do I insert a video into myspace? as a comment?

7 Comments

I thought I would never do this. I was going to abandon it. This has been on my mind though. I have good information that I come across, that should be out there. I think this might work. this might just work….

My job lately has been creating myspace profiles, and maintaining them. someone wanted to comment a video in one of our profiles, but didnt know how. heres how(assuming you have a video)::
How do I insert a video into myspace?

1-upload it into a site like youtube…
2-view the video
C-on that page, there should be a box that says EMBED
D-click once on the area next to it , then copy it (right click, copy or CTL C)
f-paste this info into the section where would normally write a comment.

sites that host your video will almost always have a way to insert your video into wherever you want it to go. they want you to spread it too.:
If you find that there is some writing above or below your video which says: width=”300″ height=”150″
you will have to go into the code itself and do a little big of operating(don’t worry, its very easy) -> all you have to do is edit your comment and take out the code that looks like this ——-<object width=”300″ height=”150″>
——- then repost.

send a comment if you need any more help

now, also, for making profiles. If you dont pimp your profile, you are nobody. people wont respect you in the community. Myspace is getting these great video and picture slideshows – but you can only take in videos which are in the myspace system – not from other sources like youtube. Kudos anyhow for that.
For making cool backgrounds, and your boxes transparent or moderately opaque, here are some tools, I made today.
They are all clean now. if you do a search for them, they will always try to enter in their own ads into your myspace page. dont be violated. I havent sold out yet – so here is some very clean code for pimping your myspace. Be Safe.

For: transparent boxes – background image
<STYLE>
td, table, tr, span, li, p, div, textarea, DIV
{
background-color: transparent;
}
body
{
background-image: url(http://XXXXXXXXXX);
background-repeat: repeat;
}
</STYLE>

opaque boxes and a background image>>>>
<style type=”text/css”>
body {
background: url(http://XXXXXXXXXXXXXXXX);
}
</style>
<style type=”text/css”>
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
table table table {border:1px double; border-color: 000000; padding:1; background-color:FFFFFF; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;}
table table{border:0px}
table table table table{border:0px}
</style>


insert image with link
<a target=”_blank” href=”http://HERE IS WHERE YOU PASTE THE ADDRESS OF WHAT YOU WANT IT TO LINK TO”><img src=”http://PASTE THE ACTUAL IMAGE LOCATION HERE”></a><br>