“”

Search & Replace Video URLs Search & Replace Video URLs

brt_videourlreplace / stable

video urls (Youtube, Vimeo, Dailymotion) will be replaced by videothumbnails and iframe when clicked

This version supports TYPO3

Older versions also support TYPO3

Tags

#video #Embeds #youtube #vimeo #Dailymotion #bootstrap #jQuery

Last upload comment

- add Bootstrap V4 support
- raise TYPO3 compatibility to 9.5.x and PHP 7.4.99

Downloads by month

Download 1.2.8 External Manual Found an Issue? Code Insights
Author
Robert Breithuber
Company
effet webservices
Last update
13. Nov 2019
First upload
30. Apr 2015
Downloads
12,232
Category
Frontend
Dependencies
  • PHP (5.4.0 - 7.4.99)
  • TYPO3 (6.2.0 - 9.5.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Version history

Version Upload comment Works with TYPO3 Download
1.2.8 / stable
November 13, 2019
- add Bootstrap V4 support
- raise TYPO3 compatibility to 9.5.x and PHP 7.4.99
6.2.0 - 9.5.99 Download
1.2.7 / stable
June 21, 2018
[FEATURE] use www.youtube-nocookie.com by default
6.2.0 - 9.3.99 Download
1.2.6 / stable
May 21, 2018
[FEATURE] Youtube Player parameters (global, per video)

you can now add global parameters for the YouTube Player via constants editor.

If the URL of the YouTube Video contains parameters, the global parameters will be ignored and the parameters from
6.2.0 - 9.0.99 Download
1.2.5 / stable
May 07, 2018
[FEATURE] list of stopwords configurable via typoscript constants

you can now edit a list of stopwords in the constant editor, if the URL contains one of those strings it will NOT get replaced, the default is: /about,/intl/,/feed/,/channel/
6.2.0 - 9.0.99 Download
1.2.4 / stable
February 21, 2018
the extension now uses curl to fetch video metadata and will fallback to file_get_contents if curl is not available.
if curl is available it will show error messages from the google-api which may help debugging api problems.
6.2.0 - 9.0.99 Download
1.2.3 / stable
January 23, 2018
- added a constant for the Youtube API Key
- you can now disable SSL for Vimeo API calls
- thumbnail urls will now be scheme-neutral to avoid broken SSL sites because of mixed content
6.2.0 - 9.0.99 Download
1.2.2 / stable
December 19, 2017
added TYPO3 CMS V9.0 compatibility, move addStaticFile to TCA Override
6.2.0 - 9.0.99 Download
1.2.1 / stable
March 23, 2016
added Typo3 CMS V8.0 compatibility, YT-thumbnail-URLs are now fetched from API, and checks if "maxresdefault" or "standard" exists, falling back to "high" if necessary

6.2.0 - 8.0.99 Download
1.2.0 / stable
February 24, 2016
Attention, read before upgrading!
If you are using your own css or javascript, you must change the classnames in your code like this:

.youtube -> .vurpl-youtube
.vimeo -> .vurpl-vimeo
.dailymotion -> .vurpl-dailymotion
6.2.0 - 7.9.99 Download
1.1.0 / stable
October 13, 2015
Channels, Users and Playlists are now ignored, detected by regular expressions (youtube) and API calls for vimeo and dailymotion
6.2.0 - 7.9.99 Download
1.0.9 / stable
October 12, 2015
now ignoring links to channels, users etc. if such a "stopword" is found in the URL.
6.2.0 - 7.9.99 Download
1.0.8 / stable
October 04, 2015
[BUGFIX] TYPO3 V7.5 compatibility
[FEATURE] Option to disable Thumbnails an directly replace with responsive iframe (without using jQuery)
this can be set via contants editor or
by adding:
plugin.brt_videourl_replace.thumbnail.disable = 1
6.2.0 - 7.9.99 Download
1.0.7 / stable
October 04, 2015
[FEATURE] added option to disable thumbnails and directly replace with appropriate responsive iframe (without using jQuery)
this can be set via contants editor or
by adding:
plugin.brt_videourl_replace.thumbnail.disable = 1
to constants

set TYPO
6.2.0 - 7.9.99 Download
1.0.6 / stable
June 22, 2015
Maintenance Release v1.0.6

[TASK] switch to youtube API v3 (used to fetch video title for alt tag)

6.2.0 - 6.9.99 Download
1.0.5 / stable
June 04, 2015
Maintenance Release v1.0.5

added "-_" to the regex to support video ids containing slashes and underscores
6.2.0 - 6.9.99 Download
1.0.4 / stable
May 16, 2015
[BUGFIX] CSS: set backgroundsize to "cover" instead of "100%" to avoid 1px gap in some cases
6.2.0 - 6.9.99 Download
1.0.3 / stable
May 05, 2015
adjust breakpoint for dailymotion thumbnailsize
6.2.0 - 6.9.99 Download
1.0.2 / stable
April 30, 2015
remove empty dependencies
6.2.0 - 6.9.99 Download
1.0.1 / stable
April 30, 2015
First Release, please report bugs @ GitHub: https://github.com/brrrrrrrt/brt_videourlreplace/issues
6.2.0 - 6.9.99 Download