Widget:TabbedCoins2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
C1ph4 (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
C1ph4 (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 9: | Zeile 9: | ||
s.type = "text/javascript"; | s.type = "text/javascript"; | ||
s.async = true; | s.async = true; | ||
var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=XMR,DASH,ZEC | var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=XMR,SOL,DASH,ZEC&tsyms=EUR,GOLD,USD,JPY'; | ||
s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; | s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; | ||
embedder.parentNode.appendChild(s); | embedder.parentNode.appendChild(s); | ||
})(); | })(); | ||
</script> | </script> | ||
Aktuelle Version vom 1. Mai 2025, 21:45 Uhr
<script type="text/javascript"> baseUrl = "https://widgets.cryptocompare.com/"; var scripts = document.getElementsByTagName("script"); var embedder = scripts[ scripts.length - 1 ]; (function (){ var appName = encodeURIComponent(window.location.hostname); if(appName==""){appName="local";} var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=XMR,SOL,DASH,ZEC&tsyms=EUR,GOLD,USD,JPY'; s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; embedder.parentNode.appendChild(s); })(); </script>