أدمجت وضمنت [أمزون] [أستور] مع [ووردبرسّ] صفحة

[أستور]
[أستور] جديدة [أمزون] منتوج ل [أمزون] شريكات أنّ يعطي مؤسسات القدرة أن يخلق مخزن محترفة متوفّر على شبكة الإنترنات في فقط عدّة دقائق ودون الحاجة لمعرفة أو مهارات من متقدّمة [هتمل] يبرمج. على أحسن وجه من كلّ, [أمزون] [أستور] ليس فحسب يستطيع كنت اقترنت مباشرة من موقعتك, هو أيضا يستطيع كنت طمرت من الدّاخل وضمنت داخل ك موقعة أو [بلوغ]. هكذا أنت يستطيع بدأت عملك متوفّر على شبكة الإنترنات يبيع [أمزون] أو ه شريكات منتوجات وكسبت مؤسسة توصيل عمولات دون حتّى يترك زائراتك يترك موقعتك.

قد زوّد [أمزون] 3 خيارات وطرق أن يضمّ ونشرت [أمزون] [أستور], [إي.]. اقترنت مباشرة إلى [أستور] ك كموقعة يعمل ذاتيا, طمرت [أستور] ك يستعمل إطار متوافقة وضمّدت [أستور] ك يستعمل [فرمست] لموقعات أنّ يستعمل إطار تصميم بنية. إن أنت تمتلك عاديّة [هتمل-بسد] موقعة, دمج وإندماج ال [أستور] داخل الموقعة جدّا يتيح ومستقيمة. فقط خلقت خطوة مباشرة إلى ال [أستور] مخزن متوفّر على شبكة الإنترنات, أو خلقت صفحة جديدة وأدخلت ال [إيفرم] أو إطار تصميم يقترن [إمبدينغ] رمز أنّ زوّد ب [أمزون] إلى الصفحة جديدة, بعد ذلك إلى الصفحة جديدة من ك رئيسيّة فهرسة صفحة. مهما, إن أنت يكون [بلوغّينغ] على [ووردبرسّ] منصة, ليس ال [ستبس] أن يضمن [أمزون] [أستور] مع [ووردبرسّ] هكذا مستقيمة. مهما, [أستور] و [ووردبرسّ] يستطيع بعد كنت ضمنت ب يستعمل [ووردبرسّ] صفحة طبعة, [س ثت] ال [أستور] سيظهر في الهيكل أو تصميم [ووردبرسّ], دون الحاجة من أيّ [ووردبرسّ] [بلوجن].

تبعت أن يدخل وطمرت [أمزون] [أستور] داخل [ووردبرسّ] [س ثت] [أستور] يكون ضمنت مع [ووردبرسّ], هذا تعليمات:

  • تلاقيت ووقعت فوق ك Amazon.com شريكات.
  • بنيت ال [أستور] ب [أمزون] ب يتبع 4 [ستبس] بسيطة, حيث أنت يستطيع انتقيت ك يظهر [أمزون] منتوجات أنّ الزائرات إلى مخزنك متوفّر على شبكة الإنترنات أولى سيرون, يختار أيّ منتوج أصناف و [سوب-كتغريس] أنّ سيعرض على [سدبر], صنع وفقا لطلب الزّبون اللون وتصميم ال [أستور], وصنع وفقا لطلب الزّبون [أستور] [سدبر] ب يستعمل [سدبر] [ويدجتس].
  • حصلت بعد بناية وصنع وفقا لطلب الزّبون ال [أستور], ك شخصيّة خطوة رمز ل [أستور]. اخترت يطمر مخزني يستعمل متوافقة إطار خيار أن يحصل الخطوة أن ينشر في [ووردبرسّ] صفحة.
  • خلقت حسب الطّلب صفحة طبعة ل [ووردبرسّ] يؤسّس على ك موجودة صفحة طبعة, غير أنّ دون ال [سدبر] ب يمحو ال <? [فب] [جتسدبر] (); ?> خطّ. هذا لأنّ 800 عنصر صورة عرضا, ول أكثر من المواضيع ل [ووردبرسّ], [أستور] لن يلائموا ضمن الصفحة إن هناك يكون أيّ [سدبر]. As Wordpress templates are heavily aligned and positioned by using CSS DIV tags, you may need to remove DIV in CSS layout that restrict the width of the layout in your aStore page template. Generally, a aStore page template would like similarly like this (comments on template code in italic, can be safely ignored):

    <?php
    /*
    Template Name: aStore Page
    */
    ?>
    The above section is important so that Wordpress will identify the new theme’s php file as a Page template. You can change the template name though.

    <?php get_header(); ?>
    In Wordpress theme’s header, there may be also DIV tag that controls the width in the Page layout. If it’s the case, the remove this line, the copy and paste the everything from Header template, and modify accordingly.

    <div class=”content”>
    Again, this may restrict the width of layout, if so, replace it with your own DIV structure, or simply with <center></center> (which I used) or just remove the line.

    <iframe src=”http://astore.amazon.com/techgadgetrev-20″ width=”90%” height=”1000″ frameborder=”0″ scrolling=”yes”></iframe>
    Replace above line with your own Amazon aStore link, unless you want to donate your commission to me. I personally found that the height is too big, so I reduced it and modified the scrolling to yes. If your layout is just 800 pixels, you might need to modify the width to 100% too.

    </div>
    If you don’t use any DIV above, just remove this line too. If you use <center>, replace with </center>.

    <?php get_footer(); ?>

    Note: You can also exclude the theme’s header and footer (basically mean empty template file just just a line of aStore affiliate link, but that defeat the purpose of integration with Wordpress.

  • Upload the new template with aStore code to your Wordpress theme’s directory. So if you’re using Blogsome or Wordpress.com, you may be out of luck.
  • Create a new Wordpress static Page by clicking on “Write” then “Write Page”.
  • Key in any Title you like, then on the Page Template at the side, choose aStore Page (or whichever name you gave to the new template).WordPress Page Template option for aStore
    Then save the page.
  • You’re done. Your integrated Wordpress aStore page has been published.

IMPORTANT: This is a machine translated page which is provided "as is" without warranty. Machine translation may be difficult to understand. Please refer to original English article whenever possible.

Share and contribute or get technical support and help at My Digital Life Forums.



39 Responses to “Incorporate and Integrate Amazon aStore with Wordpress Page”

Pages: [2] 1 » Show All

  1. QVC
    August 11th, 2008 07:32
    39

    Hi there.

    After hours of mulling over the issue, I finally got my aStore integrated into my site. One thing, though. You can set the scrolling to “auto” so that the scrollbars appear only when needed.

    In addition, Amazon makes customizing various colors via the CSS for the aStore a snap.

    Thanks again!

  2. Mom Unplugged
    May 28th, 2008 05:59
    38

    Thank you, thank you, thank you!!! I have been trying to figure out how to do this for weeks. I learned a lot and made quite a nice store I think. Thanks again!

  3. Allyson
    May 14th, 2008 09:43
    37

    Hello,

    I’ve taken a look at your tutorial here for embedding my aStore into my Wordpress.org website, but I have to admit that I am a bit confused.

    I’ve included my site in the website link for reference.

    What I’d like to do is create a new page on my site, between the page tabs Join and Artwork called Shop.

    Inside of the page Shop, I’d like to embed my aStore.

    However, as you mentioned, the storefront is too wide to be adequately placed within the margins of the post area. So I am wondering how do I remove the sidebars from showing just on the Shop page while keeping them as they are on other pages of my site?

    I also notice, from looking at a few blog sites listed in some of the comments, that some users have a sidebar option that shows a preview of a few of their shop items and once a user clicks on that sidebar preview, they are taken into a page on their Wordpress site without sidebars that showcases the shop entirely. This is another option I am interested in for my website.

    If you can help me with this issue, I’d greatly appreciate it and any time you take out of your schedule to do so.

    Warmest Regards,

    Allyson N. Jason

  4. aStore Proxy
    March 12th, 2008 11:46
    36

    There are a few limitations with iframe based astores. These are listed at astoreproxy.com
    and also the solution.

  5. cyclist
    February 26th, 2008 22:05
    35

    Hi, thanks for this great tutorial.

    Our site is live in 20 minutes

    (for anyone struggling - don’t just copy the code above - you need to change the “” - otherwise your server will return a 404)

  6. How to place a Job-a-matic job board in your Wordpress blog | HowToTuts.com
    February 3rd, 2008 01:31
    34

    [...] The way to integrate Job-A-Matic in your WordPress blog is the same as how you go about integrating Amazon aStore in a WordPress page. ORMSblog has written a similar tutorial for embedding Job-A-Matic in your WordPress blog [...]

  7. Handyguys
    January 21st, 2008 05:08
    33

    Thanks for this article, it will help a lot of people.

    Do you know a way to easily add links to blog posts that link to items in your aStore within your iframe? Does that make sense?

  8. links for 2007-12-26 | SridhaReena
    December 27th, 2007 07:17
    32

    [...] Incorporate and Integrate Amazon aStore with Wordpress Page » My Digital Life (tags: amazon wordpress astore embed iframe) [...]

  9. Rod
    October 11th, 2007 20:46
    31

    Thanks for the tip. I was stumped until you pointed out the need to create a new template for the page - after that it was easy. Up til that point I was having all kinds of nightmares about having to hack the existing templates…

  10. JRain
    July 17th, 2007 04:48
    30

    Thanks for the instructions I am SOOOOO happy with my store integration!

  11. Jason King
    July 1st, 2007 05:18
    29

    Your instructions worked and I now have an Amazon aStore within my WordPress site at http://www.afloat.org.uk.

    Thanks for the advice!

  12. Tine Müller
    May 29th, 2007 19:06
    28

    Do you know of a blog where it’s used?

    I ask because I have some problems making an iframe myself but showing a map like this http://www.tinemuller.dk/new_wordpress/another-test-map/.

    I have now deleted from the code because of too many problems but would really like to have this above the map but can’t get it to functioning.

  13. admin
    May 29th, 2007 03:47
    27

    aStore used to on this blog, but now been taken down.

  14. Tine Müller
    May 28th, 2007 19:25
    26

    Am I blind or don’t you have this used on this Blog?

Pages: [2] 1 » Show All

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting


Custom Search

New Articles

Incoming Search Terms for the Article

wordpress astore - astore wordpress - wordpress amazon affiliate - amazon astore - wordpress amazon store - wordpress amazon - wordpress amazon astore - astore templates - astore theme - wordpress amazon widget - amazon astore wordpress - amazon affiliate wordpress - amazon embed - amazon astore templates - wordpress amazon associates - astore template - embed amazon - making amazon iframe php for wordpress - embed Amazon store in Wordpress Page - astore in wordpress - wordpress amazon store plugin - amazon astore on wordpress - amazon store wordpress - astore+wordpress - astore - iframe amazon - adding amazon to wordpress - astore amazon - add amazon store to wordpress - amazon astore in wordpress - astore iframe - how to add amazon astore to wordpress - astore wordpress plugin - amazon astore template - astore with wordpress - problem with wordpress and amazon - amazon astore theme - frameset astore - How to embed aStore in wordpress - integrating astore to wordpress - integrate amazon store into wordpress - Simple link to my store as a standalone site wordpress plugin - amazon astore and wordpress - astore.amazon.com - wordpress theme amazon - wordpress amazon astore plugin - srpski template za wordpress - how do I add amazon astore to my wordpress blog - iframe wordpress page - insert astore in wordpress -