How to show last videos from video player list (visual compresor)

Posted in: Newsmag
Post count: 70

Hi there,

Is there any way that i can show last videos via video playlist ?
Its look like: http://prntscr.com/jjz7hx

I can only add videos by youtube id, but is there any way that this playlist can show latest videos from youtube automatic ?

I was try tu leave this field whit youtbe id empty but it das not work.

ThanK You

Post count: 23312

Hello boka003,

Unfortunately, the theme does not have any such an option that allows you to display the latest videos from youtube in automatic mode, sorry! Keep in mind that the Video Playlist will display only the video ID’s which was added to that element.

Thanks for your understanding!

Post count: 70

Thanks for replay,

Is there any plugin that can help me to display latest videos?

Post count: 23312

Hello boka003,

Sorry but please notice that we do not have any recommended plugin in this case. You are free to find something like this and check the functionality with the theme. We cannot provide support for untested plugins.

Thanks.

Post count: 6

Hi,

Can you tell me where this id list is stored ?
I can do a job who will update de database with last id from a channel

Thank you

Post count: 23312

Hello dpo,

Here you can see the YouTube ID for each video -> https://www.screencast.com/t/zkfac7CBbppU

Thanks.

Post count: 6

Thank you for your answer but it was not my question.
In this word press we have to put the list of id in one input text.
Where theses informations are stored ? In the database ? If yes, can you tell me the name of the table ?

Post count: 23312

Hello dpo,

All the content of your post and pages are stored in the database in the same table which is named wp_posts, like this -> https://www.screencast.com/t/lQNR0XSOjp After this, you should identify your page ID which is shown in your URL, find it into a table and edit the row, like this -> https://www.screencast.com/t/DukRUWCEW -> https://www.screencast.com/t/3t1dAHGewqfL and then -> https://www.screencast.com/t/4JDnQFY0 or look at this -> https://www.screencast.com/t/OlOPhyCgaG
You can go to the “wp_postmeta” table and find the record that has “meta_key -> td_playlist_video” and change the value in the “meta_value” field. That’s worked for me.

Hope that helps!

Thanks.

Post count: 6

Thank you.

So we doesn’t store only id but more information.
Can you tell me the place (what php page) we retreive these informations ?

I suppose the youtube api is called with ids and we store the result.
Where is ts called ?

Thank you 🙂

Post count: 23312

Hi dpo,

Check the td_video_playlist_render.php and td_video_dupport.php like this -> https://www.screencast.com/t/PTuNpP28fE

Thanks.

Post count: 70

Hi,

Do you have some place where customers can suggest update ?
I will like to suggest this as update.

Thanks

Post count: 23312

Hello boka003,

Sorry but please notice that we do not have something like the place where the customers can suggest an update, unfortunately! Also, if you have any suggestion you should write here and we will take into account in our new updates if it necessary.

Thanks for your understanding!

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