Showing posts sorted by relevance for query add-trending-recent-posts-update-gadget. Sort by date Show all posts
Showing posts sorted by relevance for query add-trending-recent-posts-update-gadget. Sort by date Show all posts

Monday, February 29, 2016

How To Install Responsive Breaking Intelligence Widget Inward Blogger

 Add Responsive Breaking News Widget In Blogger Template How To Install Responsive Breaking News Widget In Blogger
Your website is using breaking/trending tidings gadget ? yous know the benefits of breaking tidings widget? acquire hither inwards this tutorial how to add together breaking tidings gadget inwards blogger template.In previous ship service nosotros convey already talked most stylish latest tidings heart widget but today inwards this article nosotros are going to explicate installing of responsive latest/recent updates tool plugin for your blogger website or blog.Advantage of using breaking news widget is yous tin laissez passer on notice display the latest posts update of your weblog or website as well as yous don't necessitate to add together recent articles gadget inwards your template.breaking tidings widget comes alongside integration of Font awesome icons thus yous tin laissez passer on notice usage whatsoever icon of your choice but nosotros recommend yous to usage bull horn icon or rss as well as aye yous tin laissez passer on notice also usage graph symbols too.
Breaking tidings widget is rattling uncomplicated to add together inwards blogger template as well as nosotros convey made it to a greater extent than uncomplicated for our readers as well as tried best to serve yous best.In this widget when yous update your website or weblog your recent articles volition scroll inwards this gadget,so yous volition never lose whatsoever updates to display inwards front end of the readers.If yous update your website regularly yous must install this gadget inwards your blogger template.So to guide grip of breaking tidings plugin follow the steps mentioned below.
Demo:

How To Add Animated Breaking News Widget In Blogger Template

Installation Steps:

Step 1. Log inwards to your Blogger account as well as Go to your Blogger Dashboard.

Step 2. Now Click on  Template -> Edit HTML.

Step 3. Now Search for ]]></b:skin> or </style> past times Pressing Ctrl+F keys.
Step 4. Copy the below CSS code as well as glue it merely earlier the ]]></b:skin> or </style> tag.
/* Breaking News Widget By www.Bloggersstand.Com */
#bd-breakingnews {margin:15px 0 0 0;margin-right:15px;height:42px;line-height:29px;overflow:hidden;background:#fff;border:1px enterprise #8ED557;}
#bd-breakingnews .head-breaking {position:absolute;background:none repeat scroll 0 0 #8ED557;color:#fff;display:block;float:left;font-family:inherit;font-size:16px;font-weight:420;text-transform:uppercase;padding:6.5px 22px;}
#breaking-bsd-news li a {font-family:inherit;font-weight:420;color:#666;margin-top:10px;transition:all 0.5s ease-in-out;}
#breaking-bsd-news li a:hover {color:#63953D;}
#breaking-bsd-news {float:left;margin-left:75px;margin-top:6px;}
#breaking-bsd-news ul,#breaking-bsd-news li{list-style:none;margin:0;padding:0}
@media exclusively concealment as well as (max-width:640px){
#bd-breakingnews {margin:20px 0 0 0;margin-right:0;}
#bd-breakingnews .head-breaking {padding:6.5px 14px;}
#breaking-bsd-news {margin-left:50px;}}
Customization:
  • To alter the Font awesome icon color replace 8ED557 with your color hex code.you tin laissez passer on notice select colors past times visiting color bicycle picker or color code generator.
  • To Change the Hover color on recent posts scrolling ,change 63953D with your color.
  • To Change the border color ,change 8ED557 with your color.

Step 5. Now Search for the closing </body> tag as well as re-create the below coffee script code as well as glue merely before/above </body> tag.
<script type='text/javascript'>
//<![CDATA[
// Breaking News Widget By www.Bloggersstand.com
$(document).ready(function(){var e="http://bloggersstand.com",t=20;$.ajax({url:""+e+"/feeds/posts/default?alt=json-in-script&max-results="+t,type:"get",dataType:"jsonp",success:function(e){function t(){$("#breaking-bsd-news li:first").slideUp(function(){$(this).appendTo($("#breaking-bsd-news ul")).slideDown()})}var n,r,s="",a=e.feed.entry;if(void 0!==a){s="<ul>";for(var l=0;l<a.length;l++){for(var o=0;o<a[l].link.length;o++)if("alternate"==a[l].link[o].rel){n=a[l].link[o].href;break}r=a[l].title.$t,s+='<li><a href="'+n+'" target="_blank">'+r+"</a></li>"}s+="</ul>",$("#breaking-bsd-news").html(s),setInterval(function(){t()},5e3)}else $("#breaking-bsd-news").html("<span>No result!</span>")},error:function(){$("#breaking-bsd-news").html("<strong>Error Loading Feed!</strong>")}})});
//]]>
</script>
Customization:
  • Replace Bloggersstand alongside your website/Blog Url. 
Step 6. Now Add the below HTML code snippet subsequently <body> tag or anywhere yous wish to identify but think to identify subsequently that <body> tag only.
<div id='bd-breakingnews'><span class='head-breaking'><i class='fa fa-bullhorn'/></span>
<div id='breaking-bsd-news'>Loading..</div></div>
Customization:
  • To supervene upon the bull horn Font awesome icon symbol supervene upon fa fa-bullhorn alongside your desired font awesome,you tin laissez passer on notice select icons past times visting below url.

Step 7. if yous wish to display the Breaking tidings widget exclusively inwards the homepage/Main page as well as thus add together the next status tags on inwards a higher identify HTML code,now your terminal code volition expect similar this.
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<div id='bd-breakingnews'><span class='head-breaking'><i class='fa fa-bullhorn'/></span>
<div id='breaking-bsd-news'>Loading..</div></div>
</b:if>
Step 8. Now Save your Template..Done!