MyBB Community Forums

Full Version: Facebook Twitter and youtube Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I am trying to get up Facebook Twitter and youtube icons up on my site this is the code I have

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<div class="side" style="float: right; width: 23%">
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<tr>
<td class="thead2">
<div class="float_left"><strong>Go social?</strong></div> 
</td>
</tr>
<tr>
<td class="trow3">
<a href="*"><img src="images/vienna/facebook.png" style="vertical-align: middle" alt="" title="Like us on Facebook!" /></a>
<a href="*"><img src="images/vienna/twitter.png" style="vertical-align: middle" alt="" title="Tweet us on Twitter!" /></a>
<a href="*"><img src="images/vienna/youtube.png" style="vertical-align: middle" alt="" title="Subscribe on Youtube!" /></a>
<a href="*"><img src="images/vienna/google.png" style="vertical-align: middle" alt="" title="+1 us on Google!" /></a>
</td>
</tr>
</table>
  
  <br />  
  

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<tr>
<td class="thead2">
<div class="float_left"><strong>Board stats</strong></div> 
</td>
</tr>
<tr>
<td class="trow3">
{$forumstats}
</td>
</tr>
</table>
  
  <br />
  
  
  
  
  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<tr>
<td class="thead2">
<div class="float_left"><strong>Latest activity</strong></div> 
</td>
</tr>
<tr>
<td class="trow3">
				<div class="latestthreads float_left"></div>
		</td>
</tr>
</table>
  
  <br />
  
  
  
  
  
  
</div>
<div class="forum" style="float: left; width: 76%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>

Everything Seems to be correct they are just not showing is there away to bring them up.
Forum url?
And did you upload these images to the server?
yes they have been uploaded to the server but not sure if any coding needs to be done to make them work.
(2015-02-10, 10:17 PM)sweettarts Wrote: [ -> ]not sure if any coding needs to be done to make them work.

No. As you can see, they're displayed as "image missing" images and opening them in a new tab won't display anything either = they're uploaded incorrectly.
How can I upload them then were do they need to be added ?

we can mark this posts as solved I just went and changed to a better theme.
hi
i visited your forum
its good but
you can see half of it because of the facebook / twitter / youtube

you can put that in footer or in header after the menue that u have.
SO it won't show as half ...
even the portal is shown this way.