Putting an iFrame on Wordpress

Discussion in 'HTML & Website Design' started by kevmacmeh, Mar 9, 2013.

  1. #1
    Hi there,

    I am trying to place an affiliate iFrame at the top of a wordpress theme like

    creditcardconsolidationloan.us

    How do I go about doing this? And what is the best theme to choose for this?

    Sorry if this is a simple question
    Thanks
     
    kevmacmeh, Mar 9, 2013 IP
  2. AlbCoder

    AlbCoder Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    163
    #2
    open the heder.php file of your theme and put your code is so simple
     
    AlbCoder, Mar 9, 2013 IP
  3. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #3
    If, you are using Wordpress theme then you can put that iframe code into header.php file.
     
    creativewebmaster, Mar 9, 2013 IP
  4. kevmacmeh

    kevmacmeh Well-Known Member

    Messages:
    423
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #4
    kevmacmeh, Mar 9, 2013 IP
  5. AlbCoder

    AlbCoder Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    163
    #5
    for example this is an iframe;
    <iframe src="http://www.google.com" scrolling="no" frameborder="0" align="center" height = "90" width = "728" name="test" border="0">
    </iframe>
    Code (markup):
    change the google.com with your link and paste so you can change the width and height size.
     
    AlbCoder, Mar 9, 2013 IP