How do I insert a video into facebook?

11 Comments

Heres a question that has totally been under the radar:
How do I put a video onto facebook?

The book barely mentions this, but it is possible! Heres how you do it:

First things first, you must have the video already hosted by another website. So this means they are basically giving in to what the people want (post videos on their profile), rather than inspiring creativity like myspace might be doing by hosting their own videos. thats fine. I just wanted to point that out. maybe its better this way. its very clean here.

click on Posted Items on the left side
Now, you copy the URL of the video you want to insert into your profile.
paste that link into the Post a Link field on the right.

It will now appear on the Posted Items or Mini-feed section on your profile

These videos actually work well and look great on the site. kudos to facebook for making it simple like this.

also, I hear there are sites that have a button to “share on facebook” where you can share straight from their site. they use the word “partner” in the description, so that makes it sound boring. But look out for that.

You can press the share button to send the video to your friends too

also, they made a bookmarklet function. you install it by dragging the icon to your bar ( which is pretty cool actually ). I haven’t done it because I dont want any more crap on my machine. but this is just another option with this share function.

The other blog listing

How to resize videos in myspace (or any other site)

18 Comments

How do make the videos that I put in my myspace profile smaller? or bigger?
How do I resize videos?

Heres the solution:
you  embed your videos as usual in your myspace

Now, you go to the code which contains the code for the embedded video. In that area, look for the code which says something like: height=”###” width=”###” – it should be near the beginning.

This is the code which tells myspace (or any other site) the dimensions for your video.

Now, take those numbers and change them larger or smaller – but keep the same ratio.
For example, the  youtube videos will have a width and height of 425 and 350
You want to adjust these so that the ratio of width to height is the same, however you adjust it. In this example, if you want to make it half as big, you would make the new W = 212 and H=175.
if you want to make it twice as big, you would make the width 850 and the height 700.

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 put a link into myspace comments? or put a URL link anywhere?

31 Comments

MYSPACE CHANGED THEIR CODES SO THAT LINKS NOW GO THROUGH THEIR SITE. This is supposed to protect you from spammers or other malicious individuals, but I think it just reduces your accountability on the internet. People should be able to see the link they are clicking on….
That being said..

There are no stupid questions, only stupid people. I can see how people come about my blog page, by what searches. There has been a number which came about by the search “how do I put URL into myspace?” which I interpret as people wanting to know how to put in a link on a myspace comment or any other site.

IF YOU WANT TO COPY AND PASTE THE CODE, CLICK THIS LINK

BELOW IS A VISUAL EXAMPLE ONLY. WordPress messes up the quotes and this will not work unless you replace the quotes.

<a href=”http://orlickenterprise.com”>my site</a>
will give us: my site

If you want the link to open in a New Window – this is nice, you probably do…
<a href=”http://WEBSITE URL” target=”_blank”>TEXT TO DISPLAY</a>
Which will yield:
my other site

you can use that code on most social networking sites (myspace, not facebook). its html.

A trick I have been doing is that all the code I frequently use to write comments on profiles and blogs I put in a notepad file on my desktop for easy access. In that file, I have some numbers I have to enter frequently like some long PIN numbers and also the code for inserting a picture and the code for linking.
It is code, and it is fickle. You won’t leave room for mistakes if you cut and paste from your notepad file. And its quick!