Incorporate and Integrate Amazon aStore with Wordpress PageアマゾンaStoreに組み込むと統合WordPressのページ

astore
aStore is a new Amazon product for Amazon Associates that gives affiliates the ability to create a professional online store in just several minutes and without the need for knowledge or skills of advanced HTML programming.アマゾン社は、新しい製品をastore Amazonアソシエイトプログラムを作成する能力を与えるの子会社、プロのオンラインストアでわずか数分とを必要とせず、高度なHTMLのプログラミングの知識や技術を有する。 Best of all, Amazon aStore not only can be linked directly from your website, it also can be embedded within and integrated into your website or blog.何より素晴らしいのは、アマゾンaStoreできるだけでなく、お客様のウェブサイトのリンクから直接、それに埋め込まれたこともできますし、ウェブサイトやブログに統合されています。 So you can start your online business selling Amazon or its partners products and earn affiliate referral commissions without even letting your visitors leaving your website.あなたのオンラインビジネスを開始することができますアマゾンの販売またはそのパートナー製品と紹介手数料を稼ぐアフィリエイト残し、お客様のウェブサイト訪問者にも通知しています。

Amazon has provided 3 options and ways to integrate and publish Amazon aStore, ie link directly to your aStore as a stand-alone site, embed your aStore using an inline frame and integrate your aStore using a frameset for websites that use frame layout structure.アマゾンコムが提供する方法を3つのオプションとを統合し、刊行アマゾンaStore 、すなわちastoreに直接リンクして、スタンドアロンのサイトとしては、インラインフレームを使用して埋め込みしてastoreと統合してフレームを使用してastoreウェブサイトのレイアウト構造フレームを使用しています。 If you own a normal HTML-based website, integration and incorporation of aStore into the website is very easy and straight forward.を持っている場合、通常のHTMLベースのサイトに統合とastore混入のウェブサイトには非常に簡単で、まっすぐ進む。 Just create a link directly to the aStore online store, or create a new page and insert the iframe or frame layout embeding code that provided by Amazon to the new page, then link to the new page from your main index page.を作成するだけのastoreオンラインストアに直接リンクするか、または新しいページを作成するとレイアウトやフレームを挿入してiframeのembedingアマゾンで提供されるコードを新しいページで、新しいページからのリンクを入力し、お客様のメインのインデックスページをご覧ください。 However, if you’re blogging on Wordpress platform, the steps to integrate Amazon aStore with Wordpress are not so straightforward.しかし、もしあなたがブログをWordPressのプラットフォームは、アマゾンaStoreを統合する手順を実行してWordPressのはそれほど簡単です。 However, aStore and Wordpress can still be integrated by using Wordpress page template, so that the aStore will appear inside the framework or layout of Wordpress, without the need of any Wordpress plugin.しかし、 WordPressのastoreと統合されることもWordPressのページテンプレートを使用して、 astoreが表示されるように、内部のフレームワークやレイアウトのWordPressは、 WordPressの差込式を必要とせず、いかなるです。

To insert and embed Amazon aStore into Wordpress so that aStore is integrated with Wordpress, follow these instructions:アマゾンaStoreを埋め込みを挿入してWordPressのようにWordPressのastoreが統合され、次の手順に従って:

  • Join and sign up as anサインアップに参加し Amazon.com Associates amazon.comアソシエイツ .です。
  • Build the aStore by Amazon by following 4 simple steps, where you can select your featured Amazon products that the visitors to your online store will first see, choose which product categories and sub-categories that will display on sidebar, customize the color and design of aStore, and customize aStore sidebar by using Sidebar Widgets.アマゾンastoreをビルドして次の4簡単な手順を実行され、ここですることができます。目玉商品を選択してAmazonの製品は、オンラインストアは、最初の訪問者を参照して、選択してから、製品カテゴリーとサブカテゴリをサイドバーに表示される、色やデザインをカスタマイズするastoreし、サイドバーのウィジェットを使用してサイドバーをカスタマイズastoreです。
  • After building and customizing the aStore, get your personal link code for aStore. astoreした後の建物とカスタマイズして、個人的なリンクのコードを取得してastoreです。 Choose embed my store using an inline frame option to get the link to publish in the Wordpress page.マイストアを選択埋め込みインラインフレームを使用してリンクを公開するオプションを取得するには、 WordPressのページをご覧ください。
  • Create a custom page template for Wordpress based on your existing Page template, but without the sidebar by deleting the <?php get_sidebar(); ?> line. WordPressのカスタムページテンプレートを作成するにして既存のページテンプレートに基づいて、しかしこれには、サイドバーを削除して<ですか? PHPのget_sidebar ( ) ;ですか? >ラインです。 This is because 800 pixels wide, and for most of the themes for Wordpress, aStore won’t fit within the page if there is any sidebar.これは、幅800ピクセル、およびWordPressのほとんどのテーマのために、 astoreはない場合には収まるように、ページの任意のサイドバーです。 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.としてWordPressのテンプレートは大きく整列した領域と、ポジショニングをCSSのタグを使用して、領域を削除する必要があるかもしれませんがCSSレイアウトの幅を制限することにしてastoreページのレイアウトのテンプレートです。 Generally, a aStore page template would like similarly like this (comments on template code in italic , can be safely ignored):通常、ページテンプレートをastore同様にこのよう希望(コメント上のテンプレートのコードを斜体 、ではないので無視) :

    <?php <ですか? PHPの
    /* / *
    Template Name: aStore Pageテンプレート名: astoreページ
    */ * /
    ?>ですか? >
    The above section is important so that Wordpress will identify the new theme’s php file as a Page template. セクションは、上記のようにWordPressのは、識別するための重要な新しいテーマのPHPファイルをページテンプレートです。 You can change the template name though. テンプレート名は変更することができます。

    <?php get_header(); ?> <ですか? PHPのget_header ( ) ;ですか? >
    In Wordpress theme’s header, there may be also DIV tag that controls the width in the Page layout. WordPressのテーマのヘッダ、 divの札もあるかもしれませんが幅を制御して、ページのレイアウトです。 If it’s the case, the remove this line, the copy and paste the everything from Header template, and modify accordingly. もしそんな場合には、この行を削除、コピーして貼り付けてからのすべてのヘッダーテンプレート、および変更します。

    <div class=”content”> <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. 再び、この5月のレイアウトの幅を制限して、もしそうならば、置き換えることが自分の領域の構造か、または、単にお<center> < /センター> (これ私使用される)または単に行を削除してください。

    <iframe src=”http://astore.amazon.com/techgadgetrev-20″ width=”90%” height=”1000″ frameborder=”0″ scrolling=”yes”></iframe> <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. 上の行に置き換えるリンクして、アマゾンaStore場合を除いて、お客様の委員会への寄付をしたいね。 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. お使いのレイアウトはわずか800ピクセル、幅を変更する必要があるかもしれません%から100 %が判明しました。

    </div> < /部>
    If you don’t use any DIV above, just remove this line too. 任意の領域を使用しない場合は上記のは、あまりにもこの行を削除します。 If you use <center>, replace with </center>. <center>を使用する場合は、置換後の文字< /センター>です。

    <?php get_footer(); ?> <ですか? 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.注:することもできますテーマのヘッダーとフッターを除外する(基本的に空のテンプレートファイルを意味するだけの行astoreアフィリエイトのリンクだけが、その目的との統合の敗北WordPressのです。

  • Upload the new template with aStore code to your Wordpress theme’s directory.新しいテンプレートをアップロードしてastoreコードをコピーしてWordPressのテーマのディレクトリにコピーします。 So if you’re using Blogsome or Wordpress.com, you may be out of luck.これBlogSome -またはw ordpress.comを使用する場合は、運が悪いれることがあります。
  • Create a new Wordpress static Page by clicking on “Write” then “Write Page”. WordPressの静的なページを新規に作成をクリックして"書き込み"入力し、 "書き込みページ"です。
  • 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).任意のタイトルのキーを表示するには、クリックして、ページテンプレートは、側では、選択astoreページ(またはいずれかの名前を付けた新しいテンプレート)です。 WordPressのページテンプレートオプションをastore
    Then save the page.入力し、保存してページをご覧ください。
  • You’re done.これで完了です。 Your integrated Wordpress aStore page has been published.お客様の統合WordPressのastoreページが公開されています。

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” 39レスポンスを"アマゾンaStoreに組み込むと統合WordPressのページ"

Pages: [2]ページ: [ 2 ] 1 » Show Allすべて表示

  1. QVCキューヴィーシー
    August 11th, 2008 07:32 2008年8月11日07:32
    39

    Hi there.こんにちは。

    After hours of mulling over the issue, I finally got my aStore integrated into my site.時間の問題を検討した後、私は私のastore最後に自分のサイトに統合されています。 One thing, though.一つのことだ。 You can set the scrolling to “auto” so that the scrollbars appear only when needed.までスクロールして設定することができます" auto "をして、スクロールバーが表示される場合にのみ必要です。

    In addition, Amazon makes customizing various colors via the CSS for the aStore a snap.加えて、アマゾンを経由してさまざまな色をカスタマイズのためのCSS astoreを簡単にします。

    Thanks again!再度ありがとう!

  2. Mom Unpluggedママアンプラグド
    May 28th, 2008 05:59 2008年5月28日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 2008年5月14日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.私は撮影してチュートリアルを見て私はここを埋め込むことを私astore wordpress.orgウェブサイトが、私だと認めざるを私は少し混乱している。

    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.このページ内ショップ、マイ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.私も通知は、いくつかのブログサイトから見ていくつかのコメントに記載され、そのいくつかのユーザは、サイドバーのオプションのプレビューが表示されるいくつかのショップアイテムやサイドバーに一度、ユーザーがクリックすると、プレビュー、彼らは考慮してWordPressのサイトにして、ページのサイドバーを完全にその店のショーケースです。 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 astoreプロキシ
    March 12th, 2008 11:46 2008年3月12日11:46
    36

    There are a few limitations with iframe based astores. iframeのは、いくつかの制限をベースastoresです。 These are listed atこれらは記載され astoreproxy.com
    and also the solution.また、解決策です。

  5. cyclistサイクリスト
    February 26th, 2008 22:05 2008年2月26日22:05
    35

    Hi, thanks for this great tutorial.こんにちは、この偉大なチュートリアルいただきありがとうございます。

    Our site is live in 20 minutes当サイトは、 20分に住んで

    (for anyone struggling - don’t just copy the code above - you need to change the “” - otherwise your server will return a 404) (誰に苦闘-上記のコードをコピーしていないだけ-を変更するにする必要があります"" -他のお客様のサーバが代わりに40 4 )

  6. How to place a Job-a-matic job board in your Wordpress blog | HowToTuts.com仕事を配置する方法- Maticを仕事にして委員会でWordPressのブログ| howtotuts.com
    February 3rd, 2008 01:31 2008年2月3日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. [...]への道を統合する- Maticを仕事にしてWordPressのブログに行くのは同じことについてどのように統合するアマゾンaStore WordPressのページをご覧ください。 ORMSblog has written a similar tutorial for embedding Job-A-Matic in your WordPress blog [...] ormsblogが書かれた、同様のチュートリアルを埋め込むことで仕事を- MaticをあなたのWordPress Blog [...]

  7. Handyguys handyguys
    January 21st, 2008 05:08 2008年1月21日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?を簡単にする方法を知ってブログにリンクを追加するの記事にリンクしてのアイテムがastoreにしてiframeのですか? Does that make sense?そのことを意味ですか?

  8. links for 2007-12-26 | SridhaReenaのリンクを2007年12月26日| sridhareena
    December 27th, 2007 07:17 2007年12月27日07:17
    32

    [...] Incorporate and Integrate Amazon aStore with Wordpress Page » My Digital Life (tags: amazon wordpress astore embed iframe) [...]アマゾンaStoreに組み込むと統合[...] WordPressのページ»私のデジタルライフ(タグ:アマゾンWordPressの埋め込みiframeのastore ) [...]

  9. Rodロッド
    October 11th, 2007 20:46 2007年10月11日20:46
    31 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.私はstumpedするまでの必要性を指摘すると、ページの新しいテンプレートを作成する-後にすることは簡単です。 Up til that point I was having all kinds of nightmares about having to hack the existing templates…アップ付きその時点で私はすべての種類の悪夢がハックについては、既存のテンプレートをしなくて…

  10. JRain jrain
    July 17th, 2007 04:48 2007年7月17日04:48
    30 30日

    Thanks for the instructions I am SOOOOO happy with my store integration!指示soooooてくれてありがとう私は満足して私の店の統合!

  11. Jason Kingジェイソンキング
    July 1st, 2007 05:18 2007年7月1日05:18
    29 29日

    Your instructions worked and I now have an Amazon aStore within my WordPress site atあなたの指示がある仕事と私今すぐに私のWordPressのサイトでアマゾンaStore http://www.afloat.org.uk .です。

    Thanks for the advice!アドバイスをありがとうございます!

  12. Tine Müllerタインミュラー
    May 29th, 2007 19:06 2007年5月29日19:06
    28 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お願いするため、私はいくつかの問題を自分自身のiframeしかし、表示中の地図のように 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 2007年5月29日03:47
    27 27日

    aStore used to on this blog, but now been taken down.このブログastoreを使用して、今とられているダウンします。

  14. Tine Müllerタインミュラー
    May 28th, 2007 19:25 2007年5月28日19:25
    26 26日

    Am I blind or don’t you have this used on this Blog?盲目のかどうかを私は、この使用されてこのブログですか?

Pages: [2]ページ: [ 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> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

wordpress astore WordPressのastore - - astore wordpress WordPressのastore - - amazon astore アマゾンaStore - - wordpress amazon affiliate WordPressのアマゾンのアフィリエイト - - wordpress amazon store WordPressのアマゾンストア - - wordpress amazon WordPressのアマゾン - - wordpress amazon astore WordPressのアマゾンaStore - - wordpress amazon widget WordPressのアマゾンのウィジェット - - amazon astore wordpress アマゾンaStoreのWordPress - - amazon embed アマゾンの埋め込み - - amazon astore templates アマゾンaStoreテンプレート - - astore templates astoreテンプレート - - embed amazon 埋め込みアマゾン - - amazon affiliate wordpress アマゾンのアフィリエイトのWordPress - - making amazon iframe php for wordpress アマゾンのiframeのPHPをWordPressのメーカー - - embed Amazon store in Wordpress Page 埋め込みアマゾンストアでWordPressのページ - - wordpress amazon associates WordPressのAmazonアソシエイトプログラム - - wordpress amazon store plugin WordPressのアマゾンストアの差込式 - - astore template astoreテンプレート - - amazon store wordpress アマゾンストアのWordPress - - astore+wordpress astore +のWordPress - - astore astore - - iframe amazon アマゾンのiframe - - adding amazon to wordpress WordPressのアマゾンを追加 - - astore amazon aStoreアマゾン - - add amazon store to wordpress WordPressのアマゾンストアを追加 - - amazon astore in wordpress アマゾンaStoreにWordPress - - how to add amazon astore to wordpress アマゾンaStoreを追加する方法をWordPressの - - astore wordpress plugin astore WordPressの差込式 - - amazon astore template アマゾンaStoreテンプレート - - astore in wordpress astoreにWordPress - - astore with wordpress WordPressのastore - - problem with wordpress and amazon WordPressの問題があるとアマゾン - - amazon astore on wordpress アマゾンaStore上のWordPress - - amazon astore theme アマゾンaStoreテーマ - - frameset astore フレームastore - - How to embed aStore in wordpress astoreを埋め込む方法についてはWordPress - - integrating astore to wordpress WordPressの統合をastore - - Simple link to my store as a standalone site wordpress plugin マイストアのリンクを簡単なサイトとして、スタンドアロンのWordPressの差込式 - - astore.amazon.com astore.amazon.com - - wordpress theme amazon WordPressのテーマアマゾン - - wordpress amazon astore plugin WordPressのアマゾンaStore差込式 - - srpski template za wordpress 姉妹のWordPressテンプレートの座 - - how do I add amazon astore to my wordpress blog アマゾンaStoreにはどうすればよいマイWordPressのブログに追加 - - iframe wordpress page iframeのWordPressのページ - - insert astore in wordpress WordPressの挿入astore - - customize Amazon Associate aStore free アマゾンアソシエイト無料でカスタマイズastore - - integrate amazon アマゾンの統合 - - wordpress plugin amazon affiliate WordPressの差込式アマゾンのアフィリエイト - - astore iframe iframeのastore - -