예제 #1
0
<?php

include 'inc/config.inc.php';
include 'inc/WidgetUtils.php';
session_name("spread_button");
session_set_cookie_params(time() + 17776000, "/", LikeSettings::COOKIE_DOMAIN);
session_start();
header('P3P: CP="DSP LAW"');
header('Pragma: no-cache');
header('Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$wu = new WidgetUtils();
$wu->trackUser();
?>
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>spreadly</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />

  <style type="text/css">
    *{
      margin: 0;
      padding: 0;
      font-family: Corbel, 'Helvetica Neue', Arial, sans-serif;
      font-size: 12px;
      -moz-user-select:none;
      -webkit-user-select:none;
    }
    .container b {
      color: #aaa;
예제 #2
0
<?php

include 'inc/config.inc.php';
include 'inc/WidgetUtils.php';
session_name("spread_button");
session_set_cookie_params(time() + 17776000, "/", LikeSettings::COOKIE_DOMAIN);
session_start();
header('P3P: CP="DSP LAW"');
header('Pragma: no-cache');
header('Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$wu = new WidgetUtils();
$wu->trackUser("javascript_v1");
예제 #3
0
<?php

include 'inc/config.inc.php';
include 'inc/WidgetUtils.php';
session_name("spread_button");
session_set_cookie_params(time() + 17776000, "/", LikeSettings::COOKIE_DOMAIN);
session_start();
header('P3P: CP="DSP LAW"');
header('Pragma: no-cache');
header('Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$wu = new WidgetUtils();
$wu->trackUser();
?>
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>spreadly</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />

  <style type="text/css">
  * {
    margin: 0;
    padding: 0;
    font-family: Corbel, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .container b {
    color: #aaa;