Magazine Côté Femmes

Hellocoton sur TypePad : Comment insérer le bouton "j'aime cet article"

Publié le 17 novembre 2010 par Princesse101

Hello coton

Pour insérer le bouton "J'aime cet article" de Hellocoton dans le pied de note sur TypePad, il faut aller dans Habillage > Contenu > Modules > Inclure votre propre html > et copier coller le code qui est dans la suite de note ci-dessous, puis valider :) 

Bien sûr, je n'ai pas trouvé ça toute seule, alors merci A Man :D

<script type="text/javascript">var MyBlogHome = "http://"+window.location.hostname+"/";var matchMyBlogHome = "/"+window.location.hostname+"/$/";var MyCurrentPage = window.location.href;var BlogLength = MyBlogHome.length;var MyCurrentPath = MyCurrentPage.substring(BlogLength-1);var MyMatchCat = /\/.+\/$/;var browser=navigator.appName;/* Pages d'archives et Index */if (MyCurrentPath.match(MyMatchCat) || window.location.href.match(matchMyBlogHome)){ if (browser=="Microsoft Internet Explorer"){ var EntriesContent = document.getElementsByTagName('div'); for (var i = 0, o; p = EntriesContent[i]; i++){         if(p.className.match(/entry$/i)) {         var myTitle = p.childNodes[0];          var myEntryId = p.id;            var myLink = myTitle.childNodes[0].href; var MyCoton = document.createElement('span'); MyCoton.setAttribute('class', 'entry-footer-hellocoton'); MyCoton.style.cssText = 'display:block;width:147px;height:26px;position:relative;padding:0 0 5px 0;border:10px 0px;margin:0;clear:both;'; MyCoton.innerHTML = '<a href="http://www.hellocoton.fr/vote?url='+ encodeURI(myLink) +'" style="display:block;width:121px;height:26px;position:absolute;top:0;left:0;"><img src="http://widget.hellocoton.fr/img/action-on.gif" border="0" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a><a href="http://www.hellocoton.fr" target="_blank" style="display:block;width:27px;height:26px;position:absolute;top:0;left:120px;"><img src="http://widget.hellocoton.fr/img/hellocoton.gif" border="0" alt="Rendez-vous sur Hellocoton !" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a>'; var MyEntry = document.getElementById(myEntryId); var MyEntryFooter = MyEntry.childNodes[2]; var MyEntryFooterShare = MyEntryFooter.childNodes[3]; MyEntryFooterShare.insertBefore(MyCoton,MyEntryFooterShare.firstChild);       }     }    }    else    { var EntriesContent = document.getElementsByTagName('div'); for (var i = 0, o; p = EntriesContent[i]; i++){         if(p.className.match(/entry$/i)) {         var myTitle = p.childNodes[1];          var myEntryId = p.id;            var myLink = myTitle.childNodes[0].href; var MyCoton = document.createElement('span'); MyCoton.setAttribute('class', 'entry-footer-hellocoton'); MyCoton.style.cssText = 'display:block;width:147px;height:26px;position:relative;padding:0 0 5px 0;border:10px 0px;margin:0;clear:both;'; MyCoton.innerHTML = '<a href="http://www.hellocoton.fr/vote?url='+ encodeURI(myLink) +'" style="display:block;width:121px;height:26px;position:absolute;top:0;left:0;"><img src="http://widget.hellocoton.fr/img/action-on.gif" border="0" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a><a href="http://www.hellocoton.fr" target="_blank" style="display:block;width:27px;height:26px;position:absolute;top:0;left:120px;"><img src="http://widget.hellocoton.fr/img/hellocoton.gif" border="0" alt="Rendez-vous sur Hellocoton !" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a>'; var MyEntry = document.getElementById(myEntryId); var MyEntryFooter = MyEntry.childNodes[5]; var MyEntryFooterShare = MyEntryFooter.childNodes[7]; MyEntryFooterShare.insertBefore(MyCoton,MyEntryFooterShare.firstChild);         }     }     }}        
/* Permalien */var MyMatchPost = /\/[0-9]{4}\/[0-9]{2}\/.+\.html$/;if (MyCurrentPath.match(MyMatchPost)){ if (browser=="Microsoft Internet Explorer"){ var NodeListe = document.getElementsByTagName('div')     for (var j = 0, o; q = NodeListe[j]; j++)     {         if(q.className.match(/entry$/i)) {          var myTitle = q.childNodes[0];          var myEntryId = q.id;   var MyCoton = document.createElement('span'); MyCoton.setAttribute('class', 'entry-footer-hellocoton'); MyCoton.style.cssText = 'display:block;width:147px;height:26px;position:relative;padding:0 0 5px 0;border:10px 0px;margin:0;clear:both;'; MyCoton.innerHTML = '<a href="http://www.hellocoton.fr/vote" style="display:block;width:121px;height:26px;position:absolute;top:0;left:0;"><img src="http://widget.hellocoton.fr/img/action-on.gif" border="0" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a><a href="http://www.hellocoton.fr" target="_blank" style="display:block;width:27px;height:26px;position:absolute;top:0;left:120px;"><img src="http://widget.hellocoton.fr/img/hellocoton.gif" border="0" alt="Rendez-vous sur Hellocoton !" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a>'; var MyEntry = document.getElementById(myEntryId); var MyEntryFooter = MyEntry.childNodes[2]; var MyEntryFooterShare = MyEntryFooter.childNodes[3]; MyEntryFooterShare.insertBefore(MyCoton,MyEntryFooterShare.firstChild);         }     } } else {var NodeListe = document.getElementsByTagName('div')     for (var j = 0, o; q = NodeListe[j]; j++)     {         if(q.className.match(/entry$/i)) {          var myTitle = q.childNodes[1];          var myEntryId = q.id;   var MyCoton = document.createElement('span'); MyCoton.setAttribute('class', 'entry-footer-hellocoton'); MyCoton.style.cssText = 'display:block;width:147px;height:26px;position:relative;padding:0 0 5px 0;border:10px 0px;margin:0;clear:both;'; MyCoton.innerHTML = '<a href="http://www.hellocoton.fr/vote" style="display:block;width:121px;height:26px;position:absolute;top:0;left:0;"><img src="http://widget.hellocoton.fr/img/action-on.gif" border="0" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a><a href="http://www.hellocoton.fr" target="_blank" style="display:block;width:27px;height:26px;position:absolute;top:0;left:120px;"><img src="http://widget.hellocoton.fr/img/hellocoton.gif" border="0" alt="Rendez-vous sur Hellocoton !" style="background:transparent;padding:0;border:0;margin:0;float:none;" /></a>'; var MyEntry = document.getElementById(myEntryId); var MyEntryFooter = MyEntry.childNodes[5]; var MyEntryFooterShare = MyEntryFooter.childNodes[7]; MyEntryFooterShare.insertBefore(MyCoton,MyEntryFooterShare.firstChild);         }     } }
}
</script>


Retour à La Une de Logo Paperblog

A propos de l’auteur


Princesse101 1302 partages Voir son profil
Voir son blog

l'auteur n'a pas encore renseigné son compte l'auteur n'a pas encore renseigné son compte

Dossier Paperblog