Content last modified Tuesday 24 August 2021
hop to #bottom
Categories:
Author:
Current version:
1.1
About It:
Get it:
Rate it:
  • Helpful?
  • 0 Yes
  • 0 No
Flag it:

If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!

youtube_videos

This plugin shows a video from a tag given as parameter. An example could be

txp:youtube_videos tag:“hora chanante”

Now you can specify more than one word into the tag parameter. Don’t forget to use double quotes!!

Now it uses a cache system to avoid loading the same data files from youtube services. It needs to create a table into the database and you can use this syntax:

CREATE TABLE `txp_youtube_videos` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`search` VARCHAR NOT NULL ,
`id_youtube_video` VARCHAR NOT NULL ,
`time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
) TYPE = MYISAM ;

Let me know if you find a problem or another new suggestion.

One you have downloaded the file and installed into your textpattern, you must edit the plugin for changing the data of the username and password for your database.

Article Request Count:
Keywords/tags:
Initially released:
27/06/06
Posted here:
10 Oct 2006

You know you want to visit the Archives.
Published with Textpattern