Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10002
    my add
    Keymaster

    Hello i am using Icy Responsive Template. I want to remove the template adapted Social links below every post and add a custom social link such as Addthis or Sharethis. Please tell me how to do it.

    #10003
    Gooyaabi
    Keymaster

    Go to Dashboard >> Template >> Edit HTML and remove below coding.

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div id='share-post'>
    <ul id='share-box'>
    <li class='fb'><span id='fb-button'>
    <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot;+ data:post.url + &quot;&layout=button_count&show_faces=false&width=80&action=like&font=arial&colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:80px; height:21px;'/>
    </span>	
    </li>
    <li class='twit'><span id='tw-button'>
    <a class='twitter-share-button' data-count='horizontal' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share' rel='nofollow'/><script src='http://platform.twitter.com/widgets.js' type='text/javascript'/>
    </span></li>
    <li class='gp'><span id='gp-button'>
    <div class='g-plusone' data-size='medium' expr:data-href='data:post.url'/>
    </span></li>
    </ul>
    </div>
    </b:if>

    after removing coding click “save template”

    Now the socilal sharing button will remove and you can add other thirdparty sharing buttons. Thats all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.