Back to Top
Showing posts with label Blogger Widgets. Show all posts
Showing posts with label Blogger Widgets. Show all posts

How to add Twitter Card in Blogger's Blog 2016

Posted on Jul 20, 2016
How to add Twitter Card in Blogger's Blog 2016
How to add Twitter Card in Blogger's Blog 2016
Twitter Vcard is the meta code Validator to Beautify your tweet . It Can Get image title and description of your post from your site and fetch in your tweet as well. Twitter launch this service for bloggers and webmasters to Advertise their Links on twitter with Valid data display .
How to Add Code in Blogger :
Go to Blogger.com and Login with your Google Account and Going to the Template section of your Blog . Find the Following code (<Head>) Just Copy and paste this Code into your blogger's template head section :
<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:if cond='data:blog.postImageThumbnailUrl'>
      <b:if cond='data:blog.metaDescription'>
        <meta content='summary' name='twitter:card'/>
        <meta content='@Posttutorials' name='twitter:site'/>
        <meta content='@Posttutorials' name='twitter:creator'/>
        <meta expr:content='data:blog.pageName' name='twitter:title'/>
        <meta expr:content='data:blog.metaDescription' name='twitter:description'/>
        <meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image:src'/>
        <meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
      </b:if>
    </b:if>
</b:if>
Now don't forget to change PostTutorials  With your own Twitter Username .
<!-- adsense -->
Requirements:
You have to add at least One description in your post in the description box on your post edit page . and One image in your post manually otherwise your card will not work properly.
Check your Card Validity :
You can check your Twitter card Validity here : Preview Tool 
If you like my post then Like and share on your profile thanks.

Subscription box for blogger with social icons 2016

Posted on Jul 3, 2016
Stylish Subscription box for blogger 2016
 Subscription box for blogger 2016

The subscription box is an easy way to increase your traffic. By this tool, you can collect your blog reader to send automatic updates to their subscribed email addresses. Most of the peoples are searches for this type of gadgets for their websites and blogs. This stylish and beautiful work of HTML5 and css3 subscription box for a blogger is now available on Posttutorials.
A user can write her/his name and email both in this box. you can also enable or disable name feature by your will. I'll describe later how you can disable name feature in blogger subscription box.
Also below the box, social links icons are available with the beautiful design. You can add your social links below the gadget.
Here is the code of subscription box for blogger 2016 edited design:
<style>
#bgt-subscribe-box .header{
background: none ;
color: #a333333;
font-size: 28px;
line-height: 36px;
padding: 15px 25px;
font-weight: 700;
font-family: open sans;
text-align: center;
}
#bgt-subscribe-box {
width:auto;
height:auto;
background:#ffffff;
}
#bgt-subscribe-box p {
font-family:'Open Sans';
font-size:13px;
color:#888;
line-height:20px;
padding:10px 20px 0 20px;
margin:0;
}
#bgt-subscribe-box .bgt-emailfield {
padding:0px 20px 10px;
}
#bgt-subscribe-box .bgt-emailfield input {
background:#fff;
color:#bbb;
padding:10px;
margin-top:10px;
font-size:13px;
font-family:'Open Sans';
width:91%;
border:0;
border:1px solid #ccc;
transition:all 0.4s ease-in-out;
}
#bgt-subscribe-box .bgt-emailfield input:focus {
outline:none;
border:1px solid #d9d9d9;
color:#888;
}
#bgt-subscribe-box .bgt-emailfield .bgt-submitbutton {
background:#3396b9;
color:#fff!important;
text-transform:uppercase;
font-weight:bold;
border:none;
outline:none;
width:100%;
cursor:pointer;
transition:all 0.4s ease-in-out;
}
#bgt-subscribe-box .bgt-emailfield .bgt-submitbutton:active {
outline:none;
border:none;
background:#444;
color:#fff;
}
#bgt-subscribe-box .bgt-emailfield .bgt-submitbutton:hover{
background:#333333;
color:#fff;
}
</style>
<div id='bgt-subscribe-box'>
             <div class='bgt-emailfield'>
              <form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=posttutorials', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
               <input type='text' name='name' onblur='if (this.value == "") {this.value = "Enter Your Name";}' onfocus='if (this.value == "Enter Your Name") {this.value = "";}' value='Enter Your Name'/>
               <input type='text' name='email' onblur='if (this.value == "") {this.value = "Enter Your Email Address";}' onfocus='if (this.value == "Enter Your Email Address") {this.value = "";}' value='Enter Your Email Address'/>
<input name='uri' type='hidden' value='posttutorials'/>
<input name='loc' type='hidden' value='en_US'/>
                <input class='bgt-submitbutton' type='submit' value='Subscribe Now!'/>
              </form>
</div>
</div>
<style>
.social-side{
  text-align: center;

  color: #3396b9;
}
li {
.universal-inline-block;
vertical-align:  middle;
a {
display: block;
font-size: 30px;
margin: 0 5px;
text-decoration: none;
}
a:hover, a:focus,  {
i {
transition: none;
color:black;
}
</style>
<div id="social-side" align='center' style='clear: both;'>
<a href='http://www.facebook.com/PostTutorials'>
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href='http://posttutorials.com/atom.xml'><i class="fa fa-rss" aria-hidden="true"></i>
</a>
<a href='https://plus.google.com/+PostTutorials'><i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
<a href='http://twitter.com/PostTutorials'><i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</div>
Make sure to change your Feed burner username with your username . Remove Posttutorials and replace with your own.

find the following code:
<input name='uri' type='hidden' value='posttutorials'/>
Change Value="XXXX" With Feedburner username,
#3396b9 
 this color code is used for default color. You can change everywhere in the code with your color to make gadget reliable for your website or blog.

Also, change social links with your social ties:
<div id="social-side" align='center' style='clear: both;'>
<a href='http://www.facebook.com/PostTutorials'>
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href='http://posttutorials.com/atom.xml'><i class="fa fa-rss" aria-hidden="true"></i>
</a>
<a href='https://plus.google.com/+PostTutorials'><i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
<a href='http://twitter.com/PostTutorials'><i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</div>
Find the following code and put your usernames in the codes.
Thanks a lot, I hope you like this, and if you like this or have any problem, please comment below.
Like and subscribe to my website.

 

Setup Syntaxhighlighter for blogger

Posted on Mar 23, 2016
Setup Syntaxhighlighter for blogger

Most of the people who had a blogs or tutorials websites get confused when they want to add code to a web page or post. Simple code can expand a page size and beauty, so this is the most and old method and script, but I'll apply this on my blog. So I'll feel better with this scenario, and now I'll show you how to add syntax highlighter on blogger for high code lightening this is too much easy and Useful and easy to use lets goo.
All of the codes in One place Simply Add given Below code to the blogger and enjoy.
  • Steps to add Script in Blogger Blog:
  1. Go to blogger.
  2. Open Template Option.
  3. Click on edit HTML.
  4. Find Head Closing tag </head> and Before this Code Paste the following code:
<link href="http://alexgorbatchev.com/pub/sh/2.1.364/styles/shCore.css" rel="stylesheet" type="text/css"></link><link href="http://alexgorbatchev.com/pub/sh/2.1.364/styles/shThemeDefault.css" rel="stylesheet" type="text/css"></link><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shCore.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCpp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCSharp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCss.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJava.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJScript.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPhp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPython.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushRuby.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushSql.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushVb.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushXml.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPerl.js" type="text/javascript"></script><script language="javascript"> SyntaxHighlighter.config.bloggerMode = true;SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/2.1.364/scripts/clipboard.swf';SyntaxHighlighter.all();</script><script type="text/javascript">if (window.jstiming) window.jstiming.load.tick('headEnd');</script>
Now Save Your Template by Clicking On Save Template Button.
You can Add Your Code By These Attributes
<pre class="brush:html"><h1>PostTutorials</h1></pre>
When You Can Add This Code Then the Out Put Is been Shown Like this :


PostTutorials


Note : The Code you have been added in the highlighter is must be an Encoded .
  • SEO KEYWORDS:
  • google blogger code highlighting
  • how to use syntax highlighter in blogger
  • how to add syntax highlighter to blogger
  • code highlighter WordPress
  • code highlighter jquery
  • syntax highlighter
  • google prettify
  • WordPress

Facebook Popup Likebox For Blogger

Posted on Mar 18, 2016
                    Facebook Popup Likebox For Blogger
Today I'll Teach you how to add a Custom Facebook popup Like Box on Blogger Blog or anywhere. So I think Everyone know That Facebook is the largest Social network on the Earth, and this is the best and the Qualitative way to Getting visitors and Much more for Your Blogs and Sites. So I would like to share with you A Facebook like Box Simple and Good looking. Facebook like a box is the Opportunity to Get More Likes and Community Favor from All over the world. Peoples Like your page on Facebook and get Connected with your blog or a website. Some people's ignore this types of gadgets for they think with avoiding they can clean up their sites but with my experience this is the best things for our websites. Well, guys lets start.
Facebook Popup Likebox For Blogger Screen shot
Screenshot for Popup Box


Here are the simple five steps for  widget to our blog or website:

 Website maker who use their web design using editor they'll add this to their experience or techniques well go  to add Facebook like box to Your Blog:
First Login to Your Blogger Account.
Select Your Blog (For Example,  PostTutorials, etc.)
Then Go To the Layout.
Add a New Widget On any Place.
Add Html Widget.
After going to this position in your blog then  Paste this code to the Widget place 
Following Facebook box code is here:


<style type='text/css'>#blogtariffFBpop { position:fixed !important; position:absolute; top:-1000px; left:50%; margin:0px 0px 0px -182px; width:330px; height:auto; padding:16px; background:#fff;font:normal Dosis, Georgia, Serif; color:#111; border:2px solid #333; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } #blogtariffFBpop a.bsclose { position:absolute; top:-10px; right:-10px; background:#fff; font:bold 16px Arial, Sans-Serif; text-decoration:none; line-height:22px; width:22px; text-align:center; color:#000000; border:2px solid #333; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-border-radius:22px; -moz-border-radius:22px; border-radius:25px; cursor:pointer; } </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script type='text/javascript'>$(window).bind("load", function() { // Animate Top $('#blogtariffFBpop').animate({top:"50px"}, 1000); // Widget by www.posttutorials.com $('a.bsclose').click(function() { $(this).parent().fadeOut(); return false; }); }); </script><div id='blogtariffFBpop'><!-- Widget by http://posttutorials.com Start --><center><b><a class="Blogtariff">Don't Forget To Join With Our Community</a></b></center><center><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fposttutorials&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe></center><!-- Widget by www.crackitsoft.blogspot.com End --><a class='bsclose' href='#'>×</a><center style="float:right; margin-right:10px;"><span style="font-size:xx-small; color:#000; text-decoration:none;">+Get this at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://posttutorials.com/">Kashif Razzaq</a></center></div>
Customization :
You can customize this widget more than better from other widgets, and I d not add any of the credits links to the widget soo When You have added a code Successfully change Post Tutorials 
with Your Facebook Page Name 
Now You Can Add Own Customization in Box:
For Border Image 
http://goo.gl/oUKkZj
Replace This Code With Your Border image Anyone You Like.
Change Title Background With Your Website Colors:
For Title Replace this: 
#e93842  
For Left Border Replace this color with your own:
Black 

After Doing All these steps 

"Save Template "
moreover, Your Widget Has been Added.
Note: You do not Need To add any Query For this.

SEO KEYWORDS:

Facebook popup like box for blogger with timer
one time Facebook popup like box for blogger
Facebook popup like box widget for blogger
Facebook popup like box WordPress
Facebook popup like box Joomla
Facebook popup like box for website
Facebook popup like box HTML