World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
As I promised in my previous blog post about getting started with Optimizely Frontend Hosting, today I’m delivering on that promise by sharing how to automate your deployment process with GitHub Actions . In this step-by-step tutorial, I’ll show y...
Step 1: Add Environment Info to the UI Create a custom UIDescriptor and a ComponentDefinition to inject a badge into the CMS UI. using EPiServer.Shell; using EPiServer.Shell.ViewComposition; [UIDescriptorRegistration] public class EnvironmentBadge...
Goal: To ensure that the latest published or last updated content is ranked higher in your search results, you can modify your query to include a boost based on recency . This typically involves boosting content based on a date field such as ...
I was faced with a somewhat unexpected MissingMethodException changing a property type from string to XhtmlString while making changes to an Optimizely website for my current client. I’ve done this sort of change on mant occations, and moving from...
I had a support case the other day with a question around search on global assets on a multisite. This is the result of that investigation. This code is provided as-is but please let me know if you have any feedback. In Episerver (Optimizely) CMS,...
How to fix a strange issue that occurred when I moved editor-uploaded files for some old Optimizely CMS 11 solutions to Azure Storage.
Learn how to enable Opal AI, and meet your infinite workforce.
Optimizely Frontend Hosting is a cloud-based solution for deploying headless frontend applications - currently supporting only Next.js projects. Its deployment process and core concept are familiar to .NET developers who have worked with Optimizel...