Showing posts with label Blogger Tools. Show all posts
Showing posts with label Blogger Tools. Show all posts

Monday, December 9, 2013

How to convert all video embed in blogs become responsive

How to convert all of its video player embed in blogs become responsive??? The script which I will share this time is derived from github (https://github.com/toddmotto/fluidvids) made ​​by toddmotto. function of this script is to change all existing video embed blog into a responsive, without changing the existing video earlier in the article previously published.





Want to See Demo




How to apply this script on the blog:

 Add Below script above the </ body>:

<script type='text/javascript'>
      /*<![CDATA[*/
/*!
 *  FluidVids.js v1.2.0
 *  Responsive and fluid YouTube/Vimeo video embeds.
 *  Project: https://github.com/toddmotto/fluidvids
 *  by Todd Motto: http://toddmotto.com
 *
 *  Copyright 2013 Todd Motto. MIT licensed.
 */
window.fluidvids = (function (window, document, undefined) {

  'use strict';

  /*
   * Constructor function
   */
  var Fluidvids = function (elem) {
    this.elem = elem;
  };

  /*
   * Prototypal setup
   */
  Fluidvids.prototype = {

    init : function () {

      var videoRatio = (this.elem.height / this.elem.width) * 100;
      this.elem.style.position = 'absolute';
      this.elem.style.top = '0';
      this.elem.style.left = '0';
      this.elem.width = '100%';
      this.elem.height = '100%';

      var wrap = document.createElement('div');
      wrap.className = 'fluidvids';
      wrap.style.width = '100%';
      wrap.style.position = 'relative';
      wrap.style.paddingTop = videoRatio + '%';
      
      var thisParent = this.elem.parentNode;
      thisParent.insertBefore(wrap, this.elem);
      wrap.appendChild(this.elem);

    }

  };

  /*
   * Initiate the plugin
   */
  var iframes = document.getElementsByTagName( 'iframe' );

  for (var i = 0; i < iframes.length; i++) {
    var players = /www.youtube.com|player.vimeo.com/;
    if (iframes[i].src.search(players) > 0) {
      new Fluidvids(iframes[i]).init();
    }
  }

})(window, document);

/*]]>*/</script>
If you want to add another player (by default the script above just change the youtube and vimeo player into a responsive, for players from other websites must be added manually). Supposing want to add a player of the putlocker for example, enough to change the script in part:

players = /www.youtube.com|player.vimeo.com/;
 to be:

players = /www.youtube.com|www.putlocker.com|player.vimeo.com/;

Similarly, brief info of my hopefully useful
 

Saturday, November 2, 2013

How to Make Table in Blogger without Coding

Most of the newbie blogger want to create table in blogger but they are failed because they have not sufficient knowledge about HTML coding once time am also suffer such types of problem and search internet about how to create table in blogger. A lot of browsing I found a solution how to solve about this problem.

So today I discuss how to make table in your blog without knowledge of HTML or any coding.
Benefit of Table in Blogger -Table makes your post attractive; you can attract your data serially.

Process of make table in Blogger:

Create Table in Excel of MS Word:
01. First create table with your expected data in MS Excel or word sheet with color & design.
02. When your table done just copy this table.

How to convert table in HTML:
How to Make,Table,Blogger, without,Coding
01. Go to Tableizer and paste your copied table in this site box.
02. If you need,you can also change front, heading color, front size.
03. After the all process you click on the Tableizer.
04. Now copy your Table coding.
How to insert it into the blogger post:
01. Go to the blogger Dashboard.
02. Next click on new post or where you want to show table.
03. Change your Compose mood to HTML mood of your post.
04. Now just paste those coding here & Click on compose and publish it.

Finally wonderful table you can make without know about any coding or HTML.
Enjoy happy blogging. To get such types of blogger tips & tricks join this blog as a follower.

Friday, October 25, 2013

How to add color code Generator to your Blogger

Color code Generator help a blogger from different sector.dear friends now i tech you how add color code generator for your blog.For add color code generator you must follow some process i share it below.By the color code generator you can increase your site beauty.
How to add,color code Generator,Blogger
How to add color code generator:
01.Go to your blogger dashboard.
02.Choose the page or post where you want to add this code.
03.Now click on HTML and paste this below code.
04.Save it.

Your Expected Code:
 <div id="TrixCGv1"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="430" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="http://e-infotainment.com/applications/color-code-generator/v1/trixcgv1.swf"><param name="quality" value="high"><param name="bgcolor" value="#cccccc"><embed src="http://e-infotainment.com/applications/color-code-generator/v1/trixcgv1.swf" quality="high" bgcolor="#cccccc" width="400" height="430" name="flash" align="middle" play="true" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object></div>

See Demo Below:
Older Posts►
 

Footer1

FOOTER 2

Footer 3

Copyright 2013 ViproLike: Blogger Tools Template by CB Blogger Template. Powered by Blogger