photo gallery for CKEditor
I need to integrate a photo gallery to the CKEditor.
I have a list of albums to be shown on the page. I need to have an custom icon in the CKEditor, which shows the list of albums on click of that. I need to have an option to select the album and show the album inside the page as like Galleria.
开发者_JAVA百科I need to be able to show the gallery between the actual content something like Sample.
Any Ideas on this?
I'm afraid you have to program your own plugin. I don't know any plugin that do what you want. An alternative idea is to use a file browser like PWE to allow users to choose images in a server folder.
精彩评论