I remember I had it before with my other blog..
so I was wondering why I can't see it here with my new blog..
Perhaps the problem is with my new blogger template..
Perhaps the code for that was deleted when I installed this new template
(since I didn't expand the widgets in Design Page)
So I configure the code for this template
(sorry for the creator of this template :( I've been changing some of your codes)
so if you have the same problem with mine.. here's the solution
- if you want to put share buttons right after every titles..
- find this code <div class='post-header-line-1'> or <div class='post-header-line-1'/>
- and paste the following code after it <div class='post-share-buttons'><b:include data='post' name='shareButtons'/> </div>
- else (if you want to put it at the bottom of every post)
- find this code <data: post.body/>
- and paste the following code after it <div class='post-share-buttons'>
<b:include data='post' name='shareButtons'/> </div>
- Hmm ..if you want another version of this share buttons.. use this code instead of the 3-liner code I placed above
(This code from above is from AddToAny<!-- AddToAny BEGIN --><br/><a class='a2a_dd' href='http://www.addtoany.com/share_save'><img alt='Share/Bookmark' border='0' src='http://static.addtoany.com/buttons/share_save_171_16.png' width='171' height='16'/></a><p class='a2a_linkname_escape' style='display:none'><data:post.title/></p><script type='text/javascript'>var a2a_config = a2a_config || {};a2a_config.linkname_escape=1;a2a_config.linkurl="<data:post.url/>";</script><script src='http://static.addtoany.com/menu/page.js' type='text/javascript'></script><!-- AddToAny END -->
Note:
- I have used the blogger built in share buttons right after every title of my posts
- I have used the share buttons from AddToANy at the bottom of every posts I have
Sources:
0 comments on "Share Buttons Configuration"
Post a Comment