Is there an Aweber Plugin for Wordpress that does this?

12 replies
I'm looking for a Plugin that allows me to add a contact form to the bottom of every post. Is there a plugin like this that exists?

If not, is there another way to do this?

Your help would be very much appreciated.

Thank You!
#aweber #plugin #wordpress
  • Profile picture of the author Razorblade
    Have you tried pasting your form code beneath your post in HTML mode in your blog's posting area?
    Signature

    {{ DiscussionBoard.errors[654227].message }}
    • Profile picture of the author marcanthony
      Originally Posted by Razorblade View Post

      Have you tried pasting your form code beneath your post in HTML mode in your blog's posting area?
      I thought about that but, I really didn't want to do that to every post. In other words, I'm looking for something that adds the form automatically to every post.
      {{ DiscussionBoard.errors[654237].message }}
  • Profile picture of the author montero
    Google: contact form plugin for wordpress. There's a lot.
    {{ DiscussionBoard.errors[654277].message }}
  • Profile picture of the author pjCheviot
    Banned
    Take a look at this one Marc

    MaxBlogPress
    Max Blog Press OptIn Form Adder

    Very simple to use.

    HTH
    {{ DiscussionBoard.errors[654323].message }}
    • Profile picture of the author marcanthony
      Originally Posted by pjCheviot View Post

      Take a look at this one Marc

      MaxBlogPress
      Max Blog Press OptIn Form Adder

      Very simple to use.

      HTH
      I will check it out. Thanks!
      {{ DiscussionBoard.errors[654353].message }}
  • Profile picture of the author SaSeoPete
    Hey Marv,

    What I do is go to the theme editor and open up singlepost.php

    You can add it in there and you will have a form at the bottom of every post.
    {{ DiscussionBoard.errors[654358].message }}
    • Profile picture of the author marcanthony
      Originally Posted by SaSeoPete View Post

      Hey Marv,

      What I do is go to the theme editor and open up singlepost.php

      You can add it in there and you will have a form at the bottom of every post.
      Thanks SaSeoPete,

      But where exactly do I need to add the code in the singlepost.php, in order for it to show up at the bottom of the post.
      {{ DiscussionBoard.errors[654379].message }}
      • Profile picture of the author yogurt
        Originally Posted by marcanthony View Post

        Thanks SaSeoPete,

        But where exactly do I need to add the code in the singlepost.php, in order for it to show up at the bottom of the post.
        It depends on what themes you are using. For the default wordpress theme, I think you can put it just above the following code:

        Code:
        <?php comments_template(); ?>
        This will only modify the single post, for the same form to show in pages and archive as well, you have to modify page.php and archives.php too (not sure about the archive part, there's another archive.php too).
        {{ DiscussionBoard.errors[654550].message }}
  • Profile picture of the author SaSeoPete
    Hey Marc,

    Sorry for the typo of your name in the last post! I am at work at the moment. I'll check it out when I get home on one of my sites and PM you the code.

    Pete
    {{ DiscussionBoard.errors[654382].message }}
  • Profile picture of the author pjCheviot
    Banned
    Inserting code into the php files is OK if you know what you are doing - however, if there is an upgrade or whatever - any code you insert MAY be overwritten by the upgrade. You will also lose that code if you change themes.

    A plug-in method is generally the "easier" route to take (most plugin developers will keep up to date with upgrades so no need to worry)

    Just my thoughts . . .
    {{ DiscussionBoard.errors[654384].message }}

Trending Topics