Object type: HTML - Waiviogit/waivio GitHub Wiki

Object type: HTML. Creating site or landing page using HTML, CSS, JS.

Code: a field for inserting code. In the new Code tab, clicking Edit will open a full-page editor where the entire code can be inserted.

image image

Position field

Set the display area size for the code (columns, similar to the Widget object or Form field).

Position: Middle Middle + Right Entire Width

image image

Volumes

If the HTML exceeds 65 KB, the site will be sent in multiple volumes—up to 10 volumes, each around 60 KB of code. Approval or rejection voting will be performed only on the main update.

Additional information

  • [object / HTML] ChatGPT easily creates creative HTML pages, easily edits them and gives the code in HTML. Can include CSS and even make a separate script. #7799 https://github.com/Waiviogit/waivio/issues/7798
  • [html / script] Allow adding a script tag in html content update. #7912 #7919
  • [html / code] Increase the size of code that can be submitted in a single transaction record by removing unnecessary transaction information. This change will double the allowable code size. #8085
  • [html / script] Allow adding a script tag in html content update. #7919
  • [social.gifts / HTML] The site owner and admins should see the Edit button on HTML objects so they can edit them directly on the site. #8145
  • [html / volume] A single update to an HTML object allows publishing a maximum of 65K of code (blockchain limit). It is proposed to introduce multiple volumes (up to 10) to increase the total volume to 650K. Approv/reject voting should only be performed on the main update. #8094
  • [html / indexing] The preview URL with the HTML object doesn't return an image, even though the object has an avatar. You need to check that all other parameters are being passed correctly for indexing. #8027