NUKnightLab / TimelineJS-Wordpress-Plugin

A simple shortcode plugin to add the Timeline to Wordpress
Other
205 stars 50 forks source link

CD DATA problem #9

Open zachwise opened 12 years ago

zachwise commented 12 years ago

Looks like wordpress is still mangling the CDDATA wrap You can see it happening here: http://uumarblehead.org/tricent/?page_id=943 it appears like this:

<script type="text/javascript">// <![CDATA[
        var $ = jQuery;
        var timeline_config = {
            width: "100%", // OPTIONAL
            height: "650", // OPTIONAL
            maptype: "toner", // OPTIONAL
            source: "https://docs.google.com/spreadsheet/pub?key=0AgV8Hj2sidr8dDJldm03NWk5dFdvdTdZd2tzeTJxRkE&amp;output=html",
            css: "http://uumarblehead.org/tricent/wp-content/plugins/timeline-verite-shortcode/css/timeline.css",
            js: "http://uumarblehead.org/tricent/wp-content/plugins/timeline-verite-shortcode/js/locale/en.js"
        }
// ]]&gt;</script>
miguelpeixe commented 12 years ago

This is a WP bug, I recommend not using CDATA for now.