Add Ineedana.com Providers to Your Website
Paste the generated code snippet into your website's source code to display a list or map of providers powered by ineedana.com's database. There are several options to configure the display.
Thank you for helping share accurate and up-to-date abortion information!
Embed this widget on your website
<iframe id="inaa-embed" src="https://www.ineedana.com/embed/providers" title="title" width="100%" height="500" style="min-height: 500px;" frameborder="0" scrolling="no"></iframe><script>(function () {
var iframe = document.getElementById('inaa-embed');
if (!iframe) return;
var iframeOrigin = new URL('https://www.ineedana.com/embed/providers').origin;
var minHeight = 500;
var getMaxHeight = function () {
return Math.max(700, Math.floor(window.innerHeight * 0.85));
};
window.addEventListener('message', function (event) {
if (!event || event.origin !== iframeOrigin || !event.data || event.data.type !== 'inaa-providers-embed:height' || typeof event.data.frameHeight !== 'number') {
return;
}
var nextHeight = Math.max(
minHeight,
Math.min(event.data.frameHeight + 40, getMaxHeight())
);
iframe.style.height = nextHeight + 'px';
});
})();</script>