How to add a widget?
I want to put this widget on my forum:
But not the forum in which file should I put the script, try it on and made default_master.tpl bonk, this is the code I want to add:
<script id="_waugf6">var _wau = _wau || []; _wau.push(["tab", "maussx4bwnm3", "gf6", "left-middle"]); (function() {var s=document.createElement("script"); s.async=true; s.src="http://widgets.amung.us/tab.js"; document.getElementsByTagName("head")[0].appendChild(s); })();</script>
The code is on this page: http://whos.amung.us/showcase/
Can you?
Thanks
ORIGINAL:
Quiero poner este widget en mi foro: (FOTO)
Pero no se en que archivo del foro debo colocar el script, lo intente en el default_master.tpl e hizo bonk, este es el codigo que quiero agregar: (CODIGO)
El codigo es de esta pagina:http://whos.amung.us/showcase/
¿se puede?
Gracias.
Comments
Podrías usar otro tema que no use tpl y que use php en vez, y asi es mas fácil . Pero creo que si metes el codigo en el global.js . Y luego ajustar donde sale usando css. No estoy segura ...por eso no me gusta usar temas con tpl pero ya estoy aprendiendo . El tpl es un framework que usa Smarty y atravez de Smarty se pueden meter las cosas. Checa el folder lib/vendors/Smarty plugins , ahi hay varias funciones que puedes copiar o adaptar a lo que necesitas.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Guau,,, excelente, entonces me fijare. Lo que pasa es que este tema llamado Danca que usa tpl me gusta muchísimo ademas que lo he venido manipulando, voy a estudiar los puntos que me indicaste. Muchísimas gracias.
there are several ways to do this. Simplest way if you are non technical is to insert it using the pockets plugin.
you can also put in in you themes default.master template
if using smarty put
you can also use themehooks/plugins, but that is more advanced.
grep is your friend.