MailChimp and Wordpress Integration for E-Book download - wordpress

I'm a little new to web dev and coding so forgive my basic question..
I'm working as a sales and marketing consultant for a software company. The company has requested i create a mailchimp campaign linking to a landing page on wordpress, with downloadable e-book for subscribers. I'm having difficulty with this; does anyone have a recommendation or solution to integrate/automate the two?
To be more concise, there's three actions required: Sending the campaign (Mailchimp), redirecting to the landing page (Wordpress), and then downloading E-Book AFTER subscribing (Wordpress). All these actions have been completed; I just don't know how to automate/integrate the actions together.
i realize it's not a coding question per se, but I assume some coding may be needed.
Thanks :)
P.s. I searched for a similar question but to no avail. If there is one, please link the answers :)

Have you tried the mail chimp plug-in?
https://wordpress.org/plugins/mailchimp-for-wp/
-Good luck [:

I have had to create a similar workflow, below is my process.
Create a list on mailchimp
within this list, in the forms tab, create a form to get name and email info of people wanting to download your Ebook
open 'embedded forms' in the same list and copy the HTML code
Using the Bloom plugin connect mailchimp and wordpress.
selected the mailchimp list you want to connect
select 'custom HTML form' and paste the code
make final aesthetic changes to from
Bloom will give you a 'shortcode for the optin' which can be copied into a black wordpress page. (this will show your form)
Create a landing page on wordpress
standard page nothing special but link to you wordpress page with your form
Set up automation on Mailchimp that whenever someone signs up to your list they get an email with a link to the Ebook.
That's the overview, with many learning opportunities along the way ;)

Related

Simple payment form for Wordpress

I'm facing some difficulties in wordpress. I don't know how to code, let's start there.
What I need is a super easy embedded payment form (name, email, credit card and paypal).
payment form screenshot (due to the reputation i can't post the image directly)
I'm actually building a simple landing page with one product only, and I need the payment form to be at the bottom of that same landing page.
All the tutorials I've been watching are teaching how to do it when you have a cart and a whole website.
I tried with multiple tutorials and plugins already but none really worked. Woocheckout is among them.
Thanks in advance!

Only Show Comment in Wordpress

I am looking for a way to only show the comments posted in wordpress.
My main goal is to turn the wordpress CMS into a site like fmylife.com. The basic principle is allowing anyone to post anonymously (without having a post to comment on), and then the comments need to be moderated by the admin.
If there is an easier solution to doing this, then I'm open to hearing that as well. The only thing I don't want to do is get the fmyscript clone. I've tried that and don't like it.
Any advice would be appreciated.
Thanks.
Adam.
Why don't you try the buddypress plugin wherein users can register and post. Just disable all other components except activity feed and make your homepage as a static activity feed page (configurable in the settings).

One page wordpress template with subscription option

I'm new to wordpress. I have to create a one page template for my site and show a subscribe textbox on it with my own custom style. Later, I will use it to send monthly newsletters. What can be the simplest way to do that? I saw into some plugins like newsletter, subscribe2, but they are complicated and I don't know how to integrate them with my text box. They just provide some sort of widget to show on sidebar. Any tutorial or simple plugin? Please help!
You basically have three options:
a. Use a web-hosted syndication service as per the below. (Easiest to configure)
b. Install some sort of newsletter sending plugin for WordPress. (More control, but more configuration)
c. Use a web-hosted newsletter service like Constant Contact (Expensive and Ugh.).
Try using Feedburner with email subscriptions -- see: http://howtotechtips.blogspot.com/2008/05/create-feedburner-email-subscription.html. You sign up, supply your RSS feed's address, then copy-paste the resulting code where-ever in your template you like. Then, whenever you write a new post, your subscribers are sent an email.
Subscribe2 complicated?
You can do auto-download/install from the administration area, you literally only have to config a few options.
http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
Maybe it's just me, but the screenshots certainly make the plugin appear to be very straight-forward.
http://wordpress.org/extend/plugins/subscribe2/screenshots/
If you are not heavy with subscription list. Then a good option can be using the MailChimp email subscription with its free option.
You can just install the plugin and place a function called mailchimpSF_signup_form() into your template's right place. And beautify it with your own CSS.
Or in Post or pages' HTML using the shortcode [mailchimpsf_form]
They also have widget to be added dynamically. How to use it?
Create a free account at MailChimp.
Create a list there.
Create an API key there
Go to your MailChimp options page http://yourwordpress.tld/wp-admin/options-general.php?page=mailchimpSF_options
Insert the API key there.
Select the list you want this subscription to be linked to.
There you are!

WordPress: Isolating posts on a certain topic, to one section of a site

First, I've only programmed a lot of HTML, know a little PHP and am playing with Wordpress, experimenting and learning it the way I learn everything else, trial and error, heavy on the error.
The subject line isn't very clear I'm sure. I have a site set up for writing. The posts act as categories and to a Page menu for static submissions. All posts, in the theme show up on page 1, 2, etc. Great.
What I'm trying to figure out and want is this. I want a separate section of Posts just for one topic, in this case movie reviews. So the main section of the site is general posting. I want a separate section where users can post to their hearts content but have those movie posts REMAIN in one section and not be mixed in with the "general population." Ok, they click on the Movie Review link on the main page. This takes them to the Site Admin where they can write a review in TinyMCE and Publish it. IS there a way that these Posts can show up in a section of their own?
I've even installed a second WP site for this purpose. Wonderful, but now I have to transfer all registered users there and any new ones. That's insane. Plus, the user would have to log in twice, once for the original and once for the Movie WP. Also unacceptable.
If I'm on the wrong site to ask this question, let me know and my apologies. Otherwise, some guidance would keep me from my endless Google search.
You can use Categories to mimic this. So your movie reviews would be at mysite.com/category/movie-reviews/. You would then modify index.php to exclude the movie reviews category from the main page.
If you're comfortable with using php, you could instead use custom post types. This is a better solution, but would require more custom coding. The bottom of the Codex page I linked to has some excellent walkthroughs on using CPTs.

Building a "lecture notes" website with wordpress

I wish to build a "lecture notes" website using wordpress. And would love for any advice on what plugins to use, other considerations to have or website that perform a similar task with WP.
The website should have a form that will allow users to upload their lecture files. The results should be a new "post". When submitting the form, the users should be able to tag their subject matter so to allow others to search it.
I would search for a "Members" type plugin, that lets you really fine-tune the roles and capabilities of each user type. Then you can let your users sign up as "contributor" or other lower level, and then use the Posts as your notes pages. Each post would have the ability to upload a file (not sure what formats are accepted, you might need a doc/pdf type plugin for that). You could also narrow it down by pre-specifying categories. Then you could use the comments as a discussion forum for each "lecture". Depending on the depth of customization you wanted, this could be fairly easy, or extremely complicated. ;)
If the WordPress site is on wordpress.com, then you can set the site so that you can publish via email. You might create a separate category for each person that is going to post to the site. There are "shortcodes" (see WordPress Support page "post-by-email" below for a list) which can be added to each email that will direct that post to one or more categories [one category might distinguish the poster, while other categories might group postings by topics, etc.]. Another shortcode can make the posting a "draft" or "private", while I think the default is to make the posting live immediately. *If you post by email, then all posters do not have to have Admin access to the site, they just have to have the unique WP site email posting address. *If you want to try the "Audio Post" feature (call from any phone and enter unique WP site key code), I don't think there is a way for the caller to direct the audio posts to a category via the call. An admin would have to add the category to any audio posts later. **All WP site "categories" automatically have an RSS feed created for them, so each of your posters would have their own chronological list of postings.
http://en.support.wordpress.com/post-by-email/

Resources