The following example will redirect user to http://subins.hp.af.cm
Or you can use the normal Javascript :
window.location=’http://subins.hp.af.cm’;"; ?>
What’s the difference ?
header function is called in server itself not when the page reaches the browser. So no content will load, instead the client’s page will be redirected to the specified url.
How To Integrate Disqus Into Blogger Dynamic Views
Disqus works in normal Blogger template but won’t work in Dynamic Views because it don’t support HTML/Javascript widget. But you can edit the contents in head tag of Template and I found a way to integrate the Disqus commenting system in to Blogger. I’m gonna show you how to do that.
Works On
- Sidebar
- Classic
- Flipcard
- Magazine
- Mosaic
- Snapshot
- Timeslide
Disadvantages
On Classic Templates Disqus will only be available for the first post, because they won’t allow you to put more than 1 Disqus Comment box on a page
... [READ MORE]Check whether a site is XSS vulnerable or not.
Instead of the value in one of the GET parameter use the following value :
... [READ MORE]
XSS Vulnerability checker by Subin Siby
Why you should switch to Linux from Windows 8
Is embedding video from YouTube an Adsense violation ?
- Copyright content
- Owner is not you
- Video is Copyrighted and no one is allowed to put it on a site
The reasons above may be a reason why your Adsense application was rejected. Please THINK BEFORE YOU ACT while writing each blog posts. You should make sure that the post you are about to write isn’t a copied content or doesn’t contain a copyrighted material such as images, videos etc……
These rules not only applicable to YouTube videos but to all sites that offer video uploads and embedding such as DailyMotion, Vimeo etc….
How to show Disqus comment count in Blogger
Many of sites have switched to Disqus comment system. It’s fast, easy and simple to use. Many wanted to show the comment count on their homepages. For showing the comment count on your **Blogger Blog **you can just do a simple trick.
Go to Blogger -> Template -> Edit HTML.
Place this Javascript code above