PHPackages                             rimelek/ybb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rimelek/ybb

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rimelek/ybb
===========

BB Code interpreter for youtube videos

v1.0.1(8y ago)012MITPHP

Since Jul 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rimelek/ybb)[ Packagist](https://packagist.org/packages/rimelek/ybb)[ RSS](/packages/rimelek-ybb/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

README
======

[](#readme)

Description
-----------

[](#description)

This is just a simple function convert youtube video links or video IDs to the video embed code using BB codes. You can pass arguments to the BB code or you can disable them.

Arguments
=========

[](#arguments)

- **nocookie**: Default: "off". If it is "on" youtube-nocookie.com will be used as domain.
- **controls**: Default: "on". Whether you want to show control buttons or not.
- **suggestions**: Default: "on". You can turn suggestions after the video on or off.
- **showinfo**: Default: "on". In case of "off" the title of the video and other information will be hidden.
- **width**: Default: 560. Width in pixels
- **height**: Default: 315. Height in pixels

You can completely omit the value if it is "on". "nocookie" means the same as "nocookie=on"

Examples
--------

[](#examples)

### BB codes

[](#bb-codes)

```
[youtube showinfo=off]https://www.youtube.com/watch?v=tH2TvzgFCU0[/youtube]
[youtube]https://youtube.com/watch?v=tH2TvzgFCU0[/youtube]
[youtube]http://www.youtube.com/watch?v=tH2TvzgFCU0[/youtube]
[youtube]//www.youtube.com/watch?v=tH2TvzgFCU0[/youtube]
[youtube]https://youtu.be/tH2TvzgFCU0[/youtube]
[youtube]http://youtu.be/tH2TvzgFCU0[/youtube]
[youtube]//youtu.be/tH2TvzgFCU0[/youtube]
[youtube suggestions=off]tH2TvzgFCU0[/youtube]
[youtube width=350 height=300 nocookie controls=off]tH2TvzgFCU0[/youtube]

```

### Usage of the function

[](#usage-of-the-function)

```
