How To Show YouTube Activity Feed On Blogger
![]() |
| YouTube Activity Feed For Blogger |
How To Show YouTube Activity Feed On Blogger
This is nice widget for your blog. It will help you to show your YouTube activity feed on your blogger. Follow these steps to add it to your blog.
Steps for Showing YouTube Activity Feed On Blogger
- Go to Blogger Dashboard.
- Click On Layout. >> Add A Gadget. >> HTML/JavaScript.
- Paste below code in HTML/JavaScript Tab.
<script src=’http://code.jquery.com/jquery-latest.js’ type=’text/javascript’></script>
<style type=”text/css”>
div.ytc {clear:both;padding:5px;font-size:11px;}
div.ytc.odd {background-color: #eee;}
div.ytc_thumb {position:relative;float:right;margin-left:4px;line-height:1;}
div.ytc_thumb img {width:69px;height:52px;border:1px solid #888;}
div.ytc_title {font-weight:bold;}</style>
<script type=’text/javascript’>
var ytfUserName = “YouTube Username”;
var ytfMaxResults = 8;
var ytfAllow = “”;
var ytfDisallow = “”;
var ytfEmpty = “No entries”;$(document).ready(function() {
$.getJSON(“http://pipes.yahoo.com/pipes/pipe.run?_id=58c841d14337ba4fbf693abd9701dc49&_render=json&max-results=”+ytfMaxResults+”&allow=”+ytfAllow+”&disallow=”+ytfDisallow+”&user=”+ytfUserName+”&_callback=?”, function(response) {
var htm = “”;
for(var i=0;i<response.count;i++) {
var item = response.value.items[i];htm += ‘<div class=”ytc’;
if(i%2 == 1) htm += ‘ odd’;
htm += ‘”><div class=”ytc_thumb”><a target=”_blank” href=”‘ + item.link + ‘”><img title=”‘ + item.title + ‘” src=”‘ + item.thumb + ‘”/></a></div>’;htm += ‘<div class=”ytc_title”><a target=”_blank” href=”‘ + item.link + ‘”>’ + item.title + ‘</a></div>’;
htm += ‘<div class=”ytc_description”>’ + item.description + ‘</div><div style=”clear:both;”></div></div>’;}
if(htm == “”) htm = ytfEmpty;
$(“#ytfeed”).html(htm);});});
</script>
<div id=”ytfeed”>Loading…</div>
- Now Change Youtube Username.
- Save HTML/JavaScript.
- That’s it. You have added this widget on your blogger blog.
- Now open your Blog in new tab and enjoy this widget.
Our Recommended Blogger Widgets
- WordPress Like Floating Social Sharing Widget for Blogger with Counter.
- AllInOne Admin Box Widget with Social buttons and Subscription Box.
- Add Sticky Notification Bar To Blogger with Show/Hide Button.
- Stylish Contact Form For Blogger! Add to Static Page, Responsive & Pro Version.
- Cute & Stylish Email Popup Subscription Widget.
Conclusion:
Thank You! Stay Blessed!
Contents
