Nov
15
Posted by Mario Mansour in TubePress
November 11, 2009 the Youtube legacy API was official deprecated. It is highly recommended to upgrade your TubePress.NET plugin if you are using an old version otherwise you will not be able to import any videos from youtube after November 11.
You can download TubePress.NET plugin here






















November 16th, 2009 at 3:28 am
hello, tubepress does not import tags anymore?
November 16th, 2009 at 3:12 pm
please upgrade to the latest version.
November 17th, 2009 at 4:28 am
Mario i upgraded to the latest version, but what i mean is that untill 11 November, tubpress pluggin was importing tags from youtube as wordpress tags, but now he does not. he import the youtube tags but he don’t post them as wordpress tags. is there any fix for that ?
November 17th, 2009 at 4:41 am
i also get this message very often “No Videos Found” and there are videos.
November 18th, 2009 at 11:35 am
Hi
it simply doesn’t work.
Import by tsag doesn’t work I always get “no new videos”.
I used it successfully until few days ago.
January 24th, 2010 at 4:56 am
Hi!
thank you for the great plug-in, very useful !
but i’ve got a problem. for two days now, it doesn’t work anymore. i have the latest version installed and i take the correct video ID but it always says “no videos were found” … i’m totally lost and really need the plug-in. do you know how i can fix it ?
May 6th, 2010 at 1:05 am
Mario
It looks like the JSON parsing is not working. the json decode
is not returning back a proper array.
thanks,
Fulan
function getGdataRsp($functionName, $payload) {
global $json,$client;
$this->url = $this->buildQuery($functionName, $payload);
//$this->url looks correct and works with Youtube
$client->fetch($this->url);
//$client->results; looks correct
$response = $json->decode($client->results);
//$response – this gives back the word “array”
return $response;
}
May 6th, 2010 at 1:21 am
The way I fixed this is I changed the line
// $response = $json->decode($client->results);
to
$response = json_decode($client->results, true);
May 11th, 2010 at 3:23 pm
Hi Fulankhan19
Thanks for sharing your discovery. TubePress 3.1.5 includes an update of the json library to support parsing of large amount of data. Which means that it is now possible to import more than 10 results at a time.
January 9th, 2012 at 1:45 pm
thanks for the info…
grettings..
cesar – poemas