YouTube script quits displaying "Tags" info [message #182498] |
Thu, 08 August 2013 22:30 |
super70s
Messages: 3 Registered: August 2013
Karma:
|
Junior Member |
|
|
I've had a script on my site for a few years now that pulls videos from
YouTube based on a keyword suffix I set up (BTW I found out that was
being abused by spammers so I had to set up an .htaccess file so that
domain could only be accessed from the main site, but that isn't
directly related to my question).
Several months ago, the "Tags" info next to the video thumbnail started
coming up blank, although the "Author," "Length," "Rating" and "Views"
above the "Tags" info are still working as normal.
Apparently YouTube has changed something that prevents the "Tags" from
displaying as it once did. Am I just SOL on this, or is there any way to
get the "Tags" info working again? The code on the "video.html" page
looks something like this:
<b>Tags:</b> {tags}
....but I couldn't seem to find the origin of {tags}.
I don't think it would be too difficult to remove this "Tags" code and
just forget about it if there's no way to fix this on my end.
|
|
|