LinkMe & 25Me

Last updated: April 28th, 2020

Intro

With LinkMe & 25Me - focused on social media networks - you can take full advantage of the link in your profile and put yourself in the spotlight.

The default-URL for 25Me is: https://me.25space.com/?i=0000
The default-URL for LinkMe is: https://me.25space.com/l/?i=0000

Below you will learn how to connect your domain to this service.

25Me or LinkMe?
Both services and websites are closely connected and are activated simultaneously. 25Me is an info website as a "business card" with general information about you. LinkMe is an application to make better use of the single link, especially in Instagram. Learn more on the product website and see the demos.

Product website

Private URL

Description

The following instructions offer a way to change the default URL into a personal one. This will redirect you from your site to our systems.

Requirements

You must be able to edit the desired file/website (preferably index.php) and insert PHP code there.
In addition, your host/system must enable/allow the execution of PHP code.

We use the variable "meid" by default, which therefore must not be used by other systems or applications on your website. However, people with experience can change this variable.

No further settings are necessary for this, the code is immediately functional.
Please note: the forwarding or use of the short links is not reduced to your personal short links. It is possible to call up any existing short link (as far as the ID is known) via this URL.

Examples

Possibilities how an individual URL can look like. The following example uses the domain "25space.com".
The following URLs are only an example and not technically functional.

  • https://25space.com/?i=00
  • https://25space.com/me.php?i=00
  • https://25space.com/subpage/?i=00
  • https://subdomain.25space.com/?i=00
  • ...

Forwarding

One additional way to use your own domain is to create a simply HTTP forwarding to your LinkMe URL.
Like: https://me.mydomain.com

Please store these settings with your domain administrator or on your website.

Code - 25Me

Insert the following code into the file/page as described above.


<?php
// 25Space.com 25Me
// Individual URL v1.0 / 25space.com/me
$meid = $_GET['i'];		
if ($meid == ""){
	//stayonwebsite
} else {
	echo "<meta http-equiv=\"refresh\" content=\"0; URL=https://me.25space.com/?i=$meid\" />";						
}							
?>
										

Code - LinkMe

Insert the following code into the file/page as described above.


<?php
// 25Space.com LinkMe
// Individual URL v1.0 / 25space.com/me
$meid = $_GET['i'];		
if ($meid == ""){
	//stayonwebsite
} else {
	echo "<meta http-equiv=\"refresh\" content=\"0; URL=https://me.25space.com/l/?i=$meid\" />";						
}							
?>
										

Code - Full-Page

Insert the following code into the desired file/page as described above.
Below you will find an example with a full html page.


<html>
	<head>
	<title>This is a 25Me page</title>
	</head>
	<body>
		<h1>Welcome to my test website!</h1>
		<p>Here is some cool stuff.</p>
		
		**INSERT THE CODE HERE**
		
	</body>
</html>
										

















Do you like cloud technology and services?

25Space.com Cloud

25Space.com - Universal Cloud Platform.

Discover the 25Space.com cloud, universal products for businesses, developers and startups. Web hosting, infrastructure and services. Central platform management and administration, connection to Azure, AWS and other services.
Start today with a permanent free basic account.

[TIP]: Please also pay attention to our free offers like URL Shortner or Welcome View. Now for you available.

Sign Up for free