Archive for March, 2009

Simplify Your Web Site Management: 1 Day Left to Receive 3 Free Months of Service

Monday, March 30th, 2009

Tomorrow is the last day to join the Marketing for Mavens beta. Anyone joining after March 31st will still have free access to Marketing for Mavens up until the launch date but the offer of 3 months of free service will no longer be available. Register today to get in on this offer.

New Marketing for Mavens Newsletter

Thursday, March 12th, 2009

Yesterday, we sent out the March issue of the Marketing for Mavens newsletter. This newsletter will be sent out monthly to keep you informed of the latest changes, upcoming features, and recent news at Marketing for Mavens. We’ll also be including web marketing tips, blog posts, and articles that we think you’d be interested in reading. Please sign up to receive the newsletter by email.

New Web Marketing Widgets

Tuesday, March 3rd, 2009

Now you can provide “related content” sections on your web pages that are customized to each individual visitor. We’ve created 2 new JavaScript codes which you can add after your Marketing for Mavens JavaScript code to display the top 5 PDF’s based on a visitor’s history and the overall popularity of the PDF’s on your site and another which displays the most relevant PDF’s based just on the visitor’s history.  We’ll be building more widgets but for now, please test these new widgets and provide feedback, good or bad, on how well they work for you.

To add these new widgets simply use the following JavaScript codes highlighted below:

<!-- Marketing for Mavens Code -->
<script type="text/javascript">var accountid="0"; var yourdomain=""; var form_name="name_of_form";</script>
<script src="http://app.marketingformavens.com/js/mfm.js" type="text/javascript"></script>
<script>getWidgetFeed("top5pdf");</script>
<script>getWidgetFeed("matchedpdf");</script>
<!-- End Marketing for Mavens Code-->

Then add 2 new <div> tags where you want the content to be displayed.

<div id="top5pdfs"></div>
<div id="matchedpdfs"></div>