Showing posts with label Encoder. Show all posts
Showing posts with label Encoder. Show all posts

07 March, 2016

How To Add or Embed YouTube Video in Blogger Blog Post

YouTube is now very popular among the world in every field. Every thing in the world you want to search and find it, You should search it on YouTube.com and watch your required video. Blogger is being support the iframe tags in blogger to embed/add/insert YouTube videos directly in blogger blogspot post.

A very small method has make the your post complete with support of YouTube videos. The user post a game and provide a download link on blogger blog post then this is required to embed a YouTube trailer of that game in blogger blogspot post. So the users can easily find there requirements and the type of game that the user want. This is a better SEO technique for blog users.

There are two methods for adding an YouTube video in blogger blog post.
1. Embed

<embed height="345" src="http://www.youtube.com/v/ES01L4xjSXE" type="application/x-shockwave-flash" width="420"></embed>


2. Iframe

<iframe allowfullscreen="" frameborder="0" height="345" src="http://www.youtube.com/embed/ES01L4xjSXE?feature=player_embedded" width="420"></iframe>



Replace your video url with these red bold text and add one of these codes into your blogger blog post.

How to add:
  • Login to http://www.blogger.com/home
  • Click the blog you want to post
  • Click on New Post
  • Then before adding the embed or iframe code, just click on HTML button and then paste your favorite video embed code in it.

  • Now click on Compose button to preview your video
  • After adding and editing click publish to successfully embedding the video.

01 February, 2013

Online HTML Entity Encoder


HTML is too much popular now a days among the blogging related users. HTML converting and encoding is the required process to parse the HTML for blogger. Blogger never accepts some language signs in edit HTML section. So the user required to convert the HTML language into HTML acceptable language. Some times user want to add a widget to blogger but it gives the error and don't accept the HTML scripts and coding. The HTML encoder will converts some signs into acceptable format after parsing HTML.

Every one needs Google Adsense account to earn money online through advertising on their website or blog. The generated code of Adsense can't accept by the blogger in edit HTML section directly. This is the major problem that force the users to encode the javascript and then paste it in edit HTML. Blogger i unable to accept some HTML signs directly like <, >, /, ", \, and the major sign that is mostly used is & sign. This sign is mostly used sign in many javascripts and blogger widgets. We trying to focus on the major problems of the bloggers and solve their problems as soon as possible. So we add an HTML entity encoder that will parse your javascrips and widgets code into blogger acceptable language.

How to Use Online HTML Entity Encoder


  • Copy the direct code from adsense or anywhere
  • Paste Your HTML code in the below text box
  • Click on Convert
  • Your HTML code will be replaced by another code which is encoded and can be displayed.
  • Now copy the converted code from the box below and paste it in to your blogger edit HTML section.
  • If you want to encode a second javascript then after pasting the first code click on Clear button to clear the previous coding. Now its ready to convert a second HTML javascript coding.