Wali Hassan Jafferi
Forum Replies Created
-
I am not sure what do you mean by Auto Publish? This plugin has no such feature of Auto Publish.
Are you talking about Auto Play videos? That should work. Please try deleting the plugin and re-installing the latest version.
Thanks.
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] Post FormatHi,
Thank you for reporting the bug. I just tested and looks like it just needs a little change in code. I will push it with next plugin update.
For now, if you want to fix it, please open File: classes/dsp_user_settings.php
and change this code from line 30 to line 38
<td><input type="radio" name="dsp_video_post_status[radio]" value="publish" <?php checked('publish', $dsp_video_post_status['radio']); ?> />Publish <input type="radio" name="dsp_video_post_status[radio]" value="draft" <?php checked('draft', $dsp_video_post_status['radio']); ?> />Draft </td> </tr> <?php $dsp_video_post_format = get_option('dsp_video_post_format'); ?> <tr valign="top"> <th scope="row">Post Format</th> <td><input type="radio" name="dsp_video_post_format[radio]" value="standard" <?php checked('standard', $dsp_video_post_format['radio']); ?> />Standard <input type="radio" name="dsp_video_post_format[radio]" value="video" <?php checked('video', $dsp_video_post_format['radio']); ?> />Video
to this code
<td><input type="radio" name="dsp_video_post_status" value="publish" <?php checked('publish', $dsp_video_post_status); ?> />Publish <input type="radio" name="dsp_video_post_status" value="draft" <?php checked('draft', $dsp_video_post_status); ?> />Draft </td> </tr> <?php $dsp_video_post_format = get_option('dsp_video_post_format'); ?> <tr valign="top"> <th scope="row">Post Format</th> <td><input type="radio" name="dsp_video_post_format" value="standard" <?php checked('standard', $dsp_video_post_format); ?> />Standard <input type="radio" name="dsp_video_post_format" value="video" <?php checked('video', $dsp_video_post_format); ?> />Video
This should fix it.
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] Audio only after publishing video404 error seems like a Host issue. Please check with your host or send me wp login info for admin account and I can look into it.
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] Audio only after publishing videoHope your issue is resolved too ?? V 2.6.2 takes care of that
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] iframe questionHey Blair,
Try looking at line 51 at /classes/dsp_ajax.php
Let me know if I could help any further.
Regards
Wali.
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] Audio only after publishing videoYes email me at [email protected]
But before that, can you delete the plugin completely and install it directly from WordPress dashboard > Plugins > ADD new plugin
let me know if it works then.
Forum: Plugins
In reply to: [DailyMotion Search and Publish Videos] Audio only after publishing videoThis apparently is not the Plugin’s issue. It’s probably the videos you are publishing. I’d rather publish generic videos ( funny , comedy ) for testing purpose.
However, try updating to version 2.6.1 and see if that helps you at all.
Glad it worked for you ?? If you like the plugin, don’t forget to rate it ?? Thanks.
Problem with some shared hosting is that sometimes they have CURL blocked and sometimes they have set allow_url_fopen disabled.
Solution is to set allow_url_fopen to 1 in your ini (use a php.ini file, use ini_set in php code, or talk to your host).
Or use the CURL as suggested above.
If nothing, works, reach me here in forums or email me and I will get you through it.
I just tested this on a fresh wordpress installation and works fine.
While I was releasing the new version today, a wrong copy went up and I had to re-submit the plugin files. May be you’ve the copy that does not work.
I will suggest you to un install it completely and install directly from WordPress dashboard > plugins > Add New.
This should work fine. If not, please send me your wp-admin details on my email address.
I just tested this on a fresh wordpress installation and works fine.
While I was releasing the new version today, a wrong copy went up and I had to re-submit the plugin files. May be you’ve the copy that does not work.
I will suggest you to un install it completely and install directly from WordPress dashboard > plugins > Add New.
This should work fine. If not, please send me your wp-admin details on my email address.
Forum: Reviews
In reply to: [DailyMotion Search and Publish Videos] page 404I am sorry but I do not understand where are you getting 404 error? and what do you mean by “my publisher choosing the video can not be added to video?”
It’d be better if you open a support ticket or email me with screenshots of your issue ( [email protected] )
I think you know the answer and that is NO. The Videos are only added as Posts in wordpress and there is no way plugin keep track on what videos you added and if they are still valid.