Title: Missing content when importing
Last modified: August 22, 2022

---

# Missing content when importing

 *  Resolved [kexter2015](https://wordpress.org/support/users/kexter2015/)
 * (@kexter2015)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/missing-content-when-importing/)
 * hi , i need to import this script but when i finished typing in post , a lot 
   of content is missing . this is what i need to import :
    <script type=”application/
   javascript”> var testVideo = fluidPlayer( “my-video”, { layoutControls: { posterImage:‘{
   image[1]}’ } vastOptions: { “adList”: [ { “roll”: “preRoll”, “vastTag”: “ads”},{“
   roll”: “midRoll”, “vastTag”: “ads”, “timer”: 8 }, { “roll”: “midRoll”, “vastTag”:“
   ads”, “timer”: 10 }, { “roll”: “postRoll”, “vastTag”: “ads” } ] } } ); </script
   > here is the content after import : <script type=”application/javascript”> var
   testVideo = fluidPlayer( “my-video”, ‘ } vastOptions: , , ,
 *  ]
    } } ); </script>
 * please help me .

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/missing-content-when-importing/#post-15977914)
 * Hi [@kexter2015](https://wordpress.org/support/users/kexter2015/),
 * You have to escape the curly braces (that aren’t part of import elements) and
   opening square brackets with backslashes for it to import correctly. Please try
   this code:
 *     ```
       <script type="application/javascript">
           var testVideo = fluidPlayer(
           "my-video",
           \{
               layoutControls: \{
                   posterImage: '{image[1]}'
               }
               vastOptions: \{
                   "adList": \[
                   \{
                       "roll": "preRoll",
                       "vastTag": "ads"
                   \},
                   \{
                       "roll": "midRoll",
                       "vastTag": "ads",
                       "timer": 8
                   \},
                   \{
                       "roll": "midRoll",
                       "vastTag": "ads",
                       "timer": 10
                   \},
                   \{
                       "roll": "postRoll",
                       "vastTag": "ads"
                   \}
                   ]
               \}
           \}
           );
       </script>
       ```
   
    -  This reply was modified 3 years, 9 months ago by [WP All Import](https://wordpress.org/support/users/wpallimport/).
 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/missing-content-when-importing/#post-16107785)
 * Hey [@kexter2015](https://wordpress.org/support/users/kexter2015/),
 * Since this has been inactive for a while, I am going to mark it as resolved. 
   You can open a new topic if you still have any questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing content when importing’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/missing-content-when-importing/#post-16107785)
 * Status: resolved