Title: Desik's Replies | WordPress.org

---

# Desik

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

 *   [Profile](https://wordpress.org/support/users/desik/)
 *   [Topics Started](https://wordpress.org/support/users/desik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/desik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/desik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/desik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/desik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/desik/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: [[WP Facebook Open Graph protocol] [Plugin: WP Facebook Open Graph protocol] Update 2.0.5 Breaks jQuery](https://wordpress.org/support/topic/plugin-wp-facebook-open-graph-protocol-update-205-breaks-jquery/)
 *  [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-facebook-open-graph-protocol-update-205-breaks-jquery/#post-3045043)
 * I guess something went wrong in the latest update
 * here is the diff:
 * [http://plugins.trac.wordpress.org/changeset?reponame=&new=598790%40wp-facebook-open-graph-protocol%2Ftrunk%2Fwp-facebook-ogp.php&old=578558%40wp-facebook-open-graph-protocol%2Ftrunk%2Fwp-facebook-ogp.php](http://plugins.trac.wordpress.org/changeset?reponame=&new=598790%40wp-facebook-open-graph-protocol%2Ftrunk%2Fwp-facebook-ogp.php&old=578558%40wp-facebook-open-graph-protocol%2Ftrunk%2Fwp-facebook-ogp.php)
 * 2.0.4 works just fine for now while we wait for the author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Disqus WP 3.2b1](https://wordpress.org/support/topic/disqus-wp-32b1/)
 *  [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/disqus-wp-32b1/#post-2081739)
 * Comment out the following JS around line 784 on disqus.php
 *     ```
       <script type="text/javascript">
       jQuery(function($) {
        fix menu
            var mc = $('#menu-comments');
            mc.find('a.wp-has-submenu').attr('href', 'edit-comments.php?page=disqus').end().find('.wp-submenu  li:has(a[href=edit-comments.php?page=disqus])').prependTo(mc.find('.wp-submenu ul'));
       });
       </script>
       ```
   
 * I bet theres a better fix for this, but this would get the job done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: JW Player Plugin for WordPress] JW Player Plugin for WordPress not working.](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-jw-player-plugin-for-wordpress-not-working/)
 *  [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [16 years ago](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-jw-player-plugin-for-wordpress-not-working/page/2/#post-1474525)
 * I found out the problem, apparently the plugin installer was picking up version
   1.0 instead of 1.1.
 * I manually updated to 1.1 and the problem is gone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: JW Player Plugin for WordPress] JW Player Plugin for WordPress not working.](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-jw-player-plugin-for-wordpress-not-working/)
 *  [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [16 years ago](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-jw-player-plugin-for-wordpress-not-working/#post-1474417)
 * I have the same problem:
 * `The player.swf cannot be found at /xxx/xxxx/sc26355-YDGC/doble-h.com//mounted-
   storagewp-content/plugins/jw-player-plugin-for-wordpress/player.swf, the player
   will not work.`
 * Notice the double trailing slashes and the missing trailing slash between mounted-
   storage and wp-content.
 * You can access my player here :
 * [http://doble-h.com/wp-content/plugins/jw-player-plugin-for-wordpress/player.swf](http://doble-h.com/wp-content/plugins/jw-player-plugin-for-wordpress/player.swf)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Gigya Socialize – Increase Registration and Engagement using Facebook Connect, Twitter and](https://wordpress.org/support/topic/plugin-gigya-socialize-increase-registration-and-engagement-using-facebook-connect-twitter-and-openid-wordpress-29/)
 *  Thread Starter [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-gigya-socialize-increase-registration-and-engagement-using-facebook-connect-twitter-and-openid-wordpress-29/#post-1319192)
 * yeah! that did the trick for me, everything works like normal
 * Thank you very much
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Gigya Socialize – Increase Registration and Engagement using Facebook Connect, Twitter and](https://wordpress.org/support/topic/plugin-gigya-socialize-increase-registration-and-engagement-using-facebook-connect-twitter-and-openid-possible-to-login-and-be-redirected-to-pos/)
 *  [Desik](https://wordpress.org/support/users/desik/)
 * (@desik)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-gigya-socialize-increase-registration-and-engagement-using-facebook-connect-twitter-and-openid-possible-to-login-and-be-redirected-to-pos/#post-1307572)
 * I have done this by using a custom widget, here’s an example.
 * In your theme functions.php add
 *     ```
       //custom widget
       	register_sidebar( array(
       		'name' => 'custom',
       		'id' => 'custom',
       		'before_widget' => '',
       		'after_widget' => '',
       		'before_title' => '',
       		'after_title' => ''
       	) );
       ```
   
 * Then in your comments.php ( or whatever you want to put the widget ) call the
   custom widget using:
 * `<?php dynamic_sidebar("custom"); ?>`
 * Don’t forget to drop the widget in the new area “custom” in your widgets panels,
   also remember than the widget can be called only once, so you either call it 
   on your sidebar or your comments form.
 * Would be nice if you could duplicate the widget though, hopefully for the next
   version 🙂
 * You can see it in action here: [http://www.doble-h.com](http://www.doble-h.com)

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