La forma más rápida de promover nuestro web site es a través de las redes sociales como Facebook,Twitter, Buzz entre otros. Entonces es recomendable crear los enlaces para que nuestros visitantes puedan agregarlo directamente a su red o marcador social favorito.
URLs para Redes Sociales
Lo primero es conocer el formato de las URLs de las diferentes redes sociales, hay gran cantidad de estos servicios pero solo utilizaremos las mas utilizadas. El siguiente listado presenta los formatos deenlaces en donde URL es el enlace de la página que deseamos compartir y TITLE es el titulo que deseamos asignar al enlace que vamos a compartir.
- Delicious: http://delicious.com/save?v=5&url=URL&title=TITLE
- Digg: http://digg.com/submit?url=URL&title=TITLE
- Facebook: http://www.facebook.com/sharer.php?u=URL&t=TITLE
- Technorati: http://technorati.com/faves?add=URL&title=TITLE
- Twitter: http://twitter.com/home?status=TITLE – URL
- Meneame: http://meneame.net/submit.php?urlURL
- Reddit: http://reddit.com/submit?url=URL&title=TITLE
- StumbleUpon: http://www.stumbleupon.com/submit?url=URL&title=TITLE
- Google Buzz: http://www.google.com/reader/link?url=URL&title=TITLE
Estos urls los podemos crear manualmente o con nuestro lenguaje de programación favorito para darle a nuestro web mayor interactividad.
Clase para Crear links a Redes Sociales
Con la información de los formatos de URLs decidimos crear una clase para facilitar la creación de estos enlaces. Esta clase la hemos llamado SocialClass que recibe cuatro parámetros: el url, titulo, target y tipo de resultado
-
// File: socialclass.php
-
// Web: http://blog.unijimpe.net
-
// Date: 13/03/2010
-
class SocialClass {
-
var $url;
-
var $title;
-
var $target;
-
var $type;
-
function SocialClass($_url, $_title, $_target = «», $_type = «link») {
-
$this->url = urlencode($_url);
-
$this->title = urlencode($_title);
-
$this->setTarget($_target);
-
$this->setType($_type);
-
}
-
function setTarget($_target) {
-
if ($_target != «») {
-
$this->target = » target=\»».$_target.»\»»;
-
}
-
}
-
function setType($_type) {
-
$this->type = $_type;
-
}
-
function write($path, $label = «») {
-
if ($this->type == «link») {
-
return «<a href=\»».$path.»\»».$this->target.»>».$label.»</a>»;
-
} else {
-
return $path;
-
}
-
}
-
function delicious($label = «Delicious») {
-
$path = «http://delicious.com/save?v=5&url=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
function digg($label = «Digg») {
-
$path = «http://digg.com/submit?url=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
function facebook($label = «Facebook») {
-
$path = «http://www.facebook.com/sharer.php?u=».$this->url.»&t=».$this->title;
-
return $this->write($path, $label);
-
}
-
function technorati($label = «Technorati») {
-
$path = «http://technorati.com/faves?add=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
function twitter($label = «Twitter») {
-
$path = «http://twitter.com/home?status=».$this->title.» – «.$this->url;
-
return $this->write($path, $label);
-
}
-
function meneame($label = «Meneame») {
-
$path = «http://meneame.net/submit.php?url=».$this->url;
-
return $this->write($path, $label);
-
}
-
function reddit($label = «Reddit») {
-
$path = «http://reddit.com/submit?url=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
function stumbleupon($label = «StumbleUpon») {
-
$path = «http://www.stumbleupon.com/submit?url=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
function buzz($label = «Google Buzz») {
-
$path = «http://www.google.com/reader/link?url=».$this->url.»&title=».$this->title;
-
return $this->write($path, $label);
-
}
-
}
Para utilizar la clase primero incluimos el archivo y luego inicializamos el elemento con cuatro parámetros, en donde los dos primeros son necesarios y los dos últimos son opcionales:
-
$social = new SocialClass($url, $title, $target, $type);
- $url: es el enlace de la página que deseamos compartir.
- $title: es el título a mostrarse con el enlace a compartir.
- $target: el target del enlace, por defecto se abre en la misma ventana.
- $type: es el tipo de resultado (link o url) por defecto el tipo es link.
PD: Una disculpa por los fragmentos del código he tenido algo de problemas con el plugi pero eso lo resolveré en los próximos días
LG
Dell LCD
Fujitsu Siemens 19P2
Dell 20 inch