javascript - Embed html class into my page -


the landing page of reliefweb has 'latest disasters' section want embed onto website (see screenshot).

i told need use iframe , javascript element class=“latest-disasters”.

this way, when block updated, reflect on website.

as have no background in javascript, can show me how this?

thank helping.

you haven't provided enough information. how it's done iframe

<iframe src="http://www.latest-disasters-api.com" class = "latest-disasters"></iframe> 

about javascript part don't have enough information need kind of sdk or javascript plugin

hope help


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -