openasset
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenAsset] Image size limitsHi There,
Just circling back to let you know that since v3.1.0 there is option to sync images closest to 3000x3000px if you wish.
Forum: Plugins
In reply to: [OpenAsset] Support for “Text” content typeHi Julie,
Thanks for your questions and links to your work – the are very nice!
Here’s some more info that’s hopefully helpful.
The plugin can currently be used to sync Project and Employee data along with associated images. It’s been designed to help build project portfolios and team pages on websites such that the information is in sync with OpenAsset. This means that webpages that use this data should retrieve it from the WordPress database. The plugin comes with some bundled templates that can either be modified or used as examples of how to build your own custom UI. This page explains how you can access synced data in code. We may be releasing some video content in the future on how to do this so stay tuned.
When a sync is run, the plugin will create posts for each Project and Employee automatically. How information is displayed on these pages is up to you and how you code the frontend of your site. Integrating directly to the website frontend means the information can be controlled from one place (OpenAsset) and there is no need for admins to manually place data on pages in WordPress.
Since the most recent release, it’s now also possible to only use image syncing, although you do this by setting the Project and Employee pages to be hidden. This means WP admin users can manually place images onto posts as they wish. The hidden Project and Employee posts mean images are searchable by Project and Employee in the Media Library. This offers a means for companies to benefit from this image syncing without integrating data if they do not wish to or are not ready to.
Thanks for your thoughts on syncing Text Assets. We will discuss here and we may get back with further questions.
You asked if it would be more efficient to use our API directly. The purpose of this plugin is to make it much easier to build an integration with OpenAsset as it handles authentication and data / file syncing without writing any code.
You asked about auto sync frequency and sync logic. The options for frequency are 8 or 24 hrs. Once a sync is run individual Projects, Employees and images will be updated if they have been updated in OpenAsset since the last sync. You can also manually run a sync whenever you wish.
Forum: Plugins
In reply to: [OpenAsset] Image size limitsHi There,
Thank you for this question and the context. There’s not a workaround for this that we can suggest right now but we may be able to add in optionality for image sizes for a future update. This idea has been added to a backlog so we will certainly explore it.
Forum: Plugins
In reply to: [OpenAsset] Support for “Text” content typeHi There,
Good question, Text Library is quite new to OpenAsset, released in Dec 2024. It is currently not supported by our WordPress Connector, however, we are working on a plan right now.
It would be very interesting to hear how you would like to use Text Library for this. What kinds of text would you like to sync and how would you want to present it?
Thanks!
Forum: Plugins
In reply to: [OpenAsset] Image size limitsHi there,
The explanation on the help page is referring to how images are selected by the plugin for syncing. Images are not resized by the plugin or as part of the syncing process.
Images in OpenAsset have different sizes that are automatically generated by OpenAsset when they are uploaded. The sizes available will depend on how the instance of OpenAsset is configured as it’s possible to set it up for custom image size creation.
The reason the plugin selects “the closest to 2000x2000px, up to 3.15MB” is to ensure there are high quality versions of the images. For example, you may want to display images in a full width page header or full screen gallery.In order to optimize images for webpage display in different scenarios we recommend that you use the WordPress built in image resizing as documented here.