How To Show YouTube Activity Feed On Blogger

Are you trying to show your YouTube Activity Feed to Your Blogger Blog Readers and have not any idea How To Show YouTube Activity Feed On Your Blogger Blog. So for solving your this problem today I’m here with another blogger widget or you can also say another Blogger Guide for you by reading you can easily show your youtube activity feed to your blogger blog readers.

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>

So above guide is about How To Show YouTube Activity Feed On Blogger and i hope this recommended widget attract your readers. If you have any problem related to this article then drop a comment below. Don’t forget to share on Blogging communities and with your Blogger friends.
Thank You! Stay Blessed!

Contents

Paramjot Singh
 

I’m Paramjot Singh, the creator of mybloggerguides.com. I started this blog back in 2016 to share my real experiences from the world of blogging – the wins, the failures, and everything in between. Originally from India and now living in Australia, I’ve spent years learning how blogging, SEO, and online income actually work in the real world. On My Blogger Guides, I focus on SEO tips, blogging strategies, product reviews, and step-by-step guides for Google’s Blogger platform, so that anyone can start their blogging journey without investing much money. My goal is simple: to make blogging easier, clearer, and more accessible for beginners who want to build something of their own online.

Click Here to Leave a Comment Below 0 comments

Leave a Reply: