We have another fantastic blogger widget to customize and make a great use of your blog. A floating Vertical Sharing Widget for blogger having sharing options for Facebook, Google+, Twitter and many more social networks. This blogger widget comes with a great feature, it has a share counting feature which counts the number of shares on every social network.
Add Vertical Sharing Widget for Blogger
Go to Blogger –>> Template (Backup your template)
Edit HTML (Click on Proceed)
Search For the Below code in your HTML
1
| <b:includable id='post' var='post'> |
Just below the above code, copy and paste the below code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
| <b:if cond='data:blog.pageType == "item"'><b:if cond='data:blog.pageType != "static_page"'><style>.mbt_social_floating{ position:fixed; bottom:10%; margin-left:-60px; float:left; width:60px; background-color:#f7f7f7; padding: 5px 0 0px 0px; border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;z-index:9999px !important;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}.mbt_social_floating .mbt_side_social_button{ margin-bottom:5px; float:none; height:auto; width:60px;}.mbt_social_floating .st_twitter_vcount, .mbt_social_floating.st_plusone_vcount, .st_email{ margin-left:5px;}.mbt_social_floating .st_fblike_vcount{ margin-left:5px;}.mbt_social_floating .stButton_gradient{ background:none !important; height:21px !important; padding-left:0 !important;}.mbt_social_floating .chicklets, .mbt_social_floating .stMainServices { background:url('http://technoratan.in/wp-content/uploads/2014/02/gc_social_sprite.png') no-repeat !important; height:19px !important; width:45px !important; padding:0 !important;}.st_email .chicklets{ background-position:0 -77px !important; background-image:url('http://technoratan.in/wp-content/uploads/2014/02/gc_social_sprite-1.png') !important;}.mbt_social_floating .st_twitter_vcount .st-twitter-counter{ background-position:0 -58px !important;}.mbt_social_floating .stButton_gradient{ border:none !important;}.mbt_social_floating .stBubble_count{ width:44px !important; font-size: 15px !important; font-weight: normal !important; padding-top:7px !important; height:23px !important; background:none !important;}.mbt_social_floating .st_twitter_vcount .stBubble_count{ color:#00a6df; background-color:#f8fbfc !important;}.st_fblike_vcount{ margin-bottom: 0px; display: block;}.st_twitter_vcount{ margin-bottom: 3px; display: block;}.st_email{ margin-bottom: 5px; margin-top: 3px; display: block;}.mbt_social_floating .stBubble{ background-position: 21px 31px !important; height:35px !important;}.mbt_social_floating .st_pinterest_vcount{ margin-left:5px;}.mbt_social_floating .st_pinterest_vcount .st-pinterest-counter{ background-position:0 -19px !important;}.mbt_social_floating .st_pinterest_vcount .stBubble_count{ color:#FF0505; background-color:#fbf8f8 !important;}.mbt_social_floating .st_pinterest_vcount .stBubble{ background-image:url('http://technoratan.in/wp-content/uploads/2014/02/bubble_arrow_pinterest.png') !important;}.st_pinterest_vcount{ margin-bottom: 0px; display: block;}</style><div class='mbt_social_floating'> <script type='text/javascript'>var switchTo5x=true;</script> <script type='text/javascript'>stLight.options({onhover:false, , doNotHash: true, doNotCopy: true, hashAddressBar: false});</script> <!-- No more works properly so removing it from mbt list<span class='st_fblike_vcount' displaytext=''/>--><div style='margin:0px 0 0px 10px;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></div><span class='st_twitter_vcount' displaytext='' st_via='theblogwidgets'/><div style='margin:0px 0 0 5px;'> <span class='st_plusone_vcount' displaytext=''/></div><div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px 5px 8px;'><a class='addthis_counter'/></div><script type='text/javascript'>var addthis_config = { ui_cobrand: "TheBlogWidgets.com",ui_header_color: "#ffffff", ui_header_background: "#0080FF"}</script><span class='st_email' displaytext=''/><p style=' line-height:0px; font-size:10px; font-weight:bold; text-align:center;'><a href='http://www.technoratan.in/blogger-tips/vertical-sharing-widget-for-blogger/' rel="nofollow" style='color:#CAC8C8;'>Widgets</a></p></div></b:if></b:if> |

No comments:
Post a Comment
1 ♂ If you're asking a question click the Subscribe By Email link, below the comment form, to be notified of replies.
2 ♂Do NOT add links to the body of your comment as they will not be published.
3 ♂ Only the comments posted in ENGLISH will be approved.
4 ♂ If you have a problem check first the comments , maybe you will find the solution there.