ternstyle
Forum Replies Created
-
The plugin is set up to do that. YouTube recently changed its feed. The plugin just needs to be updated to accomodate the new feed structure.
This has been a long standing issue. Have not yet solved it. My apologies to everyone for the inconvenience.
You’ll want to take a look at the /core/parse.php file.
Your settings must be set to draft posts. As far as the import not taking place, please read here:
http://forum.ternstyle.us/topic268-takes-hours-to-pull-video.htmlThe order of your posts in category view is controlled by your theme, not the plugin.
@leethompson, you’re asking why your thumbnails aren’t being displayed for your videos?
The plugin will add a thumbnail wherever your theme uses the_post_thumbnail function. If you don’t want to display a thumbnail, simply remove this function.
The image is replaced on a post that has a video assigned to it or a post that does not have a video assigned to it?
It won’t remove the thumbnail. It basically disables the plugin’s automatic override of the thumbnail.
Is this issue persisting?
Interesting. The plugin does not check the existence of a video post against the title but against the video ID. Are you changing the titles on YouTube or your blog?
Not sure. @rapidbi, what did you do?
Change lines 31 and 32 of /core/video.php from:
add_filter('post_thumbnail_html','WP_ayvpp_thumbnail'); add_filter('post_thumbnail_size','WP_ayvpp_thumbnail_size');to this:
//add_filter('post_thumbnail_html','WP_ayvpp_thumbnail'); //add_filter('post_thumbnail_size','WP_ayvpp_thumbnail_size');I’ll keep looking into it.
Not sure what would be removing the meta data. Access to WordPress would help but I wouldn’t be able to solve it without FTP access. Would you feel comfortable with that. Changing categories shouldn’t be an issue in new versions of the plugin.
My best guess to the duplicate posts issues is character encoding or some variation of the value of the ID. So when the plugin queries the database for the ID it searches through UTF-8 encoded YouTube video IDs and may be checking against a UTF-8 value or maybe a ASCII. If they’re not the same encoding this could cause an issue.
This is just a guess. Haven’t looked into it yet.