• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Facebook

Can someone pass me the script facebook?

War Team HardCore - Modern AAC

facebook.png
 
PHP:
 <!-- Facebook Toolbar by 5mok3 --> 
        <link rel="stylesheet" type="text/css" href="http://teamwar.no-ip.org//templates/united/facebook/facebox.css" />
        <script type="text/javascript" src="http://teamwar.no-ip.org//templates/united/facebook/facebox.js"></script>
        <script type="text/javascript" src="http://teamwar.no-ip.org//templates/united/facebook/global.js"></script>
and now where I put the Facebook page?
 
Try to figure that out on your own first :)

If that fails, read that piece of code and see if something or someone in there might be able to help.
 
XML:
<div id="news" class="Box">
    <div class="Corner-tl" style="background-image:url(layouts/tibiacom/images/content/corner-tl.gif);"></div>

    <div class="Corner-tr" style="background-image:url(layouts/tibiacom/images/content/corner-tr.gif);"></div>
    <div class="Border_1" style="background-image:url(layouts/tibiacom/images/content/border-1.gif);"></div>
    <div class="BorderTitleText" style="background-image:url(layouts/tibiacom/images/content/title-background-green.gif);"></div>
    <img class="Title"  src="headline.php?text=FACEBOOK" alt="Contentbox headline" />
    <div class="Border_2">
        <div class="Border_3">
           <div class="BoxContent" style="background-image:url(layouts/tibiacom/images/content/scroll.gif);">
<div style="background-color: white; margin: 0 auto; padding: 0px; width: 735px"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FOperaGames%2F159289460804755&amp;width=735&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=178" scrolling="no" frameborder="0" style="border:none; width:735px; height:178px; margin: 0px; padding: 0px" allowTransparency="false"></iframe>
		</tr>

      </div>
      </div>

add this where you have copyrights in layout.php but change facebook link to your own profile
 
I put a small button but it is not centered using < center> someone knows what I can use?

PHP:
<iframe 

src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FTotal-WarOrg%2F102160183237990

&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp

;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" 

allowTransparency="true"></iframe>

ignore ss \/
 

Attachments

Last edited:
Back
Top