Grab the RSS feed

How to vote for Bigg Boss Tamil India?

Bigg Boss Tamil reality tv show in Vijay TV is currently a hit among the Tamil fans. Mostly when it comes to voting, only within India is possible via Google or calling a phone number.

However, for international fans, there is a way you can vote your favorite person via Google.

Simply visiting following URL https://www.google.co.in/search?q=bigg+boss+vote&pli=1 of Google you can vote your favorite person.

A day you will have 50 votes and you can share the votes with more than one person if you like. Once you have selected your desired votes you have to submit the votes to complete your voting.

To do the voting, you should have a Google/Gmail account.

Good luck!

Joomla Wrapper Youtube Allowfullscreen

Using Joomla Wrapper to embed Youtube videos are merely easy. However, when it comes adding additional attributes like allowing full screen means you might have to code into the core of wrapper component code or maybe add additional Javascript code.

This simple code will allow setting additional attributes to the existing iframe.

Below is the code I have used and it is with the Google TagManager.

 <script>  
  iframe = document.getElementById("blockrandom");  
  iframe.setAttribute('allowFullScreen', '');  
 </script>  

Please replace your iframe id (e.g.blockrandom).