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 src="https://www.ineedana.com/embed/providers?showTelehealth=true" title="Providers: ineedana.com" width="100%" height="600" style="min-height: 600px;" frameborder="0" scrolling="no"></iframe><script>(function () {
const currentScript = document.currentScript;
const iframe = currentScript?.previousElementSibling;
if (!iframe || iframe.tagName !== 'IFRAME') return;
const iframeOrigin = new URL('https://www.ineedana.com/embed/providers?showTelehealth=true').origin;
const minHeight = 600;
const 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;
}
const nextHeight = Math.max(
minHeight,
Math.min(event.data.frameHeight + 40, getMaxHeight())
);
iframe.style.height = nextHeight + 'px';
});
})();</script>