iframe & Affiliate link - making them go together

6 replies
Hi programer friends

I am a new affilaite marketer with very limited programming language.
Need your help

I am trying to use the following iframe script in one of my affiliate sites.


<iframe src="xyzdotcom" frameborder="0" scrolling="no"
height="10%" width="10%"></iframe>


This html is accurately creating iframes for static pages like say <xyzdotcom>

but it is not working for my affiliate link which is some what in the format

<jdoqocydotcom/click-123456-324567?url=http%3A%2F%2Fwwwdotxyzdotcom%2F-strse-301>

please advice how i could use iframe for opening my affiliate links of this format

Thanks a lot for all your help
#affiliate #iframe #link #making #open
  • Profile picture of the author silverskin
    Try to place the following code in your HTML page:

    <iframe src="YouAffiliateLinkGoesHere" width="800" height="600">
    <p>Your browser does not support iframes.</p>
    </iframe>
    If you are still having problems, post your full HTML code and I'll debug it for you.
    {{ DiscussionBoard.errors[2115665].message }}
  • Profile picture of the author KirkMcD
    When you do get this working, the 100% CTR is going to get noticed. You might want to do this in a different way.
    {{ DiscussionBoard.errors[2116331].message }}
    • Profile picture of the author bazzais
      Its considered unethical to use forced clicks. In some countries like the UK its actually against all networks terms.

      Ta

      Barry
      {{ DiscussionBoard.errors[2117077].message }}
    • Profile picture of the author mojojuju
      Originally Posted by KirkMcD View Post

      When you do get this working, the 100% CTR is going to get noticed.
      How can anyone know what your click through ratio is without knowing how many page impressions your site gets?
      Signature

      :)

      {{ DiscussionBoard.errors[2881142].message }}
  • Profile picture of the author tataratara
    hi^^

    could you help me how to make a link affiliate using iFrame?

    is it only write this script which is everyone could copy this from my website to their website or blog?

    <iframe src="YouAffiliateLinkGoesHere" width="800" height="600">
    <p>Your browser does not support iframes.</p>
    </iframe>

    reply me asap.. thank you
    {{ DiscussionBoard.errors[2879858].message }}
  • Profile picture of the author LosingMyHair
    *sigh* some of you are missing what the OP is saying.

    1. S/he has an affiliate link that he needs his clients to use so he can get credit if they sign-up (for whatever s/he is selling).

    2. There is only 100% CTR if 100% of them sign-up. This isn't PPC (@bazzais)

    Now if you will post the iframe code you are using, we can get it fixed easily.
    {{ DiscussionBoard.errors[2886502].message }}

Trending Topics