Showing posts with label social. Show all posts
Showing posts with label social. Show all posts
Wednesday, November 16, 2016
High PR Dofollow Social Bookmarking Sites 2015
High PR Dofollow Social Bookmarking Sites 2015
In this post, a list of high pagerank (PR) dofollow social bookmarking sites 2015 to help you get high PR backlinks are given. High PR social bookmarking sites 2015 just like blogger widgets 2015 like the All In One SEO Pack Plugin For Blogger help to get better rank in SERP. These sites are listed according to their pagerank, from the highest to the lowest. Increasing a sites search engine rankings position (SERP), traffic and domain authority are some of their benefits. Also, the PR link juice transferred from these social bookmarking sites are Dofollow. This means that search engines like google will acknowledge the backlinks by crawling the links which in turn brings an increase in pagerank and traffic. To make the most out of these social bookmarking sites, share your blog posts to them, even though itll take time, at the end, the result is worth it.

Also Read: High PR Dofollow Commentluv Enabled Blogs
All In One SEO Pack Plugin 2015 For Blogger
How to Add Custom Robots Header Tags In Blogger
High PR Social Bookmarking Sites
High PR 8 Social Bookmarking Websites:
- www.reddit.com
- www.slashdot.org
- www.stumbleupon.com
- www.delicious.com
- www.digg.com
- www.connotea.org
- www.citeulike.org
Also Read: Automatically Open all External Links in a New Window On Blogger
How to Add Search Description On Blogger
High PR 7 Social Bookmarking Websites:
- www.diigo.com
- www.newsvine.com
- www.jumptags.com
- www.scoop.it
- www.metafilter.com
- www.google.com/bookmarks
- www.plurk.com
High PR 6 Social Bookmarking Websites:
- www.folkd.com
- www.blinklist.com
- www.dzone.com
- www.metafilter.com
- www.current.com
High PR 5 Social Bookmarking Websites:
- www.netvouz.comwww.bizsugar.comwww.blogmarks.netwww.faves.comwww.Kirtsy.com
With the list of High PR Social Bookmarking Sites 2015 given above, you can improve your sites SEO.
Go to link download
Sunday, October 23, 2016
Top High PR Canada Social Bookmarking Sites List 2016
Top High PR Canada Social Bookmarking Sites List 2016
Social Bookmarking Sites With High PR
Heres a list of high PR Canada social bookmarking sites 2016 with .ca extension, where you can share your blog posts, articles, editorials, interviews, podcasts, videos, resources etc to. Social bookmarking sites are online services that allow users to share and bookmark pages which are accessible by others on the net. By sharing your blog post using the URL on these sites, search engine bots can crawl and index the post faster, you have a means way of building quality backlinks and improving your sites alexa rank. In SEO, much preference is given to dofollow backlinks, related niche of the source backlinks and links from local websites. If youre blogging from Canada, you can make use of the list of sites below. There are several sources of traffic to a blog and some include the use of forums, social networking sites, search engines and also social book marking sites. For better results, only the list of high PR Canada social bookmarking sites have been provided which you can use in promoting your blog/site and getting dofollow backlinks. Most are free and require only registration before youre allowed to share your blogs URL/post.
Also Read: High PR Free Classified Submission Sites List 2016
Dofollow Blog Commenting Sites List
Google SEO Ranking Factors
High PR Canada Social Bookmarking Sites List 2015
Websites | PR |
http://www.placenamesofalberta.ca | 5 |
http://www.homelessawareness.ca | 4 |
http://www.thermec2011.ca | 4 |
http://www.feeltherush.ca | 4 |
http://www.theatrearchipelago.ca | 3 |
http://www.thefashioncollective.ca | 3 |
http://www.theorgan.ca | 3 |
http://www.teamcanadarollerderby.ca | 3 |
http://www.yogaforthepeople.ca | 3 |
http://www.zoomit.ca | 3 |
http://www.eatbistro.ca | 3 |
http://www.fixedgear.ca | 3 |
http://www.foodiesfinefoods.ca | 3 |
http://www.inezmusic.ca | 3 |
http://www.nomag.ca | 3 |
http://www.peppernews.eu | 3 |
http://www.questartgroup.ca | 3 |
http://www.hcconsortium.ca | 3 |
http://www.woodsofypres.ca | 2 |
http://www.zak-for-cira.ca | 2 |
http://www.youlookgood.ca | 2 |
http://www.westvancouverpolice.ca | 2 |
http://www.foolfestival.ca | 2 |
http://www.hardplaces.ca | 2 |
http://www.onehundreddays.ca | 2 |
http://www.pourlamourdedieu.ca | 2 |
http://www.quiltcanada2012.ca | 2 |
http://www.siptastegroovelove.ca | 2 |
http://www.shapesandsizes.ca | 2 |
http://www.bowriverflow.ca | 2 |
While using the social bookmarking sites above, ensure you dont build backlinks with them within a short period of time.
Go to link download
Thursday, August 18, 2016
Add Floating Social Share Buttons Below Blogger Post Title
Add Floating Social Share Buttons Below Blogger Post Title
Steps on How to Add Floating Social Share Buttons Below Blogger Post Title are given in this post. Including social media share buttons can help in boosting a blogs traffic because the post goes viral on these social bookmarking sites. Since this social share widget is a floating/sticky one, where its visible to all your readers as they scroll up and down, it makes it easier for them to share your blog post. Included on this social share widget are Facebook, Twitter, Pinterest and Google+ buttons. Follow the steps below to add one to your blog.
Also Read: Social Follow and Subscription Widget For Blogger
Facebook Popup Like Box With Timer For Blogger
Sliding Recent Posts Widget For Blogger
For the last code below:
To place the floating share buttons below the post title,
Also Read: Social Follow and Subscription Widget For Blogger
Facebook Popup Like Box With Timer For Blogger
Sliding Recent Posts Widget For Blogger
How to Add Floating Social Share Buttons Below Blogger Post Title
- Click on Edit HTML
- With ctrl+F keys, search for this tag </head>
- Copy the code below and paste above </head>
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js type=text/javascript/>
<script type=text/javascript>
//<![CDATA[
$(function() {
var $movesbuttons = $("#floating-social-buttons"),
$window = $(window),
offset = $movesbuttons.offset();
$window.scroll(function() {
if ($window.scrollTop() > offset.top) {
$movesbuttons.css({position : fixed, width : 550px, top : 0px});
} else {
$movesbuttons.css({position : absolute, top : auto});
}
});
});
//]]>
</script>
- Next, Search for ]]></b:skin> in your template.
- Copy this code below and paste above ]]></b:skin>
#floating-social-buttons {
padding: 6px 0px 12px;
position: absolute;
background: #F6F6F6;
border-bottom: 1px solid #DEDEDE;
width: 550px;
height: 18px;
z-index: 99;
}
.floating-social-buttons {
margin-left: 5px !important;
}
.floating-social-buttons li {
float: left;
margin-left: 5px;
list-style:none;
}
For the last code below:
To place the floating share buttons below the post title,
- Search for <div class=post-header>
- Copy the code and paste below the second <div class=post-header> you find in your template.
- Search for <div class=post-header>
- Copy the code and paste below the second <div class=post-footer> .
<b:if cond=data:blog.pageType == "item">
<div style=padding:5px 0 35px 0;clear:both;>
<div id=floating-social-buttons>
<ul class=floating-social-buttons>
<li><iframe allowTransparency=true expr:src="http://www.facebook.com/plugins/like.php?href=" + data:post.url+ "&layout=button_count&show_faces=false&width=100&height=25&action=like&font=tahoma&colorscheme=light" frameborder=0 scrolling=no style=border:none; overflow:hidden; width:100px; height:25px;/></li>
<li><a class=twitter-share-button data-lang=en href=https://twitter.com/share>Tweet</a><script src=//platform.twitter.com/widgets.js type=text/javascript/></li>
<li><script src=http://apis.google.com/js/plusone.js type=text/javascript/><g:plusone expr:href=data:post.url size=medium/></li>
<li><a class=pin-it-button count-layout=horizontal expr:href="http://pinterest.com/pin/create/button/?url=" + data:post.url + "&media=" + data:post.thumbnailUrl + "&description=" + data:post.snippet style=margin:0 10px 5px 0;>Pin It</a> <script src=http://assets.pinterest.com/js/pinit.js type=text/javascript/></li>
</ul>
</div>
</div>
</b:if>
- Save your template.
Go to link download
Subscribe to:
Posts (Atom)