🥼Time Experiment
The .time experiment and Inscription #16,788,432 have introduced a revolutionary change.
The implications are ground-breaking:
// Marketplace Visualiser Integration example
<!--
https://ordinals.com/content/...
contains the textStandard:
"standard.text"
-->
// HTML VISUALIZER
<!-- Invisible field for the textStandard -->
<input id="textStandard" type="hidden">
<!-- Visualizer Inscription submitted by the creator -->
<script src="/content/..."></script>
// YOUR WEBSITE
<!---------------------------------------------------->
<!-- THIS SCRIPT IS AN EXAMPLE FOR YOUR MARKETPLACE /WEBSITE/WALLET -->
<!-- textStandard === ordinals.com/content/..... -->
<script>
window.onload = function () {
fetch('https://ordinals.com/content/.....')
.then(response => response.text())
.then(data => {
let text = data.split(".")[0];
document.getElementById('textStandard').value = text;
})
.catch((error) => {
console.error('Error:', error);
});
}
</script>
<!---------------------------------------------------->
<!--
Marketplaces have the capability to consume the text content of the standard
in the given decoder or visualizer inscription.
This flexibility allows a simple text inscription to be displayed
as an image, GIF, or any other form of media.
-->
EXAMPLE with 0.TIME



Simply assign 'textStandard' to xxxxx.time

Last updated
