Template:FacebookFanbox

Seite zuletzt verändert am 02:59, 12 Sep 2010 von admin | Historie
Inhaltsverzeichnis
keine Gliederung
/***
    USAGE:

    FacebookFanPage(profile_id, width, height)
        Embed a Facebook fan page.

    PARAMETERS:

    profile_id : str
        Facebook fan page profile ID.

    width : int
        Width of the widget. Optional.

    height : int
        Height of the widget. Optional.

    fansCount : int
        How many fans to show. Optional.
***/

var profile_id = $0 ?? $profile_id;
var width = $1 ?? $width ?? 300;
var height = $2 ?? $height ?? 550;
var fansCount = $3 ?? $fansCount ?? 0;

<div id="facebook-fan-box">
    <iframe 
        scrolling="no" 
        frameborder="0"
        src=("http://www.facebook.com/connect/connect.php?id="..profile_id.."&connections="..fansCount.."&stream=1")
        allowtransparency="true" 
        style=("border: none; width: "..width.."px; height: "..height.."px;")>
    </iframe>
</div>
Tags:
Seitenstatistik: 1112 Visits
tinyurl: https://tinyurl.com/ybn98fdh

Kommentare

Um einen Kommentar zu schreiben, müssen Sie sich anmelden.

Datei anfügen

Attachments

 
 
chCounter: MySQL error!
SQL query:

Error number: 145
Table './chcounter/chc_pages' is marked as crashed and should be repaired
Script stopped.