# buttonizer-multifunctional-button/1.5.1/views/Video.php

Buttonizer – Floating Menus, Sticky Buttons, &amp; Popup Builder, version 1.5.1. 38 lines.

- Page: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.5.1/code/views/Video.php
- Raw: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.5.1/raw/views/Video.php
- Modified: 2018-04-10T14:23:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.5.1/code/views/Video.php#L10-L20`.

```php
<section style="background-color: white; border: 1px solid #e0d5d5; border-bottom-width: 2px; padding-left: 5%; margin-bottom: 35px;">
<table>
    <tr>
        <td>
            <h2>Need help? Want a pop-up for Buttonizer? </h2>
            <p> Here you can find video explanations! <!-- and otherwise ask Japper, he knows --></p>
        </td>
    </tr>
</table>
</section>
<table style="padding-left:10%;">
<tr>
    <td style="padding-right: 15%;">

        <label><b>How to add a whatsapp button</b><br/><br/></label><!-- whatsapp integration comes soon though! -->
        <iframe width="500" height="315" src="https://www.youtube.com/embed/-2c2PaThkcA" frameborder="0" encrypted-media" allowfullscreen></iframe>
            <hr/>
    </td>
    <td>
        <label><b>How to add a PDF download button</b><br/><br/></label>
        <iframe width="500" height="315" src="https://www.youtube.com/embed/aeoCdTv_Prs" frameborder="0" encrypted-media" allowfullscreen></iframe>
    <hr/>
    </td>

</tr>
<tr>
    <td>
        <label><b>How to install a direct navigate button</b><br/><br/></label>
        <iframe width="500" height="315" src="https://www.youtube.com/embed/kRw89BkXkJQ" frameborder="0" encrypted-media" allowfullscreen></iframe>
            <hr/>
    </td>
    <td>
        <label><b>How to make a pop-up </b><br/><br/></label>
        <iframe width="500" height="315" src="https://www.youtube.com/embed/DR2bS5Zjsw0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
            <hr/>
    </td>
</tr>
</table>
```
