Social Media

FREE Internet Marketing Guide for Nonprofit Organizations


Download the Nonprofit's Guide to Internet Marketing

Download the Internet Marketing Guide for Nonprofits in PDF format

Today, as an accompaniment to the start of New England’s GiveCamp weekend in which I will be participating, I am releasing A Nonprofit’s Guide to Internet Marketing: Cost-Effective Opportunities to Accelerate Online Marketing Success for Your Nonprofit. This is a 15-page guide designed to help nonprofit organizations activate or to accelerate their online marketing efforts. The Nonprofit’s Guide to Internet Marketing contains information about:

  • Why nonprofits should consider Internet marketing and how it can help to expand membership rolls, event participation, donation collection, and to increase awareness
  • A brief overview of the main disciplines within online marketing and how nonprofits cans get started, including search engine optimization (SEO), paid search marketing (pay-per-click) , and social media marketing (SMM)
  • Specific programs offered by companies like Google and Flickr to assist nonprofits in marketing online
  • Additional opportunities within emarketing and a brief look at how to implement each grassroots style
  • Guidelines for vetting and working with online marketing agencies

The guide is totally free, but if you like it kindly donate to any of the charities that will be present at New England GiveCamp. Here’s the list of nonprofits scheduled to attend the event.

red-id

Also, if you know a nonprofit or charity that can use this guide, please feel free to share a copy of it with them or refer them to this site.

If you have any questions about the content of this document, please feel free to comment to this post and I reply there. If you are looking to retain my services for any of the online marketing programs mentioned, please use this form to contact me.


How To Create Your Own URL Shortening Service


How To Create Your Own URL Shortening Service image Today, I launched my own URL shortening service called xURLs

and I’m going to show you how you can easily create your own too.  But first, here’s a little background about URL shortening and why it’s an important aspect of your social media, affiliate marketing, press release, and even search engine optimization strategy.

For those of you who aren’t familiar with URL shortening, here’s a quick example of when you may want to chop a long URL down to something smaller.  Let’s say you want to post a link to a specific page on a shopping website for home office furniture in your tweet on Twitter. Unfortunately, the URL you want to include is 133 characters long which doesn’t leave space to talk about much else in your tweet.  You can reduce the length of the link by submitting it a URL shortening service which outputs a shorter URL that takes the user to the same exact page for you to use in your tweet, as in the example below:

Original URL (133 characters): http://www.thehomeofficedepot.com/shop.php?c=500&n=1069102&i=B00252CGL2&x=Cherry_Finish_Home_Office_Corner_
Workstation_Computer_Desk

New Short URL (17 characters): http://xurls.us/3

As you can see, the new URL is 116 characters shorter than the original link, resolves to the exact same pages, and is now Twitter friendly.

Lately, I have been doing a lot with Twitter and affiliate marketing.  In doing so, I’ve come to recognize the importance of “URL control” in posting links on social media networks and within my own affiliate promotional pieces.  There are many services out there that allow people to shorten URLs.  The most well known of these websites are bit.ly and TinyURL, but there are tons of others, each with its own unique features.

It occurred to me that given the relative simplicity of these services that it would be easy to set-up and host my own URL shortening/redirection services using a domain I own.  Having my own URL reduction website gives me the ability to shorten URLs, incorporate keywords of my choosing, view click statistics and user information, set my own redirection rules, and add advertising.  In other words, as a web marketer, I now have the ability to abbreviate links with custom characteristics while gaining valuable analytical insight.

Steps To Create Your Own Domain Redirection Service

What follows is a basic overview of how to get your URL shortening website up and running pretty quickly.

1.  Find the shortest available domain name you can

I’ve been using Bustaname.com to help find some very good unregistered website domain names for a while now.  It was Bustaname.com that enable me to find xURLs.us (the URL for my domain name shortening service) which is a beautifully short and descriptive 8 character (including the period) domain name.  Many URL reduction websites use exotic two-letter, top level domains (TLD) like .al, .cc, .ly.  These are great because they are shorter than the classic “.com” TLD, but they can cost you anywhere from $10 – $90 to reserve.  Please note: many of country-specific TLDs have special criteria that must be met in order to reserve them.  You can also use the little domain availability tool below to quickly check if a website name is available. 

5 free Domains with Select Hosting Plans. Get yours!

 

Once you’ve settled on a short domain name, the next step is to register it.  I use 1&1 Internet for domain registration.  It’s quick, easy, and cheap.  Others may prefer www.GoDaddy.com .

2.  Get reliable hosting

Most of the URL shortening services I came across researching this project are built upon PHP and MySQL, so I’d recommend a server host that comes with these two already installed.  Again, I use 1&1 Internet for server hosting, but you should use the web host you feel most comfortable using.

3.  Select a URL shortening script

It seems to be fairly easy for experienced web programmers to write their own custom URL redirection script, but why reinvent the wheel?  There are a few dozen free URL shortening scripts out there and some paid applications for you to select from.

xURLs is built upon a simple PHP script called Yourls.  I chose Yourls as my redirection platform because it’s free, has an easy installation, a straightforward admin interface, and a decent statistics package.

The admin console for Yourls:

Yourls admin console screenshot

The stat package in Yourls:

Yourls statistic package screenshot.

Some other URL shortening scripts include: Kissa.be, Shorty, and TightURL.

Each script has its own mini-URL creation procedures.  For example, some present the target page in an iframe of a dynamically generated page, while others use a 301 HTTP redirect or even a Meta refresh as the mechanism to get users to the intended page.  Some scripts allow you to create multiple mini-URLs which point to a single long URL.  You should demo, research, and analyze how each script works and select the one that fits your needs.

4.  Install and customize the shortening script

Next, after you have selected a domain shortening script, you’ll need to install it in your web host environment.  You should review the installation documentation for the specific URL shortening script you selected, but for the most part they all involve roughly the same steps:  (1)create a SQL database (2)populate database connection parameters in a PHP set-up file (3)toggle settings in a configuration file (4)upload the files for the URL shortening application to your web server via FTP (5)initiate an installation/customization script.

If you’re using Yourls, you should review its installation instructions and this important note about installing Yourls on a 1&1 web server.  Also, some of you may not want your URL shortening service to be available for public use.  In this case, you will need to password protect your website.  Yourls allows you to do this quickly by changing the line “define(‘YOURLS_PRIVATE’, true);” in the config-sample.php to “true”.

As a nice little feature to get your started, Yourls includes a file called sample-public-front-page.php.txt to give you an idea about how to construct the homepage for your URL shortening website.  You can customize the contents of this file to your liking.  When you’re finished designing your homepage, change the file name to index.php and upload it to the root directory of your website.  I’d recommend designing a decent looking homepage and installing visitor tracking (i.e. Google Analytics, GoStats) for your URL reduction website – you never know when curious users may come-a-knocking.

5.  Start posting your short links

Now that your URL redirection script is up and running under your own domain, it’s time to start posting your short links on Twitter, Facebook, and your own affiliate websites.  Here’s an image of xURLs, my own URL chopping website, at work in the wild.

Xurls on Twitter screenshot

If you want to see something amazing, try posting a link routed through your URL shortening/redirection service in a tweet and immediately jump over to the statistics screen and watch how fast the clicks accumulate.


  • Find Articles

    Loading
  • About Everett Whitehead

    I am an innovative and resourceful thinker with a proven record of building strategies for success in an online environment.

    I have been active in many areas of online business since 2002, including search engine optimization (SEO), e-sales, social media marketing, affiliate marketing, conversion optimization, and web design... click here to read more

    Resume

    Free SEO Advice
  • Recommended Solutions

    1&1
    WebCEO SEO Software
    GoDaddy
    eFax
  • RSSFollow me on Twitter

  • sitemap | Copyright © 1996-2010 Digitalsapien.com. All rights reserved.
    iDream theme by Templates Next | Powered by WordPress
    Internet Marketing SEO - Add Your Link - New Music