public function Slideshare::instruction in Video Filter 8
File
- src/
Plugin/ VideoFilter/ Slideshare.php, line 26
Class
- Slideshare
- Provides Slideshare codec for Video Filter.
Namespace
Drupal\video_filter\Plugin\VideoFilterCode
public function instruction() {
return $this
->t('You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id", and form the URL like this: slideshare.net/1759622');
}