Joofville
Funny Animations
Hey Guys.
I decided to write a Javascript widget which I could incorporate on my website so show my YouTube channel views and subscriptions. I'm looking for anyone who would like to test this with me and give me some feedback. This is currently what I have running, here is an example of the widget running on my site using RayWilliamJohnson's channel.
Here is the same widget on my website using my channel:
The widget displays your channel name, summary, image in the background and your video views and channel subscriptions. If you would like to try this widget out on your website for free (I don't ever intend on charging for it) here is the code. Just copy and paste the code into your HTML on your site. Just change the variable name below in the code to reflect your channel, currently the code below is set ti my channel, e.g. joofYTCS_channelName='joofville'; Just change it to reflect yours: joofYTCS_channelName='YOURCHANNELNAME';
If people like this idea I will continue working on it and build a page which will dynamically create the above code for your channel where you can change options and such. Let me know. If you need help adding the code to your side, buzz me.
Regards.
I decided to write a Javascript widget which I could incorporate on my website so show my YouTube channel views and subscriptions. I'm looking for anyone who would like to test this with me and give me some feedback. This is currently what I have running, here is an example of the widget running on my site using RayWilliamJohnson's channel.
Here is the same widget on my website using my channel:
The widget displays your channel name, summary, image in the background and your video views and channel subscriptions. If you would like to try this widget out on your website for free (I don't ever intend on charging for it) here is the code. Just copy and paste the code into your HTML on your site. Just change the variable name below in the code to reflect your channel, currently the code below is set ti my channel, e.g. joofYTCS_channelName='joofville'; Just change it to reflect yours: joofYTCS_channelName='YOURCHANNELNAME';
Code:
<script language="javascript" src="http://www.joofville.co.za/youtube/scripts/jquery-1.7.2.min.js"></script>
<script language="javascript" src="http://www.joofville.co.za/youtube/scripts/funcs.js"></script>
<div id="joofYTCS_youtubeMiniStats"></div>
<script language="javascript">
joofYTCS_channelName='joofville';
joofYTCS_containerDiv='joofYTCS_youtubeMiniStats';
joofYTCS_getYouTubeInfo();
</script>
If people like this idea I will continue working on it and build a page which will dynamically create the above code for your channel where you can change options and such. Let me know. If you need help adding the code to your side, buzz me.
Regards.