Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Udorami Lists

Description

Udorami.com is a social list site. Lists can be built by a single
user or a group. Lists can be public or group viewable. The groups
that build the list can be different from the groups that can view
the lists. Public lists can be embedded in WordPress websites using
this plugin. The lists can be displayed in several different style,
from a compact text only to masonry grids. Note: udorami-lists
uses the Salvattore masonry library.

See js/LICENSE for further information.

Installation

  1. Prerequites: you need to have a Udorami account.
  2. Upload the plugin files to the /wp-content/plugins/udorami-lists directory,
    or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Settings->Udorami Lists – Add your API_Key to configure the plugin.
    This can be found in on the My Account page in the Udorami tool.

FAQ

Can we view a private list?

Not at this point in time. We may have a bridge between WordPress
accounts and Udorami accounts in the future.

How do I configure the plugin?

Login to Udorami, View your account. There is a unique API Key generated
for each Udorami customer. Grab the API Key, login to your WordPress
site as an admin. Select « Configure Udorami » under settings and paste
the API Key in.

How do I show a list?

When viewing a list on the Udorami site you’ll notice the list number
on the URL: http://www.udorami.com/wish_lists/view/
While editing a post or page you can add a short code to view any
public list.

[ udorami_list list= ]

Are there other options?

Yes, when you configure the plugin with your API key you will find
additional documentation on other available options for the plugin.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Udorami Lists » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Udorami Lists » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

1.4.1

Added nodescr option to go with the new list layout option.

1.4.0

Refactored for easier maintenance. Tested for newest version of WordPress.
Added two new layouts, masonry with pictures only and a more compact
list for widget areas or pages of links.

1.3.7

Tested with WP 5.1.1 and Gutenberg. It works!

1.3.6

DIVI has made the fix in 1.3.5 not work as they appear to be enqueuing
another version of Salvattore regardless of whether it’s needed or not,
even on a non-builder page. Sigh. So, I’ve modified Salvattore to use
a different data- name. Instead of data-columns, we’re using
data-umicolumns. This should prevent the conflict. I’m including the
original Salvattore version as well as a modified one so a diff can
show what’s been changed easily if somone needs to upgrade the version
of Salvattore in this plugin. Unlikely as it hasn’t been upgraded in
two years, but who knows.
In addition I solved the case where an item will drop to the bottom
of the column because there isn’t enough width in the area it’s being
rendered in. This was due to a small padding I added between columns.
Using percentages now instead of pixels.

1.3.5

Only enqueue the js/css if the shortcode is actually on the page.
This helps with the conflict issue with the DIVI blog module (grid mode)

1.3.3

Added some better error handling when is_wp_error is true.

1.3.2

Fixing up plugin to indicate udorami.com the company owns the plugin
Running with WP_DEBUG produces some issues, these are fixed.

1.3.1

Getting ready to submit the plugin to the WP repository.

1.3

Added notitle, and nolink options.
Notitle – don’t show the list name
Nolink – don’t link back to an internal Udorami list.

1.21, 1.22

  • Minor bug fixes

1.2

  • Become responsive in the masonry grid

1.1

  • Added a masonry grid layout

1.0

  • Initial version.