ternstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Custom Post Type'sYou could set up your own post type and then change the /core/parse.php file to accommodate the new type.
This should be resolved in the latest version of the plugin.
Sorry for the inconvenience everyone. Does this still happen with the latest version of the plugin?
Does this still happen with the latest version of the plugin?
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Double PostsPlease read here:
http://forum.ternstyle.us/topic393-plugin-is-double-posting.htmland then here:
http://forum.ternstyle.us/topic437-error-message.htmlPlease read here:
http://forum.ternstyle.us/topic437-error-message.htmlForum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Feature RequestThank you for the request. I will consider it. In the meantime, you can use the WordPress post list to filter by category and sort by heading.
This is most likely a timezone issue. I’m guessing the timezone the movies were published in varies from your servers. Next time take a look at the publish date and see if it’s set into the future. If so, this would explain the “scheduled” status.
Nice work! This will be helpful for many people.
Are there errors when the manual import gets to these channels?
Recently YouTube changed its XML structure which broke the plugin. Do you still have issues with the latest version?
Have you tried using the built-in WordPress function
the_post_thumbnail?Please read here:
http://forum.ternstyle.us/topic437-error-message.htmlExcellent.
That’s the part I don’t understand. As you can see below the plugin checks to see if there is a YouTube video associated with the post before it hijacks the thumbnail:
$m = get_post_meta($post->ID,'_tern_wp_youtube_video',true); if($m) { $html = '<img src="'.get_bloginfo('wpurl').'/wp-content/plugins/automatic-youtube-video-posts/tools/timthumb.php?src=http://img.youtube.com/vi/'.$m.'/0.jpg&w='.$w.'&h='.$h.'&zc='.$c.'" alt="" title="'.$i.'" />'; }