Embed in WordPress
Anonymous
HOBBYOP

7 months ago

I am trying to embed my railway site in a page on my bluehost wordpress site using iframes. Why won't it work? Below is html on wordpress:

<div style="width:100%;max-width:900px;margin:auto;">

  <iframe 

    src="https://swampsage-beta-production.up.railway.app/"

    width="100%" 

    height="700" 

    style="border:none; border-radius:16px;">

  </iframe>

</div>

Solved$5 Bounty

4 Replies

Railway
BOT

7 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


7 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 8 months ago


Anonymous
HOBBYOP

7 months ago

Hi Brody, these threads do not answer my question. How can I get my railway site working with my wordpress site? What is wrong with that html?


The requests to https://swampsage-beta-production.up.railway.app/ may be getting blocked for security by your browser

Can you check the consoleon the page containing the iframe?
You can usually open it with the F12 key
Look for something like this:
(You may have to refresh the page first)

Attachments


Anonymous
HOBBYOP

7 months ago

Thanks I think you're right that it is a security issue. I have decided to close this thread and fix the problem a different way: instead of embedding I will simply link directly to the railway site. I think this will be less trouble. Thank you for your help but this thread is closed.


Status changed to Solved brody 8 months ago


Loading...