Title: scriptmonkey78's Replies | WordPress.org

---

# scriptmonkey78

  [  ](https://wordpress.org/support/users/scriptmonkey78/)

 *   [Profile](https://wordpress.org/support/users/scriptmonkey78/)
 *   [Topics Started](https://wordpress.org/support/users/scriptmonkey78/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scriptmonkey78/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scriptmonkey78/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scriptmonkey78/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scriptmonkey78/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scriptmonkey78/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] VideoJS doesn't autoplay.](https://wordpress.org/support/topic/videojs-doesnt-autoplay/)
 *  [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/videojs-doesnt-autoplay/#post-3438800)
 * Hi Anthony, I seem to have run into an issue with videojs as well. It doesnt 
   play in IE10. I found somewhere on the web that you need to specify doctype? 
   But not sure how or where to implement in this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] Latest version .982 not working for me](https://wordpress.org/support/topic/latest-version-982-not-working-for-me/)
 *  [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/latest-version-982-not-working-for-me/#post-3929961)
 * Hi Souce, Look at this link: [http://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work](http://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work).
   Your answer is in there in one of my posts. The author fixed some of the issues,
   but did not include all the fixes I mentioned there for some reason.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] The admin S3 Video console doesnt work](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/)
 *  Thread Starter [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/#post-3776820)
 * Happy to help. Great plugin! By far the best user experience for Amazon S3 management
   I have found. Thanks Anthony.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] The admin S3 Video console doesnt work](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/)
 *  Thread Starter [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/#post-3776651)
 * The preview-video.php needs to have all <?= replaced with <?php echo. Then it
   will work.
 * The delete feature is missing this line of code in the s3-video.php file.
    $videoName
   = $_GET[‘delete’];
 * place this above the
    // Delete the video from S3 comment.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] The admin S3 Video console doesnt work](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/)
 *  Thread Starter [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/#post-3776643)
 * WordPress doesn’t accept shorthand php tags meaning <? or <?= is not accepted.
   I see these being used.
 * Here is a reference: [http://make.wordpress.org/core/handbook/coding-standards/php/](http://make.wordpress.org/core/handbook/coding-standards/php/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[S3 Video Plugin] The admin S3 Video console doesnt work](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/)
 *  Thread Starter [scriptmonkey78](https://wordpress.org/support/users/scriptmonkey78/)
 * (@scriptmonkey78)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/the-admin-s3-video-console-doesnt-work/#post-3776606)
 * Figured out the issue. You have a typo in your code. Its in the /views/video-
   management/existing-videos.php code. Line 9.
 * You currently have:
    jQuery(“#videoListTable”).paginateTable({ rowsPerPage: <?
   echo $pluginSettings[‘s3_video_page_result_limit’]; ?>});
 * It should be:
    jQuery(“#videoListTable”).paginateTable({ rowsPerPage: <?php echo
   $pluginSettings[‘s3_video_page_result_limit’]; ?>});
 * Great plugin though. Thank you much!
    Hope this helps someone else.

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