PHP Classes

File: templates/flattr/buttons/html.php

Recommend this page to a friend!
  Classes of Mike   PHP Socializer   templates/flattr/buttons/html.php   Download  
File: templates/flattr/buttons/html.php
Role: Auxiliary script
Content type: text/plain
Description: Sample output
Class: PHP Socializer
Embed social buttons and widgets in Web pages
Author: By
Last change:
Date: 11 years ago
Size: 860 bytes
 

Contents

Class file image Download
<a class="FlattrButton" style="display:none;"
    title="<?php echo $title; ?>"
    data-flattr-uid="<?php echo $uid; ?>"
    <?php if ($tags): ?>
data-flattr-tags="<?php echo $tags; ?>"
    <?php endif; ?>
<?php if ($language): ?>
data-flattr-language="<?php echo $language; ?>"
    <?php endif; ?>
<?php if ($description): ?>
data-flattr-description="<?php echo $description; ?>"
    <?php endif; ?>
<?php if ($description): ?>
data-flattr-description="<?php echo $description; ?>"
    <?php endif; ?>
<?php if ($category): ?>
data-flattr-category="<?php echo $category; ?>"
    <?php endif; ?>
<?php if ($hidden): ?>
data-flattr-hidden="<?php echo $hidden; ?>"
    <?php endif; ?>
<?php if ($button): ?>
data-flattr-button="<?php echo $button; ?>"
    <?php endif; ?>
href="<?php echo $url; ?>">
</a>