class dcDiggLike
{
function dcSubmitToDigg ($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://digg.com/submit?phase=3&'.
'url=' . urlencode($url) .'&'.
';title=' . urlencode($title)
);
}
}
}
function dcSubmitToDelicious ($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://del.icio.us/post?v=2&'.
'url=' . urlencode($url) .
';title=' . urlencode($title)
);
}
}
}
// fonction par NiKo http://www.prendreuncafe.com
// modifier par Tibo
function dcSubmitToBlogmarks($img=1,$txt=' Blogmark it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
$summary = $GLOBALS['news']->getChapo() != "" ? strip_tags($GLOBALS['news']->getChapo()) : strip_tags($GLOBALS['news']->getContent());
$tN = array("\r", "\n", "\t");
$tR = array("", " ", "");
$summary = str_replace($tN, $tR, $summary);
while (ereg(" ", $summary)) $summary = str_replace(" ", " ", $summary);
$summary = substr(chop($summary), 0, 255) . '...';
$tags = $GLOBALS['news']->f('cat_libelle');
$via = getenv('HTTP_REFERER');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
$summary = utf8_encode($summary);
$tags = utf8_encode($tags);
$via = utf8_encode($via);
}
echo sprintf (
$s, 'http://www.blogmarks.net/my/new.php?'.
'title=' . urlencode($title) . '&'.
'summary=' . urlencode($summary) .'&'.
'url=' . urlencode($url) . '&'.
'via=' . urlencode($via) . '&'.
'tags=' . urlencode($tags)
);
}
}
}
function dcSubmitToBookeet($img=1,$txt=' Bookeet it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
$summary = $GLOBALS['news']->getChapo() != "" ? strip_tags($GLOBALS['news']->getChapo()) : strip_tags($GLOBALS['news']->getContent());
$tN = array("\r", "\n", "\t");
$tR = array("", " ", "");
$summary = str_replace($tN, $tR, $summary);
while (ereg(" ", $summary)) $summary = str_replace(" ", " ", $summary);
$summary = substr(chop($summary), 0, 255) . '...';
$tags = $GLOBALS['news']->f('cat_libelle');
$via = getenv('HTTP_REFERER');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
$summary = utf8_encode($summary);
$tags = utf8_encode($tags);
$via = utf8_encode($via);
}
echo sprintf (
$s, 'http://www.bookeet.com/post.php?'.
'title=' . urlencode($title) . '&'.
'url=' . urlencode($url) . '&'.
'root=Dotclear'
);
}
}
}
function dcSubmitToTechnorati($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://technorati.com/faves?'.
'add=' . urlencode($url)
);
}
}
}
function dcSubmitToScoopeo($img=1,$txt=' Scoop it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.scoopeo.com/scoop/new?'.
'newurl=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToFuzz($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.fuzz.fr/?nws_article?'.
'link=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToTapemoi($img=1,$txt=' Tape Moi! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.tapemoi.com/submit.php?'.
'lien=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToAllactu($img=1,$txt=' AllActuer Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.allactu.com/submit.php?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToNuouz($img=1,$txt=' Nuouz Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.nuouz.com/addNews.aspx?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
// Merci ŕ Franck
//http://www.generationmp3.com/ohmypod
function dcSubmitToMemes($img=1,$txt=' Memes Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.blogmemes.net/fr/post.php?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToPioche($img=1,$txt=' Pioche Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.pioche.fr/submit_news.php?'.
'newurl=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/wwwroot/blog2-enki/wwwroot/ecrire/tools/dcdiggLikeIt/functions.php:1) in /home/wwwroot/blog2-enki/wwwroot/index.php on line 47
404 ou vie de m... ? - Enkilt - le blog d'entreprise de Enki Technologies
404 ou vie de m... ?
Par Jean-Baptiste,
à 10:49 dans 404, Coup de cĹ“ur, Humour, Insolite, Sur le net
Notre saga du 404 not found! continue. Nous vous avions déjà parlé des différents moyens de
personnaliser sa page de 404 pour en faire un vrai outil de communication.
C'est une stratégie marketing bien connue. Quand on a une faiblesse, mieux vaut communiquer dessus pour en faire une force. Orangina a été un des pionniers en la matière. Son célèbre slogan 'Secouez moi !' avait pour but de répondre à ses détracteurs qui lui reprochait d'avoir du dépôt dans ses bouteilles !
Arriver sur une page 404 et toujours quelque chose de déceptif, alors pourquoi ne pas en profiter pour faire un message fort.
Je viens de tomber sur la page 404 du site
Vie de merde. Ils y vont fort, mais cela fonctionne !

Trackbacks
Aucun trackback.
Les trackbacks pour ce billet sont fermés.
Enki+
CLIENT DU MOIS : ITG
Nous comptons parmi nos clients le Groupe ITG (Institut du Temps Géré), leader français du portage salarial, que nous accompagnons dans sa stratégie de création de trafic sur Internet. Quelques questions posées à Martine Alves, responsable de la communication.
Qu'est-ce que le portage salarial ?
C'est une démarche permettant à un professionnel de développer son activité de prestations intellectuelles en toute autonomie comme le ferait un indépendant tout en confiant le traitement administratif, juridique, social et comptable lié à son activité à une société de portage comme ITG.
Lire la suite de l'interview consacrée au portage salarial.
REVUE DE PRESSE
L'objectif du projet Treasures est de créer une plate-forme VoD en 5 langues portant sur les films d'archives de 38 pays en vue de favoriser l'accès du grand public à ce véritable patrimoine européen.
MEDIA: Comment envisagez-vous les développements futurs (lancement, rendez-vous important...)?
S. Bromberg: Avec appétit et un petit peu d'angoisse. C'est notre premier projet européen de cette ampleur, même si nous avons dans le passé fait la première restauration internationale d'un film mêlant quinze pays différents. Je sais que les premiers jours seront déterminants, car il va falloir mener de front le développement de l'architecture du site (en liaison avec notre partenaire Enki Technologies) et la collecte-restauration des oeuvres. J'espère que les archives participantes nous enverront très vite leur matériel. Mais mon optimisme est à la hauteur de l'enthousiasme soulevé par le projet, et je veux remercier les Archives européennes pour avoir toutes suivi notre idée sans réserve.
MEDIA N°53 janvier 2008
CLIENT DU MOIS : LOBSTER FILMS
Il y a deux ans, Lobster Films a initié un projet d'envergure intitulé "Trésors des Archives Européennes".
Qui dit "Trésors" dit sélection de ce qu'il y a de meilleur.
Lobster Films a trouvé son alter ego chez Enki Technologies, qui
depuis un an l'accompagne dans le montage du projet.
La VoD est le meilleur vecteur pour la diffusion des "Trésors".
Internet constitue un véritable espace fédérateur tourné, non seulement vers l'Europe mais aussi vers le monde entier, il
correspond en tous points à la volonté de Lobster Films de toucher le plus large public possible.
Enki est l'architecte de la plate-forme technique, de la stratégie de référencement et de la promotion on line.
Sur le plan opérationnel Enki assurera la conception et la réalisation du site, l'hébergement et le webmarketing.
ENKI TECHNOLOGIESBienvenue sur notre site Version Off ! Vous y trouverez : des interventions techniques et marketing de nos experts, mais également des billets plus légers révélateurs de l'ambiance interne. Convaincu ? Envoyez-nous votre CV ou interrogez-nous pour un devis !
Commentaires
1. Le jeudi 19 novembre 2009 à 13:17, par Trikapalanet
2. Le mercredi 2 dĂ©cembre 2009 à 14:44, par Externalisation
Ajouter un commentaire