on 04-09-2024 09:48 AM
Due to the large number of third party applications and Content Management Systems (CMS), 1WorldSync does not provide support for third party applications or CMS. This guide is provided as an aide for guidance and suggestions for integration. 1WorldSync is not liable for any actions, damage or loss. If you require support for your third party application or CMS, please contact the owner or company that produced the application for assistance.
In Joomla 3.0, when adding content and saving, there are various elements that Joomla will remove from your content by default as a security precaution. Joomla will remove any <script> or <iframe> elements. There are some steps required in order to integrate Microsoft DCCN, ContentCast or DataSource Cloud.
There are a variety of solutions:
Then add “div[*]” to Extended Valid Elements to allow empty div containers
SuperAdmins are allowed to post any content tags to the site, assuming that your preferred editor has already been configured. If your account is not a SuperAdmin role, you will need to modify your role to remove the HTML filtering as well.
In the top menu, click System and click Global Configuration
For your Super Users ensure No Filtering is already selected and update your group as well.
Download a WYSIWYG Editor that supports JavaScript and HTML
JCE – http://www.joomlacontenteditor.net/
TinyMCE – http://www.tinymce.com/
Showcase Code Example
<div id="ccs-brand-showcase"></div>
<script type='text/javascript'>
var ccs_cc_args = ccs_cc_args || [];
// My Lenovo Brand Showcase
ccs_cc_args.push(['mf', 'Lenovo']);
ccs_cc_args.push(['lang', 'en']);
ccs_cc_args.push(['market', 'US']);
(function () {
var o = ccs_cc_args; o.push(['_SKey', 'ABC1234']); o.push(['_ZoneId', 'ABC1234asdasd']);
var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
sc.src=('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.cs.1worldsync.com/jsc/h1ws.js
'; var n = document.getElementsByTagName('script')[0]; n.parentNode.insertBefore(sc, n); })(); </script>
Copy and paste the DCCN Code available in the DCCN Portal
By default, Joomla 2.5 does not allow JavaScript code in the “Custom HTML” Module. Before proceeding with the steps below, you will need to follow the steps under the Allow JavaScript with TinyMCE editor section in the Joomla Integration Guide. You will need to download a 3rd party module such as:
Installation and Setup
How to add the Campaign Banners