Difference between revisions of "Using Second Life URLs (SLurls)"

From Second Life Wiki
Jump to navigation Jump to search
m (Text replace - '{{KBmaster}}' to '<noinclude>{{KBmaster}}</noinclude>')
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{KBmaster}}</noinclude>
{{#widget:Redirect|url=/t5/English-Knowledge-Base/Landmarks-and-SLurls/ta-p/700123}}
{{Navbox/Controls}}
{{:API Portal/navigation}}
 
== What is a SLurl? ==
You can't get to a webpage without knowing its URL (Uniform Resource Locator), commonly called a "link". Just like your web browser has bookmarks, in Second Life, we have landmarks. Since our virtual world is three-dimensional, landmarks contain a Region name and 3 positioning coordinates ''within'' that region. But what happens '''when you want to share a landmark outside of Second Life to promote your home, business, or other place?'''
 
'''A Second Life [http://en.wikipedia.org/wiki/URL URL] ([http://SLurl.com SLurl]) is a teleport link to a location in Second Life.'''
 
If you have Second Life installed, using a SLurl will automatically transport you to that location inworld. If you don't yet have Second Life, just click the [http://secondlife.com/join '''SIGN UP''' link] to go to a simple registration page. After registering and downloading the Second Life Viewer, you'll automatically start at the specified location. Watch this fun video tour to understand more:
 
{{KBvideo|1747404}}
 
The '''[http://maps.secondlife.com maps.secondlife.com]''' and '''[http://SLurl.com SLurl.com]''' websites are implemented using the Second Life [[Map API]]. If you have a website, you can use it as well to embed Second Life maps on your pages, in the same way you can embed [http://maps.google.com/ Google Maps].
 
== How it works ==
 
Use a SLurl to direct people to inworld locations like this:
 
# Create a SLurl, either using [http://SLurl.com/build.php SLurl Builder], or "manually."
# Share the SLurl with a person who you want to tell about something in Second Life.
# They click the SLurl. It's a web link like any other.
# They'll see a http://SLurl.com page and more info, if you provided it. Like this:
#: [[Image:SLURL-Here-example.png|640px]]
 
=== If the person doesn't have Second Life ===
 
The page at http://www.SLurl.com will display a link to [http://join.secondlife.com/ SIGN UP NOW for free].
From the sign-up up page, they can quickly register, download the Second Life Viewer, and log in.  '''When they first log in, they will initially arrive at the destination specified by the SLurl''', not the default start location on [[Welcome Island]].  A quick tutorial will open upon their initial arrival to help them get started.
 
Providing new users the ability to sign up for Second Life directly from http://www.SLurl.com is sometimes referred to as "Direct SLurl".  For more information, see the [http://blog.secondlife.com/2008/09/18/getting-a-second-life-just-got-easier-with-direct-SLurl/ announcement of Direct SLurl].
 
=== If the person has Second Life ===
 
If the Second Life Viewer is not already running, it'll start.
 
# When they log in, they'll be at the location specified by the SLurl.
# If they're already logged in, a Place Information window opens in the Second Life Viewer:
#: [[Image:SLURL-Place-Information.png|640px]]
# When they click the '''Teleport''' button in this window, they'll be instantly teleported to the location specified by the SLurl.  Alternatively, they can click '''Show on Map''' to display the target location on the inworld map, or close the window if they don't want to be teleported.
 
=== Details ===
 
'''On Windows, a SLurl opens the most recently installed Viewer.'''
 
There isn't an immediate way to change which Viewer launches SLurls, so if you have the current released Viewer ''and'' a [[Release Candidate]], whichever was installed most recently will start. You can change this by reinstalling the Viewer.
 
Every SLurl page's SLurl title and Teleport Now button link to a "<code><nowiki>secondlife://</nowiki></code>" address, which is an [http://en.wikipedia.org/wiki/URI_scheme URI scheme] which opens Second Life. This is different from the familiar "<code>http://</code>" used for webpages.
 
{{KBtip|The reason why it's advantageous to post "<code>http://</code>" SLurls instead of direct "<code><nowiki>secondlife://</nowiki></code>" addresses in webpages is for the '''benefit of people who ''don't'' have Second Life yet'''. Giving them the latter ''doesn't'' work, since it depends on SL being installed. A SLurl serves as a friendly intro to tell them about Second Life as-needed and where they'll be going.}}
 
== Constructing SLurls ==
 
The basic format for a SLurl is:
 
<nowiki>http://SLurl.com/secondlife/<region>/<x>/<y>/<z>?param=value&param=value...</nowiki>
 
Where:
* <code><region></code> is the name of the destination Region
* <code><x></code> and <code><y></code> are the east/west and north/south coordinates of the destination; <code><z></code> is the vertical (height) coordinate.
* The <code>?</code> and the parameters that follow it are optional and provide additional information to be displayed in the SLurl.com page; see [[#Query string parameters|Query string parameters]] for more information.
 
=== Making beautiful SLurls ===
 
The first step to making beautiful SLurls is adding explanatory text and a picture to '''give it more context and information'''.
 
For example, say you've got an island in Second Life you want to invite people to. This base URL works:
 
http://SLurl.com/secondlife/Here/54/105/47
 
But it tells nothing about the destination. Compare this to the following:
 
http://SLurl.com/secondlife/Here/54/105/47/?title=An%20island%20of%20fun%21
 
Click on the link to to see that it provides more descriptive information.
 
'''[http://SLurl.com/build.php Use SLurlBuilder] to easily make beautiful SLurls.'''
 
=== Query string parameters ===
 
Supply SLurl query string parameters to set the window title, image, and text. Parameters are just '''name=value''' pairs. Just like a standard URL, precede the first parameter pair with a question mark (<code>?</code>), and all subsequent parameter pairs with an ampersand (<code>&</code>).
 
{| border="1" cellspacing="0" cellpadding="3" rules="all" class="apitable"
|- bgcolor="#A7C1F2"
!valign="top"| Parameter
!valign="top"| Description
!valign="top"| Example
 
|--
|title
|Title text to display in the teleport window.
|To specify the window title "Come to My Island!" use <br>
'''title=Come%20To%20My%20Island'''
<br>For example: http://SLurl.com/secondlife/Ahern/50/50/50/?title=Come%20To%20My%20Island
 
|--
|img
|URL of image to display in teleport window.  Must be a complete (absolute) URL, and preferably a small image of 256x256 pixels or less.
|To display this example image, use <br>
'''<nowiki>img=http://SLurl.com/examples/forsale.png</nowiki>'''<br>
For example: http://SLurl.com/secondlife/Ahern/50/50/50/?img=http://SLurl.com/examples/forsale.png
 
|-
|msg
|Message text to display in the teleport window
|To specify the message text "Your text here", use <br>
'''msg=Your%20text%20here''' <br>
For example: http://SLurl.com/secondlife/Ahern/50/50/50/?msg=Your%20text%20here.
 
|}
 
=== Shortening SLurls ===
 
SLurls, especially if they have text and a picture included ([http://SLurl.com/secondlife/Here/54/105/47/?img=http%3A//torley.s3.amazonaws.com/SLurlexample.jpg&title=SLurl%20TITLE%20-%20Here%20island%20%28you%20can%20click%20this%20to%20teleport%29&msg=SLurl%20DESCRIPTION%20-%20Here%20we%20are%2C%20standing%20on%20giant%20letters%21%20Come%20explore%21 see example]), can get quite lengthy. This makes them difficult to paste into places like emails, which may have line breaks that mangle the SLurl. Plus, they look unsightly!
 
You can use a 3rd-party URL-shortening service to '''condense a SLurl and make it easier to share'''. There are dozens of these out there, including:
 
* '''[http://bit.ly bit.ly]''' - Twitter's default, one of the most popular. Has stats-tracking.
* '''[http://snurl.com Snurl]''' - No relation to SLurl.
* '''[http://tinyurl.com TinyURL]''' - One of the first.
 
If you have a webserver with a customizable [http://en.wikipedia.org/wiki/HTTP_status_code#3xx_Redirection redirect], you can do something similar.
 
== Further information ==
* '''[http://blogs.secondlife.com/community/community/tnt/blog/2009/10/08/whats-a-SLurl-and-why-you-should-care What's a SLurl? ... and why you should care]''' - 2009-10-08 post from [http://secondlife.com/tnt Second Life Tips & Tricks].
* '''[[Changing your login location]]'''
* '''[[Video_Tutorial/Teleport_location_history|Teleport_location_history]]''' - Video tutorial.
* '''[http://blogs.secondlife.com/community/features/blog/2008/02/21/tip-of-the-week-23-using-SLurls-for-easy-travel Using SLurls for easy travel]''' 2008-02-21 blog post and older video tutorial.
* '''[[Template:SLurl]]''' - Need to add SLurls to a wiki page here? This will help!
* '''[http://www.xstreetsl.com/modules.php?name=Marketplace&file=item&ItemID=136080 SLurlblogger]''' - Useful tool by Ordinal Malaprop which "can send notes with SLurls to email, or directly to a blog".
 
[[Category:SLurl]]

Latest revision as of 14:01, 19 March 2012

Redirecting to http://community.secondlife.com/t5/English-Knowledge-Base/Landmarks-and-SLurls/ta-p/700123