We have implemented a new (optional) way of exposing the syndication panel. You will now have the ability to show destination sites for your widget on the front of your widget. A menu bar can be aligned to the top or bottom of your widget to show these locations. The benefit of this menu bar is that it allows one less click, and can show the most important destinations (as you choose) up front. Implementing this feature is very easy -- once your widget is initialized, you simply call widget.syndication.initOverlay(), as shown below:
As you can see, you can pass in a list of strings for destinations that you want to appear on the menu. Here is a full list of the possible strings you can use:
If you would like to customize the appearance and alignment of this component, you can call widget.syndication.styleOverlay(), as show below:
That's it! You can view an example of the "Sliver" syndication panel here.
yourminis
Comments