# buttonizer-multifunctional-button/1.4.4/views/FreePremium.php

Buttonizer – Floating Menus, Sticky Buttons, &amp; Popup Builder, version 1.4.4. 118 lines.

- Page: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.4.4/code/views/FreePremium.php
- Raw: https://pluginprobe.com/plugins/buttonizer-multifunctional-button/1.4.4/raw/views/FreePremium.php
- Modified: 2018-03-15T15:51:32+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.4.4/code/views/FreePremium.php#L10-L20`.

```php
<?php
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Copyright 2017 Buttonizer
*/

# No script kiddies
defined( 'ABSPATH' ) or die('No script kiddies please!');
?>
<section style="background-color: white; border: 1px solid #e0d5d5; border-bottom-width: 2px; padding-left: 5%; margin-bottom: 35px;">

    <table>
        <tr>
            <td>
                <img src="<?php echo plugins_url('/assets/plugin-icon.png', BUTTONIZER_PLUGIN_DIR); ?>" style="width: auto; height: 100px;">
                <div style="float: right;">
                <h2 class="buttonizer-fp-text">We <i class="fa fa-heart" style="color: #f08419"></i> our Fans and fans have to be rewarded for their Buzz</h2>
                <p style="float: ">&nbsp;&nbsp;So do you like Buttonizer and want to Buzz a step further? </p>
                </div>
            </td>
        </tr>
    </table>
</section>
<table style="padding-left:10%;margin-left: 10%;">
    <tr>
        <td>
            <div class="buttonizer-fp-card">
            <div class="card buttonizer">
                <h1><b style="color: #498698;">Buttonizer review <i>(Buzz)</i></b></h1>
                <div class="container card-body">
                    <label>
                        <i class="fa fa-star" style="color: #f08419;"></i>
                        <i class="fa fa-star" style="color: #f08419;"></i>
                        <i class="fa fa-star" style="color: #f08419;"></i>
                        <i class="fa fa-star" style="color: #f08419;"></i>
                        <i class="fa fa-star" style="color: #f08419;"></i>
                    </label>
                    <h4>Are you just as hyped as we are?<br/> Do you want more of it?</h4>
                    <p>Leave a great review for the Buttonizer <i>in Wordpress</i></p>
                    <h2><b>Earn</b> 1 <i class="fa fa-ticket" style="color: #f08419;"></i> <b>Premium</b></h2>
                    <hr/>
                    <p style="text-align:left;"><i><b>Conditions:</b> </i></p>
                    <p>
                        <ol>
                            <li><a href="https://wordpress.org/support/plugin/buttonizer-multifunctional-button/reviews/#new-post" target="_blank" style="color:#f08820; ">Write a <b>great</b> review for the Buttonizer with your feedback</li></a>
                            <li>Make a screenshot of the review</li>
                            <li>Send your screenshot to contact@buttonizer.pro with the title "Promotional Premium".</li>
                            <li><b>Get 1 promotional code for free!</b></li>
                        </ol>
                        <br/>
                        <small><b><i</i></b></small>
                        <div class="buttonizer-fp-footer">
                            <a href="mailto: contact@buttonizer.pro"  class="button button-primary" title="Send your proof to Buttonizer"  style="height: 50px; line-height: 50px; width: 150px; margin-top: 40px;">Buzz your proof</a>
                        </div>
                    </p>
                </div>
            </div>
                <hr/>
        </div>
        </td>
        <td>
            <div class="buttonizer-fp-card">
                <div class="card buttonizer">
                    <div class="container">
                        <h1><b style="color: #498698;">Blog post <i>(Buzz Buzz)</i></b></h1>
                    </div>
                    <div class="container">
                        <label>
                            <i class="fa fa-pencil" style="color: #f08419;"></i>
                            <i class="fa fa-pencil" style="color: #f08419;"></i>
                            <i class="fa fa-pencil" style="color: #f08419;"></i>
                            <i class="fa fa-pencil" style="color: #f08419;"></i>
                            <i class="fa fa-pencil" style="color: #f08419;"></i>
                        </label>
                        <p>
                            <br/>
                            <b>Are you crazy in love with the Buttonizer?</b><br/>
                            <b>Do you want to create some Buzz?</b><br/><br/>
                            Write a blog about Buttonizer, with a link
                            <br/>
                            <b>Need inspiration? </b><i>Send a email to contact@buttonizer.pro</i>
                        </p>
                        <h2><b>Earn</b> 4 <i class="fa fa-ticket" style="color: #f08419;"></i> <b>Premium</b></h2>
                        <hr/>
                        <p style="text-align:left;"><i><b>Conditions:</b> </i></p>
                            <ol>
                                <li>
                                   containing: at least 1000 words without keyword spamming<br/>
                                </li>
                                <li>Make a screenshot of the blog, including a link to the blog</li>
                                <li>Send your screenshot and link to contact@buttonizer.pro with the title "Promotional Premium".</li>
                                <li><b>Get 4 promotional code for free!</b></li>
                            </ol>
                            <div class="buttonizer-fp-footer">
                                <a href="mailto: contact@buttonizer.pro"  class="button button-primary" title="Send your proof to Buttonizer"  style="height: 50px; line-height: 50px; width: 150px;">Buzz your proof</a>
                            </div>
                        </p>
                    </div>
                </div>
                <hr/>
            </div>
        </td>
    </tr>
</table>

```
