November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
A classic challenge in many CMS - and also in Episerver - has always been what do you do with large amounts of non-hierarchical/flat content? There has been many workarounds along the way and I was just on my way to make yet another when I...
Some TinyMCE plugins use JavaScript callbacks which you can define in the initialization. Episerver uses TinyMceSettings class to pass the initialization configuration for the editor instances. Internally Episerver serializes the settings to JSON ...
This architecture uses the Azure API Management to provide access to content from EPiServer for different channels. Contents are exposed via headless API and other Custom written APIs. Editors and admins will have secure access to EPIServer CMS. A...
This architecture uses the Azure API Management to provide access to content from EPiServer for different channels. Contents are exposed via headless API and other Custom written APIs. Editors and admins will have secure access to EPIServer CMS. A...
Today I’d like to show very small extension that can be useful for some editors. In edit mode, when clicking “view on website”, the page is opened in same window. Of course using quick navigation button Editors can go back to the same edit place,...
The overarching concept of personalization is to improve the customer experience on a site by utilizing information to present unique content that’s specific to each individual site visitor’s needs. That being said, when it comes to personalizatio...
After creating the project with Empty Episerver site using Episerver CMS Visual Studio Extension version 11.4.0.370, updated the EPiServer.CMS Nuget packages to version 11.10.1 and checked the default schedule jobs that were defined: The default...
Hello World. In this post I'll show you how to modify UISignInManager so that it does not fully rely on the ReturnUrl query parameter for redirects, enabling us to use whatever redirection logic we may desire and/or require! The context I recently...