Hi,
I have put in my facebook page link, but I cant see any button(link) on my page.
What am I doing wrong?
link to page:
http://www.nordwestboats.com
Hi,
I have put in my facebook page link, but I cant see any button(link) on my page.
What am I doing wrong?
link to page:
http://www.nordwestboats.com
Hi,
I see a Facebook button on the bottom right of your page. Did you fix it?
No I did not, so it must have been there all along. Just did´nt see it. But is there anyway I can place the social media button in my header? It is much more visible in the top.
You can move your social media buttons by cutting the following code from your footer.php file
<ul class="social_bookmarks">
<li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>">RSS</a></li>
<?php
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Facebook</a></li>";
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>";
?>
</ul><!-- end social_bookmarks-->
Then, you can paste the code you just cut in your header.php file right after this code on line 82:
<div class='container main_menu'>
You must log in to post.