# buttonizer-multifunctional-button/1.5/classes/Admin/Video.php

Buttonizer – Floating Menus, Sticky Buttons, &amp; Popup Builder, version 1.5. 44 lines.

- Page: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.5/code/classes/Admin/Video.php
- Raw: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.5/raw/classes/Admin/Video.php
- Modified: 2018-03-01T17:09:42+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/code/classes/Admin/Video.php#L10-L20`.

```php
<!DOCTYPE html>

<body>
<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 explainations! <!-- 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>


</body>
```
