-
@PavelS Thanks for your reply. I needed it in the menu the way it's done here in UNA. I already knew about the Add2Any code in the raw block, which is what I ended up doing.
I thought it could easily be added as an item into the View Action menu, only to realize that custom pages don't have a module's View Action menu. @LeonidS
-
I understand, in that case I think you could make a modul Add2Any that you install and then see in the Pages--Add blocks
-
Hello @OneEagle !
For the the custom page the special button from the View Items action hasn't a big sense. So dear @PavelS (thnx, mate!) is right you'd better to create the custom block with the link's code within:
<a href="javascript:void(0)" onclick="oBxDolPage.share(this, 'URL of the curent page')">Link name</a>
-