all solution computer and internet: blogger tips and tricks

double your website earning 100%

double your website earning 100%
double your website earning 100%
Showing posts with label blogger tips and tricks. Show all posts
Showing posts with label blogger tips and tricks. Show all posts

Sunday, April 5, 2015

best stylish and colorful Modern Ver.5 blogger Template free download

best stylish and colorful Modern Ver.5 blogger Template free download

best stylish and colorful Modern Ver.5 blogger Template free download


Template detail

1. 4 column footer
2. 2 column middle
3. jquery stylish effect 
4. back to top button
5. stylish mouse cursor
6. next post arrow


How to upload Blogger templates



1. Download your Blogger XML template.
The template is contained in a zip file (winzip, winrar), ensure you have

extracted the XML template.
2. Log in to your Blogger dashboard and go to Layout > Edit HTML
3. Ensure you back up your old template in case you decide to use it again.

To do this, click on the "download full template" link and save the file to

your hard drive.
4. Look for the section near the top where you can browse for your XML

template:
5. Enter the location of your template and press "upload".
6. The HTML of your new template will now appear in the box below. You can

preview your template or simply save to start using it!
7. Enjoy!

How to edit Menu Link

Search :
For example

<div id='nav'>
<ul>
 <li class='naik'><a href='/' title='Home Page'>Home</a></li>

 How To edit Social Icon


For Social Icons please add these codes and insert your Social url in the url

space

<!-- Header Right Social Widget -->
<div class='toplist'>
<ul>
<li class='getshort'><a href='http://NAME-
BLOG.blogspot.com/feeds/posts/default' target='_blank'><img alt='RSS' 
src='http://i56.tinypic.com/1y9107.png' title='subscribe'/></a></li>
<li class='getshort'><a href='skype:NAME-SKYPE?call' target='_blank'><img 
alt='Skype' src='http://picturestack.com/520/148/VaSskype7MOm.png' 
title='Call me on SKYPE'/></a> </li>
<li class='getshort'><a href='http://www.facebook.com/NAME-FACEBOOK' 
target='_blank'><img alt='Facebook' src='http://i56.tinypic.com/20zb2nr.png' 
title='me on facebook'/></a></li> 
<li class='getshort'><a href='ymsgr:sendIM?NAME-YAHOO-ID' 
target='_blank'><img alt='Yahoo' 
src='http://picturestack.com/514/620/H79icontextoi6LE.png' title='me on 
yahoo'/></a></li> 
</ul>
</div>
<!-- End Header Right Social Widget -->

How to Twitter Updated.


Please replace Link URL.

<script src='http://twitter.com/statuses/user_timeline/YOUR-NAME-
TWITTER.json?callback=twitterCallback2&amp;count=1' type='text/javascript'/>
</div>
</p></div>
<a class='tfollow' href='https://twitter.com/#!/YOUR-NAME-TWITTER'><img 
alt='Twitter' src='http://www.twitterbuttons.com/images/ex/twitter-32c.png' 
title='Follow me on Twitter'/></a>

If you have any probleme


Please visit author blog : usamatricks.blogspot.com/
And write a comment.


 

Posted By: plastic market on Sunday, April 5, 2015

Friday, April 3, 2015

protect or prevent our blog link from block or spam in facebook

protect and save our blog link from block or spam in facebook


Today, many of us friends Facebook Wall, page and group (Facebook wall, Page and Groups) to share the link of your blog posts. Have you ever seen the message that has been marked spam by your link or open the link for you to click on Facebook, you're showing this message - ' Facebook thinks this site may unsafe BE. If you're not familiar with it, Please Provide Feedback by Marking it as spam (you'll BE brought back to Facebook). ' Yesterday I Discussion Forum opened a link to the blog on which I am giving it received the message screen shot below.

Spam Url Example via Facebook
Example spam Url via Facebook - Click to see Full size

All the friends that you would like to bring in rational concrete action at the right time for it will not be restricted to either Facebook, your blog, or share the link to your post on her Facebook will be banned. Namely to share the link will be canceled account. To avoid this, I'll tell you a sophisticated measure, this measure would bring in all the big companies use. I had read that Twitter (twitter) to save the rank of domain t.co domain name used to link the short impact on the real domain twitter.com. It allows you to be alert and Social Media (Social Media Networks) short link to share your blog post should use. Like the many options available to make short, but the option should be chosen which do not have to work hard. The task of bitly.com short link service (Short Url service) 'bit.ly' may prove useful to you. The advantage is that you and your friends to the bottom of your post short link to your post ( bitly short link) Social media will receive the broadcast and can share it easily. There are two steps to put it on the blog - You have to just 2 steps MOVE







1. bitly.com get the API


bitly.com the API can be found here - the need to login http://bitly.com/a/your_api_key


2. bitly.com add a short link to blog service


The changes are inevitable in your blog template. The template editing (Edit the template) Excuse - basics: How to Learn More Blogger Template Edit A .. 1 . ]]> </ b: Skin> above the following CSS code paste.



#shorturl {font-size: 11px; color: # B8B8B8;}
#shorturl input {padding: 1px 5px; color: # B8B8B8; border: 1px inset # C5C5C5;}

.. 2 . Thereafter </ head> Do the search and above (Just Above) The following JavaScript code (JavaScript code) Please paste

<Script charset = 'utf-8' src = 'HTTP: //bitlly/javascript-apiljs? Version = latest & amp; login = USERNAME & amp; ApiKey = APIKEY 'type =' text / javascript '/>
<Script>
var shortener = {};
shortener.init = function (form, url) {
    var callback_name = url.replace (/ \ W / g, '');
    BitlyCB [callback_name] = function (data) {
    var result = shortener.getResult (data);
    document.getElementById (form) .innerHTML = & quot; Share this: \ & lt; input type = \ & # 39; text \ & # 39; value = \ & # 39; & quot; + result.shortUrl + & quot; \ & # 39; / \ & gt; & quot ;;
    };
    BitlyClient.call ('shorten', {'longUrl': url, 'history': '1'}, 'BitlyCB.' + Callback_name);
    return false;
};

shortener.getResult = function (data) {
    for (var r in data.results) {
        return data.results [r];
    }
};
</ Script>

Note the code highlighted Bitly Username and API sure the change. .. 3 . <Data: Postlbody /> I'm searching for the word, so the above (Above) Please paste the code below:


<B: if cond = 'data: blog.pageType == & quot; item & quot;'>
<Div id = 'shorturl'>
<Form expr: id = '"short_holder_" + data: post.id' /> </ div>
<Script type = 'text / javascript'>
shortener.init (& quot; short_holder_ <data: post.id /> & quot;, & quot; <data: post.canonicalUrl /> & quot;)
</ Script>
</ B: if>

.. 4 . Now is the time to save changes made ​​to the template, so they 'd save. (Save Template 

changes.) .. 5 . You will go to your blog post, you like the picture below for example short code (Shorturl) will get. Sharing the link directly to your blog spam will be protected from the effects.

Bitly.com Short Url Example
Bitly.com Short Url Example

I hope all of you to my blog Blogger Facebook this method will save you from being marked as spam.

Posted By: plastic market on Friday, April 3, 2015

Monday, January 19, 2015

how to add facebook comment box system in our blog

how to add facebook comment box system in any blog

how to add facebook comment box system in any blog
how to add facebook comment box system in any blog

Hello readers www.itcomptricks.blogspot.com . Today I'll show you how you can add to your blog a comment Box (= feedback form) to allow your readers to comment designer through the most popular social network on the planet, the Facebook . Before you begin procedure on how to add two things are necessary: ​​1) An account to Facebook and 2) Hiding comments of blogger going through your blog Settings> Comments> Hide and storage settings . Although initially I thought the comment box can not coexist with the comments of blogger, I was wrong, so ignore the deleted text above.


Procedure step by step:

1. We go to Developers Facebook page that has to do with the comment Box .

How to fill out the form that appears:

Site name: your blog's name Site URL: The url of your blog with a " / "at the end (eg www.bloggertips.gr/) locale: Select the menu " Greek " Then you come out a Security Check , ie a window which helps to recognize that Facebook has to do with human and not a computer. You fill in the captcha (ie odd letters shown) and click Submit . on the 2nd. Here you will be redirected after clicking Submit, you will only need to get the Identity (ID) Application . Copy the number that will get you out and set it aside because you will need the following . 3. Sign in blogger account. 4.Design 5. Edit HTML the 6th. "Tikaroume" the "Extend standards widgets"7. With Ctrl + F looking for the <html and beside it, ie just after that, pasted the code below:


xmlns: fb = 'http: //www.facebook.com/2008/fbml'
You must leave at least one space before and after the above code to work!

8. Ctrl + F looking for the <body> and just after it pasted the code below:
<Div ID = "fb-root"> </ div>
<script>
window.fbAsyncInit = Function () {
FB.init ({
APPID: ' Identity (ID) Application ',
status: True, // Check Login status
cookie : True, // Enable cookies to Allow The Server to Access The session
Xfbml: True // Parse Xfbml
})?
}? (Function () { var E = document.createElement ('script')?e.src = Document. location.protocol + '//connect.facebook.net/en_US/all.js'? e.async = True?document.getElementById ('fb-root'). appendChild (E)? } ())? </ script >






In the above code, replace the "Identity (ID) Application" to the number that gave us the Facebook , which left aside earlier. 9. With Ctrl + F looking for the </ head> and just before that, pasted the code below:

<B: IF cond = 'Data: blog.pageType == & quot? & Quot item?'>
<Meta expr: Content = 'Data: blog.pageTitle' property = 'og: Title' />
<Meta expr: Content = 'Data : blog.url 'property =' og: url '/>
<b: else />
<Meta expr: Content = 'Data: blog.title' property = 'og: Title' />
<Meta expr: Content = 'Data : blog.homepageUrl 'property =' og: url '/>
</ b: IF>
<Meta Content = ' MY-SITE-NAME 'property =' og: SITE_NAME '/>
<Meta Content = ' YOUR-APP-ID 'property =' fb: APP_ID '/>
<Meta Content = ' YOUR-FACEBOOK-PROFILE-ID 'property =' fb: admins' />
<Meta Content = 'Article' property = 'og: Type' />
We adapt the above code in our data:

We replace MY-SITE NAME with the name of our blog, the YOUR-APP-IDwith the Identity (ID) applications, that the number we got ahead of Facebook and YOUR-FACEBOOK-PROFILE-ID with the ID of our account on Facebook. To find the Facebook ID , go to our Facebook profile and click the picture that we have defined as a profile picture. In the bar of the browser (our browser that is) will come a link that resembles the following :

https://www.facebook.com/media/set/?set=a. 1438872928907.63717.1175547627
The Facebook ID is the number after the "a." until the first dot, ie above the ID is 1438872928907 . 10. With Ctrl + F looking for the <data: post.body /> and just after it pasted the code below:

<B: IF cond = 'Data: blog.pageType == & quot? & Quot item?'>
<P />
<script expr: href = 'Data: post.url' expr: XID = 'Data: post.id' /> </ div> </ b: IF>
You can change the width = '450' , ie the width of the comment box, and adjust the width of your blog, changing the "450" ​​in whichever suit you best. 

Posted By: plastic market on Monday, January 19, 2015

Thursday, January 1, 2015

how to write perfect seo and professional locking post in blog

how to write perfect seo and professional locking post in blog

how to write perfect seo and professional locking post in blog

Today we will deal with an issue that I believe employs most (if not all) blogger and this is writing good articles on our blog. I will describe that is how you can add quality and attractiveness to your post, purely subjective views which tithontai at your disposal for review, acceptance or rejection, and generally relaxed chat with you through comments .



Short and catchy title

The first one I want to start are the headers your posts. The heading of the suspension (or its title) is very important whether to move the reader to read the post or not. The heading should be a small, intelligent texts with few words, attractive, which will "pull" the reader's interest to make the coveted "click"!

Pictures

How easy is it for someone to read a text in which the images are absent compared with a text containing images? The images give the text avitality which makes it pleasing to the eye of the reader and encourageto continue reading. Depending on the length of the suspension and using the appropriate number of images. Move somewhere in the middle, do not let your articles completely "naked" pictures, but not to do and to excesses!

Paragraphs

Another important factor that makes each post more readable is to use paragraphs. From small we learned in school that "paragraph is a standalone document that has unity sense and closely related to the overall text" . The image of a screed text discourages the average user who, judging by myself, will sit to educational , simply press the button "X ".

Normal font size

Yes, there is the zoom. But there are people who either do not know how to change or will not even take care of that to change and go to the next page. Your text should be "offered" to read in the sense that they must not consist of very small font , but even by huge letters . We once again find something in between, an intermediate size font, clean and legible .

Welcome - Gay style

Take care not to be " cold "to your readers. Good to start every new post with a friendly greeting , a gesture that will make the reader feel somewhat more " hot "on your page and navigate within it with greater comfort .

Huge posts

You must avoid them ! No need to write great posts. Not because you get tired, but just because it is very likely to not ever read (whole, at least)! Put yourself in the reader and ask yourself if you were sitting reading a post-book on a topic. If in any case you are willing to share vast amounts of information with your audience, share slowly separating your subject intosmaller, shorter posts . This helps because 1) readers see that your blog is updated often and 2) small post is, as mentioned earlier, more attractive.

Do not escape the topic

He has received many times ( and I write this text even the fight ) to get carried away by what I really want to write and come to writing ... other d'others! Try to stay focused on the topic for which you want to write and not affected by other issues that you may prove interesting during authoring. Open a text editor full screen and stay on it until you have finished your text. Otherwise, readers will be confused since you read for ten or more things in one post and you have finally lost its meaning .Most important, do not you get the message that you want, so the purpose of the suspension obviously failed.

Links (links)

Last but not least as they say (our friends) English ... Try to make the text you write to interact linking them together by links (links). This will help your page both in terms of traffic , one that readers will jump from one article to another, and in terms of SEO (customizing your page in search engines). Once again it must however be careful not to overdo it (remember that behind the computer as another man and not a robot). These are suggestions / advice me on how to write good, quality articles on your blog. As I pointed out in the beginning is purely subjective viewsand I expect your comments on this topic. What you observe when you write and what advice would you give to me and to the other blogger to improve our articles?

Posted By: plastic market on Thursday, January 1, 2015

Contact Us

Name

Email *

Message *

 

Latest post

About Us

alexa rank

Copyright © . Usamatricks.blogspot.com. All Rights Reserved.
Usama Tricks
Usama Tricks