The Overview of the Latest Features
It’s been a long and exciting journey for us since we released the first version. We have carefully listened to our users and worked hard to improve our YT2Posts plugin.
In this article, we will describe the most important features that have been added along the way!
The Overview of the Latest Features:
- Video Summarization & Transcription
- Video Description
- Sliders and Grids
- Multiple YouTube Channels
- Multiple YouTube Playlists
- Video Labels (Categories or Tags)
- Publish or Draft
- Arbitrary Rewrite Slug
- Complete Reset
Video Summarization and Transcription
YT2Posts automatically transcribes and summarizes the videos for you, using the state-of-the-art AI models like ChatGPT. This means that for each video, you will get the videos description, its transcript and a high-quality text summary.
Video Description
When a YouTube videos is converted to a WordPress post (i.e. article), the video description is also added to the post, as shown in the image below.
Sliders and Grids
When the video posts get automatically converted to wordpress articles, you can choose how you want to display them at your website. For this purpose, we have designed a special slider and a grid that you can use to display the video posts using shortcodes.
To display a slider with the latest video posts, you just need to add the following shortcode:
[yt2posts_youtube_slider
]
The result is a beautiful slider as shown below:
To display the video posts as a grid with pagination, you can use the following shortcode:
[yt2posts_youtube_grid paged="1" posts_per_page="3"
]
You can choose how many videos per page you want to have with the parameter “posts_per_page”. The result of the shortcode is a beautiful grid as shown below:
Multiple Youtube Channels
In the new version, it’s easier than ever to add multiple YouTube channels as sources:
- You can simply paste the links to video channels. In the initial version, the channel ID was needed, but not anymore! A simple link to the channel just works!
- You can easily keep adding multiple channels, as in the screenshot below.
Multiple YouTube Playlists
In the same way as with YouTube channels, you can also add multiple YouTube playlists. These playlists can be completely arbitrary and don’t have to belong to the specified YouTube channels.
- You can simply paste the links to video playlists, no playlist ID is needed.
- You can easily keep adding multiple playlists as in the screenshot below.
Video Labels (Categories or Tags)
To help you differentiate between video posts coming from different YouTube sources (channels and playlists), you can add an arbitrary label to each channel or playlist that you add. The labels are optional and you can specify them right next to the channels and playlists links.
In the settings you can now choose whether you want these labels to be turned into post tags or categories.
These labels will be turned into post tags or post categories and all the video from the same source will be tagged or categorized according to the chosen label, as you can see below.
Publish or Draft
When the videos are converted to posts (i.e. articles), you can choose whether you want them to get published immediately, or if you would prefer them to be saved as draft, so that you can modify them before publishing.
It’s quite easy to choose whether the posts should be immediately published or saved as draft:
Arbitrary Rewrite Slug
You can choose an arbitrary rewrite slug, that would prefix all links to video posts. For example, if the video is called “my-video”, and the rewrite prefix is “youtube”, then the link to your video will be: “youtube/my-video”.
Complete Reset
You can now perform a complete reset – this would remove all the videos from the website and fetch them all again from YouTube. This is useful if you have been making changes to the content of the videos and would like to revert them to the original content, as they are available on YouTube.