I have a question about the code reference

I am making a web page and then referencing the third party code, the code needs to do the following:

1: Add XML namespace to HTML tags:

2: Introduce WB.JS in the HEAD header:

3.Paste the WBML code in a location where you need to deploy a key:
<wb:bulkfollow uids=“1642909335,1782515283” type=“1” width=“260” count=“5” color=“C2D9F2,FFFFFF,0082CB,666666” ></wb:bulkfollow>

These operations I only know that the second step can be edited by the head html, I completed, the first step I can only complete through other tools, the third step, how to complete in hype3?

I assume you can place 1 and 2 in the head of your Hype document. You can edit the contents of the <head>…</head> of your exported .html file by clicking on ‘Edit HTML Head’ in the Document Inspector.

Next create a rectangle and place the code from #3 in the Inner HTML of the rectangle.

By the way, you can paste code in these forums by selecting your code and clicking this icon:

1 Like