Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Amazon Affiliate Change to Smile Links

Descripción

Looks for a shortened amazon affiliate link like https://amzn.to/33GJdHb and converts it to the smile version (https://smile.amazon.com/dp/B00X0AWA6E/ref=as_li_ss_tl?ie=UTF8&linkCode=ll1&tag=playwiththewe-20&linkId=d88644f0ca89b94b52f5710bf6750b0a&language=en_US) at runtime. This process can be slow so there is some caching.

How the WordPress AmazonSmile plugin works – Long Version from http://thomasloughlin.com/amazon-smile-amazons-affiliate-program/

Adds a filter so the content is passed to a function.
Content is searched for a shortened Amazon Affiliate Link.
The ‘key’ is extracted from the url and checked against cache.
If the end url is not found, the full url is grabbed, converted to smile and thrown into cache.

It’s pretty simple to run, just drop it in the plugin directory and activate that’s all it takes.

Instalación

  1. Upload the complete directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Test – You assume all risk in changing urls.

Preguntas frecuentes

Can I use this to change regular www.amazon.com affiliate links to smile.amazon.com affiliate links?

Yes – to do so, change the line «return $content;» to «return str_replace($normal_url,$smile_url,$content);». Please make sure to test all your links.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP Amazon Affiliate Change to Smile Links» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

1.0.1

  • Updated readme.

1.0.1

  • Updated readme / updated after testing with WP 5.3.