td_post_video in /wp-json/wp/v2/posts

Posted in: Newspaper
Post count: 5

I want to add posts with video via api but I don’t know how to activate futured video. I need to add something to functions.php?

Post count: 21065

Hello!

Check this guide: https://forum.tagdiv.com/featured-image-or-video/

Thank you!

Post count: 5

I dont see any info about API
this my data what i send via /wp-json/wp/v2/posts

{
‘title’: ‘title’,
‘date_gmt’: ‘date’,
‘content’: ‘content’,
‘format’: ‘video’,
‘categories’: number,
‘author’: number,
‘status’: ‘draft’,
‘td_post_video’: ‘https://www.youtube.com/watch?v=9xwazD5SyVg’
}

i can post my post but the futured video is left blank

Post count: 21065

Hello!

Unfortunately, we do not have any options regarding this in the theme.

Thank you!

Post count: 5

Okey, thank you.

Can you tell me which file in the template is responsible for inserting futured video to the post?

Post count: 21065

Hello!

The URL of your video should be saved in td_post_video post meta, and WordPress will save it automatically.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.