• i am not sure how any of this works. need some extra help here. i have an aweber form i want to pop up when i click a button. the aweber site tells me to do this..

    Paste the following HTML in the head section of your page.

    <script type=”text/javascript”>var hide_awf_Form = true;</script>

    * This must be inserted above your form’s HTML

    Add the following HTML to the <body> of your page.

    Subscribe to my Email Newsletter.

    Note: The “#” symbol for the href should not be changed.

    If using a button image instead of hyperlinked text, your code would be as followed including the direct link URL of your image.

    <img src=”[Direct Link Image URL]”>

    i have no earthly idea where to enter any of this information. aweber said to contact wordpress. as there is no way of contacting wordpress, this leaves me here. please help me with this issue. i am trying to figure out how all this works as other plugins want me to do similar things. thanks.

Viewing 1 replies (of 1 total)
  • The script needs to go in the file header.php before the closing </head> tag and preferably before the call to wp_head().

    With the other code it depends where you want it to go, e.g. whether you want it in your menu bar, or in your footer, or in the sidebar. In any of those cases you’re going to need to edit the theme files. However, if you just want it within the main text on one of your pages you could just enter the code in with the content, but ensure you’re using the “text” tab in the TinyMCE editor – not the “visual” tab.

Viewing 1 replies (of 1 total)

The topic ‘adding code’ is closed to new replies.