WordPress Tutorial: Amazon Product In A Post Plug-in

WordPress Tutorial: Amazon Product In A Post Plug-in


Amazon Product in a Post Plug-in is a great way to promote products with you Amazon affiliate link. I got code from the developer to make a clean boxed layout. Let me know if you want the code, I can email it.

17 Comments

17 Replies to “WordPress Tutorial: Amazon Product In A Post Plug-in”

  1. hi thanks for the vid. I need the code too. perhaps you can post it in your description?

  2. Here is the code, sorry for the delay.

    /Amazon–/
    .amazon-related .amazon-element-wrapper {

    display: block;

    width: 31%;

    float: left;

    max-height: 275px;

    height: 275px;

    margin: 1%;

    }

    .amazon-related .amazon-element-wrapper .amazon-image-wrapper{

    max-width: 100%;

    max-height: auto;

    }

    .amazon-image-wrapper img {max-height: 3000px;max-width: 100%;}
    .amazon-element-wrapper {

    width:23%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #ccc;

    padding: 1%;

    margin: 1%;

    float: none;

    display: inline-block;

    vertical-align: top;

    }

    .amazon-related {display: table;}

    .amazon-image-wrapper img {max-height: 156px;max-width: 100%;}
    .amazon-image-wrapper {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    max-width: 100%;

    }

    .amazon-element-wrapper {

    width: 22%;

    }

  3. I know this video is old now..I keep gettiing Error: Invalid Request (file_get_contents) starting to pev me off lol

  4. many thanks for the video and the code! plugin still works like a charm. good stuff buddy!

  5. Are you able to post more than one product per page ? Because if you add one product you cant create a new product ASIN until the last one gets deleted. Hope you can help me

Comments are closed.