christian8a
09-10-2009, 10:00 PM
A must button for your arcade portal.
Share This Game, for members to post on facebook, email, myspace, twitter, etc...
This will post a button on the game description, game object and game keys.
Demo
http://www.eibuddy.com/arcade.php
Click on any game, lets say tetris and when the game loads look at the side you will see the button that says Share, and facebook and other icons.
Install
Open your arcade skin you are using
arcade / skin_v3Arcade or arcade / skin_Arcade
I am using v3 Arcade, but in any will work the same way.
Find
<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&do=stats&gameid={$game['gid']}">{$ibforums->lang['view_high']}</a>
</td>
</tr>
Add underneath
<tr>
<td align="center" class="alt1">
<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4aa9ecaa30e41972"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4aa9ecaa30e41972"></script>
<!-- AddThis Button END -->
</td>
</tr>
Share This Game, for members to post on facebook, email, myspace, twitter, etc...
This will post a button on the game description, game object and game keys.
Demo
http://www.eibuddy.com/arcade.php
Click on any game, lets say tetris and when the game loads look at the side you will see the button that says Share, and facebook and other icons.
Install
Open your arcade skin you are using
arcade / skin_v3Arcade or arcade / skin_Arcade
I am using v3 Arcade, but in any will work the same way.
Find
<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&do=stats&gameid={$game['gid']}">{$ibforums->lang['view_high']}</a>
</td>
</tr>
Add underneath
<tr>
<td align="center" class="alt1">
<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4aa9ecaa30e41972"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4aa9ecaa30e41972"></script>
<!-- AddThis Button END -->
</td>
</tr>