Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Simple Emzon Links

Beskrivelse

Are you ready to generate revenue with minimal efforts from Amazon Affiliate Links?

Simple Emzon Links is a simple WordPress plugin that uses Amazon Product Advertising API and allow you to display desired product from Amazon within your WordPress Post Editor. The generated links are tagged with your Amazon Associate ID.

The plugin is built with the following philosophy:

  • Use of sensible and simple HTML5 markup
  • Provide realtime data from Amazon Server – it is up to you to show the plugin to your theme and taste
  • Cache possible – Default Cache time is 2 hours for rapid load
  • Change colors and borders.
  • Gutenberg Block Support (Amazon Product available in Embed).
  • Shortcode Support ( [salfwp product_id=»B07P9F2ZNP»] ).
  • Easy Setup flow to configure and go live in minutes.

COMPATIBLE WITH PA-API 5!

As of 2019/10/31, Amazon ended PA-API v4 and your site may no longer be able to display Amazon products with old API keys. In that case, regenerate keys on the Amazon Associates member’s area and you are good to go!

CREDITS

A plugin by WDDPortfolio and Muhammad Furqan Abid.

Skjermskudd

  • Amazon product on the front end
  • Backend Post Area
  • Settings Panel

Blokker

Denne utvidelsen gir 1 blokk.

  • Simple Emzon Links

Installasjon

To install this plugin:

  1. Upload the simple-emzon-links folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!

Alternatively you can search for the plugin from your WordPress dashboard and install from there.

FAQ

Hooks & Filters

The plugin has shipped with cache time controll filter. You can adjust the cache time for retrieving details from Amazon:

add_filter('salfwp_cache_time', 'salfwp_my_cache_time');

function salfwp_my_cache_time() {
    return HOUR_IN_SECONDS * 2;
}

How To Obtain Access Key and Secret Key

Simple Emzon Links require an Access and Secret Keys to perform API requests.

For detailed instructions, please go to the Product Advertising API developer section.

Step 1 – Create a Amazon Affiliate Account

Before you create an access key, you have to make sure you have singed up with Amazon Affiliates.

Step 2 – Create an Access and Secret Key

After you sign in your Amazon Associates account, in the Amazon Associates page, choose Tools and then choose Product Advertising API.

Choose Join.

After you sign up, copy your Access Key and Secret Key from Download credentials page.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

“Simple Emzon Links” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

“Simple Emzon Links” har blitt oversatt til 1 språk. Takk til oversetterne for deres bidrag.

Oversett “Simple Emzon Links” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

0.2

Release Date: January 31st, 2021

  • WordPress 5.6 Compatible

0.1

  • Initial release