amic f6488cf7fe form story add | 2 anos atrás | |
---|---|---|
.. | ||
icons | 2 anos atrás | |
README.md | 2 anos atrás | |
plugin.js | 2 anos atrás |
HTML
<textarea name="editor1" id="editor1" rows="10" cols="80"></textarea>
JavaScript:
CKEDITOR.replace('editor1',{
extraPlugins: 'powrsocialfeed',
height: '800px',
});
CKEDITOR.plugins.addExternal('powrsocialfeed', "https://cdn.jsdelivr.net/gh/superpowr/powr_for_ckeditor4/powrsocialfeed/", 'plugin.js');
Unzip the downloaded plugin powrsocialfeed.zip
and put the resulting powrsocialfeed
folder into the plugins
folder of your CKEditor installation. Example:
http://example.com/ckeditor/plugins/powrsocialfeed
Enable the plugin by using the extraPlugins
configuration setting. Example:
config.extraPlugins = 'powrsocialfeed';
After the POWr Social Feed for CKEditor plugin is installed, it's easy to create and update Social Feed!
Easily add a Social Feed within the CKEditor by clicking the Insert Social Feed
Icon. Insert more POWr Apps by clicking the + POWr
menu.
The Social Feed will then appear within the Editor. Click Edit Social Feed
to open the POWr Editor and create and update your Social Feed.
Visit our help center and get answers!