Digitzz-Every bit of digital world: blogger

social icon

Share on Facebook Follow on Twitter Share on Google+ Subscribe to RSS Feed Share on Whatsapp

logo+member+android

Digitzz Andriod App Download Digitzz Andriod App
Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

19 November, 2012

Single click to add pagination control to your blog

Print Friendly Version of this pagePrint Get a PDF version of this webpagePDF
In this post you will be able to add pagination control to your blogger based blog. it will stylify your blog's traditional "Older/Newer post" pagination control with number based control. learn how.

Steps to follow:

Step#1: Just click the "Add to Blogger" button. it will add whole code to your blog page element section.


Step#2: Now customize the setting as per your need. Go to "Layout" then edit "Pagination by Digitzz" element.

25 September, 2012

"Add to Blogger" button code generator form for you widget code

Print Friendly Version of this pagePrint Get a PDF version of this webpagePDF
widget
If you want to add or host a widget/gadget on your site/blog and you want that user can add your widget on their website/blog on a click of button. For this you need a widget code generator form.

Use the below form where you can fill in your Widget title, Blog URL, Blog Logo and your HTM/Javascript code of your widget.

After code generation copy that code and paste the generated code in your Blog/Site wherever you want the "Add to Blogger" Button to render.

After clicking the button user will be redirected to Blogger Add Element Page to add the Gadget.This Generator is very useful for the publishers who creates their own gadget for their users.




Form generator for "Add to Blogger" button

"Add to Blogger" button form code generator by Digitzz

Settings




Copyright © 2012 All Rights Reserved to Digitzz and It's Author Ravindra Gupta

09 September, 2012

How to schedule and publish a post on future date

Print Friendly Version of this pagePrint Get a PDF version of this webpagePDF
How to schedule and publish a post on future date
Most of the people are unaware about the stupendous feature of blog i.e. you can schedule and publish your post on any future date.

Sometimes you don't want to keep your ready post in draft and same time you don't want it to publish, so future posting is a very beneficial idea.

Future posting is very beneficial when you know your audience's visiting time of your blog so that maximum audience can read your post.


Now i will tell you how you can do it.

So here are the steps:

1. Write a new post as usual.

2. Now go to your right hand sidebar "Post setting" and click schedule. 
How to schedule and publish a post on future date



3. Here you will find 2 options, i. Automatic ii. Set date time.


4. Select "Set date and time" option.
How to schedule and publish a post on future date



5. Select desired date and time from calendar. (Also check your time zone according to your location)


6. Press Done.


7. Now press Publish button.

Don't worry your post will not be published because your post has been scheduled and will be publish on scheduled date and time.



You can see a "Scheduled" label is shown against your post it means your post is scheduled and will be published on future date.
How to schedule and publish a post on future date



By doing future posting you can reach targeted audience.

Thanks ! and pl comment.


05 September, 2012

How to write password protected post in blogger

Print Friendly Version of this pagePrint Get a PDF version of this webpagePDF


1. Go to your post. click html mode.

2. Copy whole text.

3. Go to http://www.vincentcheung.ca/jsencryption/

Put in your password which will be used to open password protect page/post. (in Yellow field)



Paste the copied html code in Green Box and click encrypt button.

Do not touch red box (Shows encrypted text)

4. Now go back to your post and switch to html code

5. Delete all code and paste following code as it is: 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="https://sites.google.com/site/digitzzone/downloads/jsencryption.js"></script>
</head>
<body>

{ CODE }
</body>
</html>


6. Go back to that encryption form and copy all text from blue HTML code box and paste it in the place of  { CODE }.

7. Now save and use it.

DEMO:

Password is : demotest1





Related Posts Plugin for WordPress, Blogger...