38 lines
1.4 KiB
PHTML
38 lines
1.4 KiB
PHTML
<div id="weekly-schedule-widget" class="prefpanel ui-widget simple-formblock clearfix padded-strong ">
|
|
|
|
<?php $baseUrl = Config::getBasePath(); ?>
|
|
|
|
<h2 style="text-align:center"><?php echo _("Facebook Radio Player") ?></h2>
|
|
<div style="clear:both"></div>
|
|
|
|
<p><button class="btn btn-new" id="facebook-login" style="margin-left: 320px;"><?php echo _("Add to My Facebook Page") ?></button></p>
|
|
|
|
<div id="weekly-schedule-widget-error">
|
|
<?php echo $this->facebook_error_msg; ?>
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<h3 style="padding-left: 0px"><?php echo _("Preview:") ?></h3>
|
|
|
|
<div>
|
|
<iframe width=800 height=800 src="<?php echo Application_Common_HTTPHelper::getStationUrl(); ?>/?facebook=1"></iframe>
|
|
</div>
|
|
|
|
</div>
|
|
<br>
|
|
|
|
|
|
<div>
|
|
<h3 style="padding-left: 0px"><?php echo _("Tips:") ?></h3>
|
|
<p>
|
|
<?php echo _("To make the tab more visible on your Facebook page, click 'More', and 'Manage Tabs':") ?><br><br>
|
|
<img src="<?php echo ($baseUrl) . "images/doc/facebook_widget1.png" ?>"><br><br>
|
|
|
|
<?php echo _("Then, drag the Radio Player item higher in the list, and click Save. It will now appear as one of the default tabs instead of being buried under 'More':") ?><br><br>
|
|
<img src="<?php echo ($baseUrl) . "images/doc/facebook_widget2.png" ?>">
|
|
|
|
</p>
|
|
</div>
|
|
</div>
|