Expedia Affiliate Network
  • Home
  • Affiliate Program
  • Products
  • Developers
  • Travel Agents
  • About EAN
  • Blog
  • Support
  • Login
Open/Close Menu

EAN WordPress travel site: 10-step guide to creating yours!

Posted by Jose Truchado on September 13, 2010 51 Comments
Tweet
Buffer
eanwordpress

Many of our affiliates find it easier to build a site using open source content management systems and blogging tools such as WordPress, Joomla and Drupal than to code their pages using static HTML.

See an example of what you can do with WordPress on our example site here: http://www.exampletravel.com/wordpress/

It took us around 3 hours to set this up.  It may take longer if you are a newbie but WordPress is a great tool and definitely worth learning!

Below is a simple, easy to follow step by step guide to how to create an EAN travel site using WordPress with minimal coding.  We assume that you have already signed up for an EAN account and received your six digit affiliate ID (“CID”).  If you haven’t done so yet, sign up now on http://www.ean.com and then come back to this guide.

1.  Installing WordPress on your servers

There are two ways to start using WordPress:  you can sign up for a hosted version on WordPress.org or you can install on your own server space with your hosting company.  We recommend the latter as one of the best things about WordPress is the many terrific free plug-ins that developers have created and you can only use them if you have installed WordPress on your own servers.

There are many hosts on the market that provide one click installation of WordPress in their admin panel.  Some hosts that we have used before include Siteground and Hostmonster.  Below is a screenshot of cpanel within Siteground which provides a one click installation of WordPress.

wordpress installation EAN Wordpress travel site:  10 step guide to creating yours!

Once you have installed wordpress on your servers, you should be able to access the WordPress admin panel by going to:  http://www.yourdomain.com/wp-admin and logging in with your administrator password.

2.  Choosing a theme

Once you are in the WordPress Admin Panel, you should click on “Appearance” to choose your theme.  For our example, we decided to use a free theme called “Arras“.  Search for this theme and activate it as your default theme.

Appearance1 EAN Wordpress travel site:  10 step guide to creating yours!

3.  Installing some useful plug-ins

After you have installed your theme, you can click on Plugins in the Admin Panel and install the following list of useful plug-ins.  The great thing is… all of these are free!

  • Samsarin PHP Widget: this is required for the search box on the right hand side of the site
  • In Post RSS Feeds: this is optional but allows you to show RSS deal feeds at the bottom of each post
  • Platinum SEO Pack: this optimizes your site for search engine discoverability

plugins EAN Wordpress travel site:  10 step guide to creating yours!

4. Customize your top navigation to link to your EAN template

As you can see in the example, when you click on hotel, or car rentals etc. it directs you to a different part of your EAN private label template.  Use the “menu” function under the “Appearance” tab inside WordPress to customize your menu.  For example, for the hotel tab, just link that to the URL below – remember to change it to your six digit CID.

main nav EAN Wordpress travel site:  10 step guide to creating yours!

Hotel Tab URL:  http://travel.exampletravel.com/hotel/search/search;jsessionid=5A68325E4F884942AD1EC66668C8C65C.tn06tc06?currencyCode=EUR&additionalDataString=vrBookingSource|null&locale=en_gb_US&cid=310453

menu EAN Wordpress travel site:  10 step guide to creating yours!

5. Customize the header and homepage settings

Go into the “Arras Theme” tab inside WordPress as shown below and upload your header.  While you are in here, go into “home” and under “featured posts”, change the title to “Featured Destinations” and change the “Show Category” drop down to “sticky posts”.  These settings determine how your homepage will look.

Upload your logo or top banner in the  ”Custom Logo” section that you will find in the “Design” tab of the Arras theme options panel.

upload header EAN Wordpress travel site:  10 step guide to creating yours!

6. WordPress settings

Go to the “Settings” tab at the bottom of the WordPress menu and change your Site Title to something appropriate and delete the tagline.

settings EAN Wordpress travel site:  10 step guide to creating yours!

7.  Editing style sheets

Now, if you need your site to have different colors than the default theme, you will need to go into “Appearance” -> “Editor” and select the user.css file.  You can then copy and paste in our code (or put in your own edits) and this will override the default CSS settings.

editor2 EAN Wordpress travel site:  10 step guide to creating yours!

You can copy and paste the code that we have used from here.  Our code basically turns the header section to white, turns the top navigation bar to blue and adjusts some font colors etc.

8.  Now, create some sample posts

In this example, each “post” is one featured city or destination.  Create a separate post for every city that you want to feature.  Put “Hotels in xxx” as a title and put some unique content about the destination in the content of the post.  In this example, we have decided to categorize our destinations by country.  You can obviously also categorize by theme and so on.

Important: We have customized the code of  the search box to use each post’s city so before you publish your post, you should scroll down towards the bottom of the page until you see a section called “custom fields”.  Add a new custom field called “city22″ and type in the name of the city that this post relates to.  This field will be referenced by the search widget in the side bar to automatically populate the search box with say “New York” when you are on the “New York” page.

create post EAN Wordpress travel site:  10 step guide to creating yours!

We have also added some additional functionality here.  The Arras theme that we have chosen looks great because each post has a Featured Image.  Make sure you add a Featured Image for each post:

feature image EAN Wordpress travel site:  10 step guide to creating yours!

In addition, you will see that on say the “Boston Hotels” page, we have 10 live RSS feeds showing the latest deals in Boston.  You can do this by enabling the In Post RSS Feeds plug-in (make sure you actually go into the settings to enable the plug-in) and then just paste in the URL for the RSS feed.

inpostrss1 EAN Wordpress travel site:  10 step guide to creating yours!

You can create these links by logging into the EAN affiliate center and using our “Create a Campaign” functionality.  There are more details on how to do this inside the affiliate center.  Note that this tool is still in beta.

RSS feed creation EAN Wordpress travel site:  10 step guide to creating yours!

9.  Setting up your sidebar

In our example, we have two widgets on the sidebar:  a search box and a generic RSS list of deals.  Go to “Appearance” in the Admin Panel and choose “widgets”.  Drag and drop the “Samsarin PHP” widget to the primary side bar.

search box widget EAN Wordpress travel site:  10 step guide to creating yours!

In the “Title”, paste the following code.

In the “Body”, paste this code in.  Please MAKE SURE you replace our CID (310453) otherwise your traffic will go to our site, not yours!

10.  The Final Step!

Now, the wordpress section of your site is finished!  You can add lots of unique content to your site to help it rank on search engines.  Read our SEO posts for more details on how to get traffic without spending a lot of marketing dollars.

The final step is to upload your header in our affiliate centre so your EAN template actually matches the look and feel of your WordPress site, if you don’t know how to do that you can find out following this guide.

Example Sites created Using This Guide:

  • Hotel Last Minute Deals


Other Posts that may interest you

  • September 13, 2010 — Uploading a Header and a Footer for Your Affiliate Site (35)
  • January 6, 2011 — Why White Label? (12)
  • August 14, 2010 — New URL masking Guidelines (40)
  • October 5, 2010 — Tools to help create deep links (1)
  • June 9, 2011 — How to Create and Upload your Header and Footer in Chameleon (33)
Jose Truchado

Written by Jose Truchado

Follow @http://twitter.com/truchadoSEO

51 Responses

  • family holidays

    This is really good stuff, thank you for finally documenting the tips in wordpress. I look forward to finding a few hours to have go and tweak a few wordpress blogs. Be interested to see how others have gone about integrating into their blogs and wordpress sites.
    Thanks again
    J

    September 22, 2010 at 10:24 am
  • Stevephan

    I am working on my honeymoon niche site, and this guide help me a lot on how to maximize profit.

    September 27, 2010 at 4:20 pm
  • kay

    Thanks. I can’t be the only one who read this. Unfortunately when working with Templates a lot of things don’t go your way. “The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.”

    I appreciate the Tip on how to incorporate the php plugin… but resizing your Forms to fit existing spaces is nearly impossible for me.

    2 things you could write about that would be very helpful are:

    1. DEEP LINKING – make it easy
    2. How to easily change the Title of the site for use on multiple sites from a single account.

    September 30, 2010 at 8:40 pm
    • llcheng

      Hi kay,

      Good suggestions!

      We have some “Deep Link Generator” tools that we use internally and have now put them up on the blog pages so all of our affiliates can use them too. They are not as user friendly as we would like since they were meant for internal use but hope it will plug the gap in the mean time!

      This is a simple one which is quite self explanatory: http://blog.expediaaffiliate.com/simple-deep-link-generator/

      This is an advanced one which exposes more of the parameters but it is less self-explanatory so if you are familiar with the system, you can try this out too: http://blog.expediaaffiliate.com/advanced-deep-link-generator/

      October 5, 2010 at 9:15 pm
      • Frank

        There seems to be a problem with format code showing up in the feed…using either solution, and the highlighting of the link also doesn’t show, so for example:

        2.5* hotel from $82 USD per night – Location. Located in Nassau, this beachfront hotel is close to National Art Gallery of the Bahamas and Pompey Museum. Other attractions include Atlantis Aquarium.

        Can you help?

        cheers!

        November 9, 2010 at 2:44 am
        • Jose Truchado

          HI;

          We’ve just changed the WordPress Integration Guide to use a different RSS plugin to show only the titles of the links with the correct format, the plugin is called “In Post RSS”

          November 10, 2010 at 1:01 pm
          • Frank

            Hi Jose,

            There are still a few issues with your rss feeds. In addition to the existing problems the feeds do not seem to want to work with non word press technologies. I am building a thriving community (over 5,000 users now) and those feeds would make a huge difference. If you can contact me directly I can show you the issues.

            cheers

            Frank

            December 1, 2010 at 3:10 pm
  • Mike

    Thanks guys, this post motivated me to overhaul my site with wordpress, I love it! Been getting by great so far but have one question that I can’t seem to find the answer to. In my header above and below my logo I’m getting these gaps that I can’t get to go away. How did you guys get it fixed?

    http://www.thepointol.com/skytower

    Thanks! -Mike

    October 3, 2010 at 6:48 pm
  • Jeff Manes

    One question: In the integration guide it recommends using a header and overall width of 770 pixels. Using a WordPress theme Arras the width is past that amount. Is it OK to upload a header over 770 pixels to make the theme?

    Thanks in advance,

    Jeff

    October 4, 2010 at 7:21 am
  • llcheng

    Thanks for the comments! BTW, we have a pretty lively conversation going on on Linked-in (http://www.linkedin.com/groups?mostPopular=&gid=2970046) – join us here to discuss latest topics on SEO and marketing travel.

    We had some comments saying that there was a problem with the RSS to Post Plug-in that we recommended in this article. If that plug-in doesn’t work for you for whatever reason, here is an alternative plug-in that basically does the same thing. It is called “RSS in Page”. All you have to do is to install that plug in and then at the bottom of the post, you can add a line of shortcode like this:

    [rssinpage rssfeed='http://therssfeedurl' rssitems='10' rsstarget='_blank' rssdescription='no'].

    Our seattle page deals was done using this alternative RSS plug-in ( http://www.exampletravel.com/wordpress/?p=44 ).

    Obviously, you will need to replace http://therssfeedurl above with the actual RSS feed. If you want to show descriptions, you can change the rssdescription from no to yes etc. – see the plug-in summary for more details.

    Here is an exact cut and paste of the shortcode we used at the bottom of the post:

    [rssinpage rssfeed='http://deals.expediaaffiliate.com/Merchandizing/Hotel/RSS.ashx?cid=310453&destinationId=&city=Seattle&stateProvince=Washington&country=United+States&ongoing=True&arrivalDate=&departureDate=&sortMethod=9&numberOfResults=25&minStarRating=3&amenities=&currencyCode=USD&locale=en_US&maskingDomain=&hotelIdList=' rssitems='10' rsstarget='_blank' rssdescription='no']

    October 5, 2010 at 8:30 pm
  • bk

    Does anybody know how to alter the Samsarin search widget so that I could return properties based upon an amenity? Say, for instance, I wanted to only return hotels that had a pool…. it seems that the code would be:

    and it would be put in the same area as CID and other input type=hidden code…. but that doesn’t work! Help please! Thanks in advance!

    B

    October 12, 2010 at 2:17 am
    • bk

      Whoops, here’s that code:

      input type=”hidden” name=”preferredAmenities” value=”4″

      October 12, 2010 at 2:18 am
    • Jose Truchado

      HI Bk;

      You have an explanation on how to do this in the following post:

      http://blog.expediaaffiliate.com/how-to-customize-your-ean-search-box-for-a-niche-site-i/

      November 10, 2010 at 12:58 pm
  • Earth Hotels

    WordPress like other machines, definitely makes it easier to set up a new website or for person who does not want to learn html just to build his/her own hotel or travel site. Yet, such engines lack one thing: flexibility. With ASP, php or similar you can do virtually anything, with WordPress you are limited.

    October 14, 2010 at 7:01 am
  • Gerald

    Hi, can somebody be kind enough to point me towards where I can get the “RSS-to-post” plugin? I cannot seem to find it anywhere. Thanks in advance.

    October 16, 2010 at 4:12 pm
    • Jose Truchado

      Hi;

      In order to install a new wordpress plugin (RSS to post included) you can go to the Admin section of your wordpress site, go to Plugins on the left side bar, then click on “add new” and search for the plugin you want, you can install it directly from the results you get of your search

      October 18, 2010 at 11:35 am
  • Sophie

    How can I have the search results open in a new window after clicking on the search button within the search form? Thanks for your help.

    November 12, 2010 at 5:51 am
    • Jose Truchado

      Hi, in order to open the results in a different page you just need to ad the following attribute to the form tag:

      target=”_blank”

      So it should look something like:

      Where cname.travelnow.com may be replaced by your CNAME.

      November 15, 2010 at 10:10 am
  • Sophie Durand

    Thank you Jose

    November 18, 2010 at 3:52 am
  • flybee.com

    Hey,

    I am wondering how I can customize the search box for specific region such as europe or asia.

    I am also looking for some coders who can help me make full use of ian APIs.

    Thanks for your help.

    Regards,

    Flybee.com

    December 9, 2010 at 8:47 pm
  • Alex

    Hello,
    What is wrong with http://deals.expediaaffiliate.com/Merchandizing/Hotel/RSS.ashx feed, it shows errors.

    December 21, 2010 at 10:51 pm
  • Devon Travel

    Nice tutorial. want to set up my set first and register for the affiliate

    February 17, 2011 at 12:17 pm
  • Dallas

    My favorite rss feed plugin is feedwordpress. Very powerful, i use it on my site Cairns accommodation and allied sites to pull news feeds: looking forward to incorporating expedia feeds.
    Thanks for the info.

    May 21, 2011 at 1:42 pm
  • Eckhard

    I have the issue that the drop down menu is showing white characters on white background. It needs to hove over the text to see the word coming. Not very inviting for visitors.
    I had copied and pasted the CSS to user css as suggested
    Please reply in plain English and if possible which line to change the code.
    I like the background of the drop to be same color as the top bar
    Thanks a lot

    June 2, 2011 at 6:49 am
    • Jose Truchado

      Hi;

      in order to help you further please send us the url of your site. If it’s http://www.reisewelle.com/ I see it correctly (dropdowns text in black)

      June 2, 2011 at 9:18 am
  • Anders

    Hi. I have followed this guid and it works great, thanks a lot. I have just two issues that won´t work for me.
    First I get a spacing along with the logo that won´t go away, no matter if I resize tha logo or not. I understand that the line –
    “#branding { width: 980px; margin: 0 auto; padding: 0 0 0px; }”
    in the css would take care of that but it dosn´t look like it does.

    And also the menubar, I got a problem with the color of the text in the menubar. From the css I understand that it should be white but it just won´t work for me and also the menubar is to long, it should follow the logo.

    Do you think you can help me solve this?

    Thanks in advance.

    //Anders
    http://www.resetjanst.com/

    Do you think you can help me with

    June 10, 2011 at 9:23 pm
  • Donny Daryl Munez

    Hi,

    I’m trying to implement this to my clients website and I have a question regarding this step – “”In the “Body”, paste this code in. Please MAKE SURE you replace our CID (310453) otherwise your traffic will go to our site, not yours!”

    Where can I replace the CID so it goes to my clients affiliate site? Is this located on the code?. I have been going over the code for the body but I can’t find it.

    Thanks

    Donny

    July 1, 2011 at 3:57 pm
    • Jose Truchado

      Hi;

      You need to look for the following line in the search box code:

      That’s where you need to replace 310453 with the CID that was assigned to your account when you signed up

      July 6, 2011 at 10:24 am
      • Donny Daryl Munez

        Hi Jose,

        I already replaced the CID.

        This is the line right here “”

        but nothing happened. It still goes to your affiliate site. Please let me know what else to replace. I’m sorry but I’m still new at this

        Donny

        July 13, 2011 at 5:00 pm
  • Chris

    Hi, when copying and pasting exactly as noted above I get this error message: Search for
    Warning: Invalid argument supplied for foreach() in /home1/fullsto1/public_html/wp-content/plugins/samsarin-php-widget/samsarin-php-widget.php(93) : eval()’d code on line 1
    Hotels

    What am I doing wrong?

    Thanks

    July 4, 2011 at 11:24 pm
  • John

    Hi!

    Was working on setting up the custom fields (city22) and wanted to know if there was a widget I needed to install to do this. I do not have the option of inputting a custom field when creating a new post or when editing posts. I currently use a Genesis Framework Theme and any advice would be great! Thank you

    July 5, 2011 at 10:01 pm
    • Jose Truchado

      HI;

      You need to go to click in the top right corner link that says “screen Options” (next to Help) and select the select box that says “Custom Fields” then the Custom Fields options will appear underneath the post edit box.

      July 6, 2011 at 9:31 am
  • Leo

    Nice, finally I get this WP Expedia tutorial after several months join as affiliate… :-)
    May I know all theme and plugins still compatible with WP 3.2.1? I found an error page in hxxp://www.exampletravel.com/wordpress/?p=44

    In the other case, I have 10 lazy expired domain in Yahoo directory and want to develop its use Expedia affiliate. Need your advice what is better site to get a good result, make WP site like this article or build a site like exampletravel.com? Thanks for your advice.

    July 26, 2011 at 4:59 pm
    • Jose Truchado

      HI;

      Unfortunately the Arras them seems to have an incompatibility with the latest version of WordPress that is very easy to fix, you can find a tutorial on how to do so in:

      http://www.perivision.net/wordpress/2011/07/how-to-fix-crashed-wordpress-after-update-3-2-with-the-arras-theme/

      August 1, 2011 at 3:45 pm
  • michael

    your “example” link ( http://www.exampletravel.com/wordpress/ ) is broken and returns this error message:

    Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home1/examplet/public_html/wordpress/wp-content/themes/arras-theme/library/widgets.php on line 328

    August 13, 2011 at 5:58 am
    • Jose Truchado

      Thanks for advising, this was caused by the update of the theme Arras.

      For those of you that get the same error, you can fix it by editing the widgets.php file found here:

      go into your wp-content/themes/arras/library/widgets.php

      and change the following code in the file:

      $this->WP_Widget_Tag_Cloud();
      to:
      parent::__construct();

      This should fix it

      August 15, 2011 at 12:45 pm
  • Reisen

    nice tutorial for newbies thank you

    December 18, 2011 at 4:41 pm
  • Malaysiana Hotelier

    Thank god for this useful guide. Definitely what I am looking for. Been looking for guide to integrate expedia affiliate content with wordpress for ages!

    Will definitely give it a try this weekend :)

    January 13, 2012 at 8:15 am
  • mihai

    Parse error: syntax error, unexpected T_VARIABLE in /home/hotelszi/public_html/wp-content/plugins/samsarin-php-widget/samsarin-php-widget.php(97) : eval()’d code on line 67

    i got this eroo on samsarin php…why?

    January 24, 2012 at 2:44 pm
  • Franz Rieser

    Hi, I am Franz from Austria.
    The following error occured by embedding the recommended HTML code into the
    Samsarine Widget.
    Warning: Invalid argument supplied for foreach() in /home/vraantz/public_html/wp-content/plugins/samsarin-php-widget/samsarin-php-widget.php(93) : eval()’d code on line 1
    1st: How can I fix it ? (may be there is a mistake in the code ?)
    2nd I am following your 10-ste guide and have a second problem: Cannot find
    any “costume fields”.

    Would be very grateful for help. Thankyou!

    February 11, 2012 at 4:33 pm
  • Ken

    Hi there,

    Have an issue regarding “9. Setting up your sidebar”
    Sample CID(310453) works fine in my site but somehow my CID(369530) doesn’t return any result and always shows “Sorry, no available hotels were found. Please try alternative options. ”

    How can I resolve it??

    Thanks

    February 16, 2012 at 10:15 pm
  • Steve M

    Dear llcheng,

    Hope you are fine as I am. Just saw your posts in Expedia Affiliate Network and thought of requesting your assistance. Am very grateful for your helpful resource on this topic. I have a question that has left me confused on integrating wordpress with Expedia Affiliate Network: My new wordpress site is http://exotic-romantic-vacations.com

    1) How do I load my footer and header since its in wordpress in php format and the network only accepts html or htm files?

    2) How do I effectively and successfully integrate my site to be on romantic vacations theme? I should be grateful for response at your own convenient time. Kind Regards, Steve

    March 28, 2012 at 2:13 pm
    • Martin Macdonald

      Hi Steve,

      you are correct in saying that the network only accepts html or htm files – this is to maintain security for all affiliates in the network as malicious code could be left in a php file.

      In order to skin the header and footer quickly and easily, you could try saving a copy of your site locally in a compatible format then cutting just the parts that you need out of the template using a graphical editor such as dreamweaver (commercial software by Adobe) or NetBeans (free software available here http://netbeans.org/downloads/ ).

      As to how to integrate your site into the romantic vacations theme, that will be achieved using the colour pickers and styling tools available in your merchandising central.

      best regards
      Martin

      April 2, 2012 at 10:42 am
  • saj

    Hi

    I am a new Expedia affiliate, trying to install the ‘Arras theme’ in my WordPress site; but the theme is not showing up in my search results.

    Can you please advice if its still available?

    Thanks

    April 2, 2012 at 9:21 am
    • Martin Macdonald

      Hi Saj,

      it is available here: http://www.arrastheme.com/

      thanks
      Martin

      April 2, 2012 at 10:45 am
  • QuickHotels

    You guys fail to mention how all the existing websites in WordPress should do this as it cannot be expected that everyone is going to run the same theme/template as the one you talk about here.

    Also it is quite weird you guys did not find out a different method than having everyone redoing their footer and header to upload to your system. The integration of such will not integrate the wordpress menu, especially if the menu is dynamically updated.

    April 8, 2012 at 12:07 pm
  • Get A Trip Vacations

    What I would really love to see Jose Truchado or any other EAN staff member reading this, is exactly how we can integrate unique content into a website such as this Travel WordPress Arras Theme. In other words, how we can escape all this Duplicate Content ? Where exactly and how is the unique content filtered in?

    July 11, 2012 at 2:56 am
    • Martin Macdonald

      Hi Roman,

      I would really love to be more specific, but if I can just say “watch this space” for now that would be great! Seriously though, the shortcomings of current template methodology and the need for unique content at a destination and a hotel level isnt something that we have missed, but right now we are working out the best way to approach the issue. As soon as there is a solution I will let you know!

      thanks
      Martin

      July 12, 2012 at 8:38 am
  • deyo

    Hi, how do I get the http://www.arrastheme.com/ into wordpress so I can apply it to my theme?

    May 9, 2013 at 5:13 pm
  • deyo

    How do I get a CID number?

    May 9, 2013 at 5:52 pm

Leave a Reply

Click here to cancel reply.

Connect with us

Travel Affiliates on Google PlusTravel Affiliates on TwitterTravel Affiliates on FacebookTravel Affiliates on LinkedInTravel Affiliates on RSSJoin our Travel Affiliate Network

Categories

  • Best Practices (14)
  • Blog (2)
  • Conferences (6)
  • Content (3)
  • Contests (2)
  • CRO (1)
  • EAN Events (2)
  • Featured (45)
  • Guest Posts (1)
  • Integration (18)
  • Merchandising (8)
  • Mobile (3)
  • Products (2)
  • SEO (32)
  • Social Media (10)
  • Uncategorized (6)
  • Upcoming Events (9)

Top Authors

  • Louise Bell RSS feed (21)
  • Jose Truchado RSS feed (18)
  • Martin Macdonald RSS feed (13)
  • Jeff Slipko RSS feed (5)
  • Ira Ignatova RSS feed (3)
  • Lara Irwin RSS feed (2)
  • Charlie Ranlett RSS feed (2)
  • Kate Fetty RSS feed (2)
  • Lily Cheng RSS feed (2)

Top 10 Posts

  • EAN Wordpress travel site: 10-step guide to creating yours!
  • How to Create and Upload your Header and Footer in Chameleon
  • New URL masking Guidelines
  • Why White Label?
  • Uploading a Header and a Footer for Your Affiliate Site
  • Search boxes that you can brand
  • EAN Insider Info: Our new Hotel API v3
  • EAN's API Made Easy - New White Papers
  • What's in a CNAME?
  • How to Customize your EAN Search Box for a Niche Site I
Private Label & API:
  • Commissions & Payments
  • Integration & Samples
  • Merchandising Resources
  • Support
  • Developers
  • About EAN
  • Program Benefits

© 2002-2012 Expedia Inc. All Rights Reserved. Terms and Conditions and Privacy Policy EAN, ean.com, expediaaffiliate.com, Expedia Affiliate Network logo, ian.com and Interactive Affiliate Network logo are trademarks and/or service marks of Expedia, Inc.