Add Email Subscription Box To Your Blogger.com Blog

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can add Email Subscription Box in your Blogger.com blog. Email Subscription Box lets your reader subscribe to your blog via email, they will get daily emails in there inbox o your blog post. By adding Email Subscription Box, it will also help you in increasing your blog readers Continue reading Add Email Subscription Box To Your Blogger.com Blog

Setup Google Custom Search Engine (CSE) For Your Blog Or Website

Hi! Everyone, hope you all are fine
Today in this post I will tell you how you can make your own Google Custom Search Engine for your blog or website. If you have a blog on Blogger.com, WordPress, etc then most of you must be using their default search which is not so good with its results. There is another good option is you can use Google Custom Search Engine, Continue reading Setup Google Custom Search Engine (CSE) For Your Blog Or Website

Embed Music (MP3) Files Using Yahoo! Media Player On Your Blog Or Website

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can embed music (MP3) files using Yahoo Media Player. If you are a signer or if you have a blog where you have podcast or for any reason you want to embed an mp3 player on your webpage here is a solution Continue reading Embed Music (MP3) Files Using Yahoo! Media Player On Your Blog Or Website

Embed YouTube Video With A Specific Time From Where It Will Start

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can embed YouTube video which starts from a specific time you want Continue reading Embed YouTube Video With A Specific Time From Where It Will Start

How To Embed PDF File Using Google Doc Viewer On Your Blog Or Website

Hi! Everyone, hope you all are fine.
Toda in this post I will tell you how you can embed any PDF document using Google Docs viewer. Before I told you how you can embed PDF files in using direct iframe and and embed tag but it seems that now it is not working for Google Chrome that well. So I here is one more solution to embed PDF file using Google Docs viewer.

Google Docs Viewer

  1. Get the link of your PDF file
  2. For example I will take this (http://labs.google.com/papers/bigtable-osdi06.pdf) PDF file URL
  3. Now copy the below code
  4. <iframe src="http://docs.google.com/gview?url=YOUR-PDF-URL&embedded=true" style="width:516px; height:616px;"></iframe>
  5. 4. Change the YOUR-PDF-URL with your PDF file URL
  6. Now pate the code where ever you want to display your PDF

Here is a demo for you all

How To Embed Facebook Videos Anywhere On Your Blog Or Website

Cross Post With In-Face-Book

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can embed Facebook Videos on your blog or website. All of you see videos everyday on YouTube, Facebook and other many different sites. But when you like a video and want to share it with your visitors. So what you do, if it is a YouTube video you embed it on your page and when that video is from Facebook do you put the link of that video which goes that video page on Facebook? It is not necessary that all your visitors have a Facebook account. So you can embed that video on your webpage.

Embed Facebook Videos

Here what you have to do.

  1. Go to that video page which you want to embed (for example we will use this video link http://www.facebook.com/video/video.php?v=1246153453292)
  2. Every Facebook video have a unique ID which you will get in video URL
    For our example video URL, video ID is 1246153453292
  3. Now copy that video ID and replace it with VIDEO-ID in below code (there are two place where you have replace)
  4. <object width="400" height="224" >
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="movie" value="http://www.facebook.com/v/VIDEO-ID" />
    <embed src="http://www.facebook.com/v/VIDEO-ID" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
    </embed>
    </object>
  5. After you replace it, it will look something like this
  6. <object width="400" height="224" >
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="movie" value="http://www.facebook.com/v/1246153453292" />
    <embed src="http://www.facebook.com/v/1246153453292" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
    </embed>
    </object>
  7. Now copy that code (with the replaced video ID) and past it where ever you want
  8. You can also change the height and width according to your need

Here is an example Facebook video how it will look after it get embed

How To Embed PDF File In Your Blog Or Website

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can embed PDF file into your blog or webpage. Now days PDF files are being used a lot and the uses of it is still increasing. And many people like blogger, developer, Continue reading How To Embed PDF File In Your Blog Or Website