ternstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Illegal string offset – PHP 5.4You’re saying there is an issue with PHP 5.4 but not with PHP 5.3?
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] 0 out of 50Does version 3.2 work for you?
Close…from Pennsylvania.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Is this plugin still working?The thumbnails are displayed wherever the WordPress function
the_post_thumbnailis used. To disable them change line 31 of /core/video.php from:add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');to:
//add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');The thumbnails will appear automatically wherever
the_post_thumbnailis used.What versions of PHP are you running @graphicpilot?
You can turn the automatic thumbnail features off by changing line line 31 of /core/video.php from:
add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');to:
//add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Did not importThis plugin is not built for or compatible with multi-site.
I can’t foresee adding these features due to the fact that the plugin would need to constantly check with YouTube for new comments and views. This plugin is meant to import the videos only.
Change line 31 of /core/video.php from this:
add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');to this:
//add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');Thanks Mavipe.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] How to make video autoplayI’ve made a not of that suggestion. It’s good and simple. Thank you.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Add post infoGlad you solved your issue.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] May need another update?Does version 3.2 of the plugin work for you?
You’ll want to check if the video exists first by looking for the video ID in post meta:
<?php $video = get_post_meta($post->ID,'_tern_wp_youtube_video',true); ?>Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Play list does not workThis should be resolved in version 3.2. Let me know if you’re having the same issues.