Re: [1.5] Adding extra social links to the nav bar

If anyone has fixed the invisible icon error I would appreciate it very much if you shared the solution.

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

hi

still looking for a solution. any ideas?

thanks
conte

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

the code for google+1 does not work in IE or latest firefox. any ideas how to resolve this issue?

thanks
cotne

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

please. need help. cant maket his work

thanks
conte

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

up. really need help here

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

how to up to top-nav social icons.? SOS please
I tried to change the CSS, option.php, arras-general.php, template.php to change the position of social icons to top-nav but not how to do it .. how to up to top-nav? please help SOS    sad

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

bpepper wrote:

Added the following code to the functions.php file to insert a Google +1 button to the quick nav:

function add_extra_sociallinks() { 
            ?>
        <li><a id="plusone"<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<g:plusone size="small"></g:plusone></a></li>
        <?php 
}
add_action('arras_quick_nav', 'add_extra_sociallinks'); 

How do you add the +1 button to the nav var in main page? I added this code to functions.php, but it only shows up in single posts.   I want it on the main page. You can check it out at www.marcefx.com (click on any post)

Thanks

Thumbs up

Re: [1.5] Adding extra social links to the nav bar

MarceFX wrote:
bpepper wrote:

Added the following code to the functions.php file to insert a Google +1 button to the quick nav:

function add_extra_sociallinks() { 
            ?>
        <li><a id="plusone"<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<g:plusone size="small"></g:plusone></a></li>
        <?php 
}
add_action('arras_quick_nav', 'add_extra_sociallinks'); 

How do you add the +1 button to the nav var in main page? I added this code to functions.php, but it only shows up in single posts.   I want it on the main page. You can check it out at www.marcefx.com (click on any post)

Thanks

Bump!

Thumbs up