Jump to content

Problema al meter Addthis bar


FranNE

Recommended Posts

Hola, estoy intentado meter un código de Addthis Bar en mi web en este caso en el Header.tpl dentro de mi tema. Cuando lo meto me da error 500. Sin embargo si lo quito vuelve a funcionar. Alguien sabe el porque? Alguno lo ha metido en su web?

Hola, si estas metiendo algún código js, mételo entre

 

{literal}codigo js{/literal}

 

¿Que estas intentando introducir físicamente en el fichero?

Link to comment
Share on other sites

Nada, tengo que borrar el codigo si no no me carga la web. Te dejo el codigo que estoy intentado meter en Theme/header.tpl

 

<script type='text/javascript'>

addthis.bar.initialize({'default':{

"backgroundColor": "#000000",

"buttonColor": "#098DF4",

"textColor": "#FFFFFF",

"buttonTextColor": "#FFFFFF"

},rules:[

{

"name": "AnyOther",

"message": "Si te gusta esta página nos haces un favor ? :)",

"action": {

"type": "button",

"text": "Comparte",

"verb": "share",

"service": "preferred"

}

},

{

"name": "Twitter",

"match": {

"referringService": "twitter"

},

"message": "If you find this page helpful:",

"action": {

"type": "button",

"text": "Tweet it!",

"verb": "share",

"service": "twitter"

}

},

{

"name": "Facebook",

"match": {

"referringService": "facebook"

},

"message": "Tell your friends about us:",

"action": {

"type": "button",

"text": "Share on Facebook",

"verb": "share",

"service": "facebook"

}

},

{

"name": "Google",

"match": {

"referrer": "google.com"

},

"message": "If you like this page, let Google know:",

"action": {

"type": "button",

"text": "+1",

"verb": "share",

"service": "google_plusone_share"

}

}

]});

</script>

<!-- AddThis Welcome END -->

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...