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

Saturday, June 15, 2013

How To Add A Free Forum To Your Blogger/BlogSpot Blog

1. Create a new stand alone page on your blog. To do so, navigate to “Edit Posts >> Edit Pages” and hit the tab that says “New Page”. Now, type a title for your page, say “Forum” and publish the page. You may leave the content part empty. Now, look out for the address bar. Just save the URL to a temporary text document, say Doc 1, which should probably look similar to the URL shown below. http://YOURDOMAINNAME.blogspot.com/p/forum.html 2.Next, you need to navigate to the following link – Nabble. Sign up and follow the simple procedures...

Saturday, February 2, 2013

JWPlayer Playlist

Introduction to playlists A playlist is a sequential list of video, audio or image files. The JW Player supports various scenarios to load, show and interact with such playlists. An entry in the playlist is not just a URL to the media file, but an object that can have multiple properties, such as file, image, title, description, provider and duration. The more properties...

Friday, January 25, 2013

JW Player-Subtitles-Closed Caption-Audio Description Plugins

Captions plugin and Audio Description plugin are used to load both a captions SRT and an audio description MP3 file. Both can be toggled on/off through a large, descriptive button in the display area. The plugins are automatically loaded by JW Player from our CDN:         plugins: {             captions: { file: '/assets/Parker.srt' },             audiodescription: { file: '/assets/Parker.mp3' }         }     }); </script> Here...

Saturday, March 17, 2012

Remove YouTube Link

Remove YouTube Branding  from the video. How can i configure how to prevent to click the link for watch on youtube? Note:copyrighting video not working. Breaking Nokia phones on purpose - Nokia Test Center(video) You can now remove the YouTube branding from the video. Original Code: <iframe width="560" height="315" src="http://www.youtube.com/embed/PG_yOWrEDJA?rel=0" frameborder="0" allowfullscreen></iframe> Modified Code: <iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/LqB4UdpUoGM?modestbranding=1&amp;rel=0"...

Saturday, March 10, 2012

How embed swf games to a website?

Make sure you have installed Adobe Flash Player on your web browser. And you must find a web server to host your .swf file. Then you can embed the .swf file to your website with HTML code like the code below:  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game"> <param name="movie" value="/flash/game.swf" /> <param name="quality" value="high" /> <embed src="/flash/game.swf"...

Infolinks

Infolinks it a great monetization tool General Information Website infolinks.com Blog blog.infolinks.com Category Advertising Phone +1-212-201-7481 Email Info@infolinks.com Employees 32 Founded 2007 Description In - Text Advertising Provider  Infolinks, Inc. is a leading provider of In-Text Advertising services, working with online content publishers...

AdBrite

General Information Website adbrite.com Category Advertising Email privacy@adbrite.com Employees 70 Description Largest independent online ad exchange "We are implementing a top-level domain requirement, and will no longer accept sites that use free blog hosting solutions like Blogspot, Hpage, Tumblr, or .Co.CC (free hosting solution). We are also not...

Saturday, March 3, 2012

JW Player-Blogger Embedding

Its very simple. You should put a space beteween embed & src. It has to look like this: <embed src="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> And NOT like that: <embedsrc="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> Deactivate...

Friday, February 17, 2012

Insert Javascript in Blogger Template and Posts

1)How to Insert Javascript in the Template Design > Edit HTML Now you Search with Browser for the string "text/javascript" Cmd+f on a Mac Ctrl+f on a PC Look for "text/javascript" And... Take Note of the Position you Found It! At Google there are Wise Guys and they Know that the Best Position to put Javascript Code for Site Functionality is: the End of the...

Embed Search Box In Blogger Header

Embed Search Box In Blogger Header that makes it look beautiful.You can also Embed Google Search Box In Blogger Header, to add to your earnings Or custom search engine to your blog. This is very important trick to increase your earnings of Adsense if you add google search as you will be got paid to get searched from your google search from your blog. Now How to add this...

Thursday, February 16, 2012

How Add Search Box Code To Blogger

How to add a search box to your blogger,as default template doesn't provide any search codes or search box in your template so as readers can search of in your blog or web from your blog.There are many methods of adding search box to your blog at different places you want and different types of codes for search which you want to be done in our blog.Now i will explain...