Das mal als HTML Datei Speichern und testen ist SteemJS
Einfach die URL ändern
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns="http://www.w3.org/1999/xhtml">
< head>
< script src="https://cdn.steemjs.com/lib/latest/steem.min.js">
< /head>
< body>
< script>
steem.api.setOptions({ url: 'https://api.steemit.com' });
steem.api.getState("deutsch/@double-u/2018-woche-40-ohne-zusammenhang-without-any-context-deutsch-english", function(err, result) {
console.log(err, result);
});
< /script>
< /body>
< /html>
du musst die Leerstellen nach den < löschen!
Das ganze im Chrome Rechtsklick auf Untersuchen und auf Console und du siehst den Josnstring HI
Du kannst Quellcode mit Markdown auch ganz einfach mit
~~~
[ code ]
~~~
darstellen. Damit kannst du jeden Code einfach hier einfügen und auch das Einrücken (zumindest mit Leerzeichen) funktioniert problemlos so:
LG, Chiller
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi Cool Danke, ich hatte es mit html versucht wollte einfach nicht!!!!!!!!!!!!
Und Steemit selbst will auch kein CSS annehmen hi,
dachte erst ich mach es als IMG aber da hätte er noch mehr tippen müssen
Dickes Danke dir!!!!!!!!!
LG enno
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Oh, bin grad nur noch am Handy Richtung Arbeit, werd das mal verdauen... bis später.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ich benutze steemJS und Chrome -> Console sehr gern um
A zu sehen wie der JOSN String aussieht und
B zum Abgleich der Daten
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
GetState gibt dir den Artikel, die Kommentatoren, alle Kommentare und die Votes zurück auf die Kommentare
Achtung der Artikel (Hauptpost) ist in der Liste auch mit drin!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Schätze die Funktion hätt ich gebraucht. Hab´s grad nicht im Kopf welchen Aufruf ich mache, jedenfalls liefert das Teil nur die Kommentare der ersten Ebene. Die anderen gehe ich dann rekursiv durch - drum dauert das wahrscheinlich so lang. Bin zumindest schon mal zufrieden, zumindest ein klein wenig Schimmer von der Sache zu bekommen. Wie gesagt, ich schau die Woche mal weiter.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
GRINS, get_Content hast du genommen, genau das hab ich am Anfang auch gemacht, bis mir @steemchiller die get_State gegeben hat.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Lege dir mal nen Account bei MEGA (https://mega.nz/) zu,
kostet nichts
Da kann ich dir meine HTML Datei rüber schieben.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wieder mal danke Enno, schau ich mir die Woche mal an.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
vielen dank Enno! Ich probiere da mal rum wenn ich Zwit habe. :-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit