• I got an iframe (links extension with asp) from my affialite so I want to run the iframe in WordPress site.I cant give up wp because of its seo but I must run the iframe .Can you help me solving this?

    <iframe id="AramaIframe_v102" scrolling="no" frameborder="0" src="https://www.affiliatesite.com/portals/FirmaKod/UI/Arama.aspx?
    AramaUrl=https://www.mysite.com/Default.aspx&
    IslemUrl=https://www.mysite.com/Islem.aspx&
    BiletGosterimUrl=https://www.mysite.com/BiletGosterim.aspx"
    style="margin:0px;width:400px;height:350px;">
    </iframe>

    There are three iframes called :
    1-Search (https://www.mysite.com/Default.aspx)
    2-process (https://www.mysite.com/Islem.aspx
    3-payment (https://www.mysite.com/BiletGosterim.aspx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator bcworkz

    (@bcworkz)

    Just add the needed html to the proper template of your theme, just be sure it is not added inside a <?php...?> block. Which template depends on where you want the content to appear.

    Thread Starter yokolucu

    (@yokolucu)

    Shortly,I am asking ” how can create “www.mysite.com/page.aspx” under apache server?

    Moderator bcworkz

    (@bcworkz)

    I see now. The iframe bit threw me, I thought you were pulling in .aspx from your affiliate’s server.

    You will need to install mod_mono on Apache to run asp.net, though some APIs are not supported. If you need one of those unsupported APIs, I believe a Windows server is your only choice.

    Thread Starter yokolucu

    (@yokolucu)

    Thank you Bcworkz ,you are right.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘asp.net iframe in wordpress’ is closed to new replies.