Youtube

Posted in: Newspaper
Post count: 2

I use featured video to embed youtube videos! I want to output video url somewhere else in my theme for example on open graph meta tag. how do i retrieve the url of youtube!
thanks

Post count: 9544

Yoast has a great video SEO add-on for Yoast SEO, that works very well for managing YouTube and other video tags for social media.

I believe when you use a YouTube URL in the theme with video template it does put the tag in the META data, but might only be for the image/thumbnail.

Post count: 2

i just need to get youtube url which i put on featured video field when posting. how do i get youtube url with php?? for example i post this video on featured field “https://www.youtube.com/watch?v=FmrXawhbrYE”. Now i need to access this link somewhere on code with php ! i used this echo !td_post_video but did not work

Post count: 6600

Hi,

Thanks Christopher!
You can use get_post_meta($this->post->ID, 'td_post_video', true); function. You can see here how it’s used on video post format: http://screencast.com/t/EEvs1HpJY

Thanks

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