Hello,
great work!
is there a way to import description to excerpt instead of to import to content ?
regards
]]>Hi there,
first of all, thank you very much for the great plugin, it saved me a lot of time. However, is it somehow possible to add more and older videos? My channel currently has over 350 videos, but I’m only able to add the last 50. Is it somehow possible to raise this limit?
Thank you
]]>Hello, since a long time now, plugin is stuck on “Loading videos…”, I made a new API key and check everything on that side but still getting the problem, with keywords or channel ID. I have version 2.1 on WP 4.9.8, PHP 5.6. Thanks
]]>hello
I need to let user submit new post in wordpress and the submission form contains upload video tool I want the uploaded video to be added to my youtube channel not to be uploaded into my server then the created post will contain this video link from my you tube channel
is that possible using your plugin ?
any plugin can do that ?
thank you
Hello I’ve read other posts and my query should be fine as I’ve tried freeform text as well as a playlist ID and both get rejected. Any other guidance you might be able to offer?
Thanks!
]]>I was having issues loading the secondary page of a playlist, until I changed line 91 of the script.js file in your plugin from
if (ajaxGetYoutube.queryType === 'playlist' && ajaxGetYoutube.nbPage === 0) {
to
if (ajaxGetYoutube.queryType === 'playlist' && ajaxGetYoutube.nbPage > 0) {
– thought you might like to know!
]]>Hi Sir, I have a question about the youtube-api-interface.php file I’m trying to put the maxres size and the result in media_url is null only can get “default, high” so could you help me how I set it on highest quality.
best regards
Using the latest wordpress, copied and pasted the API key, copy and pasted my Channel ID on youtube, then tried my UserID and then tried just general keyword search just get the API error.
All interations of my site on allowed domains.
Oh also I regenerated a different key 4 times to see if that worked. each within a hour or more of each other.
]]>When attempting to add playlist, channel etc getting Internal Server Error:
There is an error with your API key, it has been rejected by Google API Service. => Internal Server Error
]]>escape characters like ‘”‘ when writing to the data-title or similar attributes.
For example if youtube video title has ‘”‘ it is not exporting text after ‘”‘ to title when approved.
For Example:
Before approving post https://imgur.com/s9GGrqJ
after approving post https://imgur.com/w84UQAa
cause might be : not escaping characters in scripts.js line “148” https://imgur.com/LucdAcV
result in data-title tag when ‘”‘ is not escaped https://imgur.com/tvVVPk0
]]>I’m trying to import from a channel. Do I use my YouTube User ID or YouTube Channel ID? They are slightly different.
]]>Great plugin idea! Is anyone aware of a free theme that is designed for videos (a vlog)?
Thank you!
]]>Two questions:
Is there a way to import all of my YouTube videos to posts automatically instead of having to click on every single YouTube video approve button?
Also, When these get imported in can they use the YouTube upload date as their Posts Published date in WordPress?
]]>There is an error with your API key, it has been rejected by Google API Service. => Internal Server Error
I have updated fresh api key. but it shows error. can u guide me?
]]>Add my vote to those asking for automatic updates. I’d also like to see being able to create multiple import jobs so I can import from one playlist and another and a search, etc.
One problem – might be me – I get double embeds. See example below.
[embed]https://www.youtube.com/watch?v=pAa0zQ0OwDY[/embed]
[embed]https://www.youtube.com/watch?v=pAa0zQ0OwDY[/embed]
Here is guide to get amazfit pace customized watch faces. I found some really cool amazfit 100+ custom watch faces for amazfit, please follow these step by step ...
]]>
Hello,
Big thank you for your plugin it save me. I would like to import the tags of the videos, Is it possible ?
I found a code who use this :
global $wp_query, $totalPosted, $limit;
$item = current($data['items'])['snippet'];
if($totalPosted < $this->limit)
{
$post = array(
'post_content' => '<iframe class="yt-iframe" width="560" height="315" src="https://www.youtube.com/embed/'.current($data['items'])['id'].'" frameborder="0" allowfullscreen></iframe>',
'post_title' => $item['title'],
'post_status' => 'publish',
'post_type' => 'post',
'post_format' => 'video',
'post_author' => get_current_user_id(),
'post_category' => array($this->category),
---------------> 'tags_input' => @implode(",", $item['tags']),
);
-----------------------> query_posts('meta_key=yap_id&meta_value=' . current($data['items'])['id']);
if(!$wp_query->found_posts)
{
wp_reset_query();
$id = wp_insert_post($post, $wp_error);
//$this->Generate_Featured_Image($id, $item);
add_post_meta($id, 'yap_id', current($data['items'])['id'], true);
echo "Posted => ".$item['title']."<br />";
$totalPosted++;</blockquote>
}
}
Thank you
]]>Hi
I may have mis-read the description, but does this automatically import youtube videos when a new one is added?
I want my site to automatically show new videos as soon as I add them. I’m guessing this will be done via some sort of cron job?
]]>Hi,
I have been trying for some time to figure out the reason for this error and it is not typing or copying error, the api key is correct. So what is causing this error? If the plugin works, it will help me a lot.
att
]]>Hello,
I just installed this plugin and it almost works perfect for me. The problem is it is posting the posts to the wrong page on site. On my site, I have the posts going to the second page “Blog”, and this works if I just create a new post using dashboard. But when I use this plugin, the post is forced into the first page. I am using latest version of wordpress, and plugin, with renard theme. Any ideas?
Hello, everything is fine except that the category field is not saved when I click on “Save modifications” button, this field always gets back to the first item of the list, and video posts are in the wrong category. Any idea on fixing that? Thanks,
]]>I have a playlist of videos I like but didn’t make
I created the API key
Ran the plugin and the files were generated fine
However, every video is dead
My playlist was created under a brand account and the api defaulted to the main account
So can that cause the issue?
Also, do playlists I didn’t create have the ability to be ripped?
Right now I’m ripping a playlist I created but the api key chokes
So the same problem should happen to other playlists I didn’t create
Maybe content on a playlist has to belong to the playlist owner with a matched key?
Anyway, that’s the issue I’m having so not sure what is wrong and since the plugin hasn’t been updated in a while maybe it’s just a dead plugin?
]]>Hello sir your plugin is working very well but i’m get playlist with id all video get but video link is not working show error link in iframe on the other hand channel or search by keyword is working great plz tell me how to solve this error
thank you
]]>Man… you have no idea how long I have been trying to find an auto-importer that will allow full screen viewing of the imported videos.
This is awesome, awesome, awesome…
BUT… I do not want the customer to leave my website via the YouTube logo link in the video player. That is one of the reasons I wanted a full screen player. I know that when I go to any website that has video, the FIRST thing I do is go full screen with the video.
This plugin would be the BEST out there if you could make it to either use a player that would allow full screen, remove the YouTube Logo link and maybe even remove the title at the top of the YouTube Video.
The following website has a TOTALLY AWESOME solution and it is FREE. Will you look at it and see if you can incorporate it’s framework into your plugin?
If you could, I’m telling you, your plugin would become very, very popular.
I’m so excited about this, thank you for listening,
John
Hi,
I have inserted the Google API code and now Im getting ‘No Results found’ in the Youtube Importer dashboard. No matter what I insert in the search parameters..
I have tried Channel, Playlist and keyword. Still no results.. am I doing something wrong?
https://www.ads-software.com/plugins/import-youtube-videos-as-wp-post/
]]>