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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -