Hi, its me again 🙂
I have a little understanding problem.
For the plugin I should as described here:this adjust a value in the function.php or supplement so that the plugin passes the feature image properly.
As far as I could inform myself, the value I have to transfer is td_post_video.
But no matter how I tried, I did not succeed. Maybe I got it wrong. Can someone help me with that?
I tryed it :
function td_post_video(){
return 'td_video';
}
add_filter( 'cbc_compatibility_url_meta', 'td_post_video' );
and
function post_yt_url_meta(){
return 'td_post_video';
}
add_filter( 'cbc_compatibility_url_meta', 'post_yt_url_meta' );
But nothing works… i do not unsterstand php :/
Hi,
The theme supports featured videos, setting a featured video from YouTube is not a problem
– https://forum.tagdiv.com/featured-image-or-video/
A featured image will be created automatically from the video you set as featured. What exactly does that plugin do?
Its the
https://www.screencast.com/t/L7tzKttvz
I have the code well taken Richitg but my entry is not the right one.
The entry is created as a Custom Field but not as Featured Video.
After saving the entry disappeared but also the Featured Video field remains empty.
Hello,
Sorry but you will not be able to import a featured video through any plugin. The featured video functionality of our theme is to grab a video from youtube, vimeo dailymotion or facebook. They are particular cases all coded in. There is no functionality for a another implementation option.
If you need to alter this functionality and implement a featured video through a plugin, you will have to hire a freelancer to help with the code as we cannot offer such services.
Thank you for understanding.
It would be nice from you to add custom field for featured video as it is necessary to make yor awesome theme work with, for example, gravity forms if you need to build a user generated content functionality.
-
This reply was modified 7 years by
luqueriasas.