Embed TradeWeave in your site
Any analytical page on TradeWeave can be embedded in an external site via an iframe. Append ?embed=1 to the page URL to hide the header, navigation, and footer.
How to embed
Pick any page URL, add the ?embed=1 flag, and drop it into an iframe:
<iframe
src="https://tradeweave.org/world?embed=1"
width="100%"
height="720"
frameborder="0"
loading="lazy"
title="TradeWeave: World"
></iframe>Examples
https://tradeweave.org/world?embed=1— world trade overviewhttps://tradeweave.org/country/BGD?embed=1— Bangladesh country profilehttps://tradeweave.org/rankings?embed=1— complexity rankings
Notes
- You are responsible for iframe sizing. Most analytical pages work well at 100% width and 720-900px height.
- Filter state (e.g.
?year=2022) is preserved alongside?embed=1. Use&embed=1when combining. - All content is CC-BY-4.0. Please link back to the full page on tradeweave.org.