Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Change 'Read More' or 'Jump Break' Link to Button in Blogger. 2013

Seo Master present to you:
Stylish Read More Button
Today I'm going to teach how you can insert read more link in your blogger posts.

After inserting your read more links in your blogger posts you can change them to stylish buttons of your choice.
Now first we will see how to insert read more links in the blogger posts.

How to Insert 'Read More' links in Blogger Posts.


While writing a post in blogger post editor there is an option called "Jump Break" which can be used to insert the read more link anywhere you want in the post. See the image below.

how to insert jump break

That option is actually used to insert the Read More link inside a post in blogger. Click this option where you want to insert the Read More link. Usually people insert it after the first paragraph.

Inserting this Link will only show that part of the post that is above the "jump break" on the home page. In place of the remaining post it will show a link as 'read more' to read the full post.

You can actually change this text link to an image link or stylish button link.Now let us see how to change this link to buttons.

Change "Read More" Text link to Button.

Follow these steps to change the text with a button.

1. Go to Design tab >> click "Edit html" >> Tick "Expand widget Templates" checkbox
2. Find below text from search (Ctrl + F)

<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>

3. Now remove these words from the above code.
 + &quot;#more&quot;

4. After removing these codes your html will look like this.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>

5. Now look for these words
<data:post.jumpText/>
Replace it with your Text which you want to appear in the place of 'read more' or with your image url
 <img src="http://image-URL.png"/>

Inseert this Stylish Read More Button
6. If you want to insert this picture as your jump break button then put this code.
<img border="0" src="http://www.matrixar.com/-BjQvX6lY4UU/UU9Aa9VNkaI/AAAAAAAAAFc/pbcOWkEmpUA/s1600/read+more+in+blogger.gif" width="87" height="47"/>

7. Now save your template ,everything is done. View your blog and see the button Working.
2013, By: Seo Master

seo Change Older Posts,Home and Newer Post Links to Buttons in Blogger 2013

Seo Master present to you:
In Blogger Blogs, there are newer posts, home and older posts links below every post. That's been set by default by blogger , but you can change them to buttons as mentioned above or the text of your choice. e.g.. next page or previous page.
Preivious, Home and Next Post Button

In this tutorial I'll teach you how you can change these links into buttons or change the text to your choice.
So let's start changing these links by some very simple steps.

Also Read Procedure to  Remove "Subscribe to: Posts (Atom)" Link on Blogger?

Change Older Posts,Home and Newer Post Links to Buttons in Blogger


Start the procedure by following below steps:

Log-in to Blogger dashboard
Go to Template >> HTML >> Check the Expand Widget Template

For Previous Post Button search for below code (tip: use CTRL+F)
<data:newerPageTitle/>
Replace it with this code below:
<img src="Img-Url-for-previous-button"/>


For Next Post Button search for this code:
<data:olderPageTitle/>
Replace it with this one below:
<img src="Img-url-for-next-button"/>


For Home Button search for this code:
 <data:homeMsg/>
The above code may appear twice, so both times replace it with below code:
<img src="img-url-for-home-button"/> 

Now save your template and you've done almost all steps :-)

Things to Remember



  • Change bold img tag URL's with your desired Button URL's or if you just want to change the text then only write the desired text (do not write any URL.)
  • You can download the buttons from Google then upload it on your blog new post to get the URL on the images, then copy that URL's and paste them in these codes and then visit your Blog and see the butons working.

If you have any questions regarding this post than comment below.

2013, By: Seo Master

seo How to Remove Subscribe to: Posts (Atom) Link on Blogger? 2013

Seo Master present to you:
In Blogger, there is a link namely "Subscribe to: Posts (Atom)" which appears below every post sometimes at left side or at center. It also appears on Blog'e home page. By clicking this link a visitor can subscribe to your RSS feeds. but instead of this unnatural link, there are many other awesome ways to give visitor the opportunity to subscribe to your blog feeds. 

Subscribe to: Posts (Atom) Link

Mostly people, especially new blogger users dislike this link. They want to make their blog more beautiful and shiny. So and therefore, they want to remove this link as quickly as they find a solution for it. There are many tricks have been shared on the internet about this issue. But the one I'm going to share, is the easiest method to remove this link from your blog. Let's now come straight over the way.

How to Remove Subscribe to: Posts (Atom) Link on Blogger?


You can remove this link by using many tricks, but this is the simplest & quickest method, because by using this method we will just hide it from our blog by using CSS property. You'll have to add just one single CSS line to your blog's style sheet and that's all. Now follow the steps to do this:

  • Log-in to your blog
  • Template >> HTML >> Proceed
  • Search For this code ]]></b:skin> (tip: Use CTRL+F)
  • Now Just above/before ]]></b:skin> insert following code

.feed-links { display:none !important; }
Save your template and view your blog. Feed Atom link will no longer be there.
2013, By: Seo Master

seo How to Remove "Powered By Blogger" Attribution from Blogger? 2013

Seo Master present to you:
Blogger Attribution
As many of you know that Blogger is completely developed in XML (Extensible Mark Up Language). Blogger has its own XML codes which you can use to add elements or to remove elements. Those who make Blogger templates must know XML. There are many attributes or links on default blogger templates which sometimes people don't want to see on their blogs. And one out of those links is "Powered By Blogger" Attribution which appears in every blogger default template at the footer.


So today, we will find the easiest and quickest way to remove this link.

Steps:

  1. Go to Blogger Dashboard.
  2. Now click on your Blog Title.
  3. Navigate to Template tab.
Blogger Template
Note: Before editing your template, you may want to save a copy of it. Back Up Your Template.




4. Click on Edit HTML button.

5. Click Proceed button to continue.

6. Now you have to find the code of attribution element. Search for the code snippet similar to below in the template,
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>

7. Now alter the attribute locked value to false in the line of code, which cause element unable to remove.
i.e: <b:widget id='Attribution1' locked='false' title='' type='Attribution'>

8. Now you will able to remove attribution element. But still you won't be able to add any element to your page footer. So you need to change another line of code to allow adding elements to footer. Find the code snippet similar to below from the template.
<b:section class='foot' id='footer-3' showaddelement='no'>

9. Now change attribute value showaddelement to yes as below,
<b:section class='foot' id='footer-3' showaddelement='yes'>

10. Now Save template.

Blogger Layout

11. Navigate to Layout tab from left pane.




12. Find Attribution element bottom of the page.

Blogger Attribution Element




13. Click on Edit link correspond to the Attribution element.

14. Now click Remove button on pop up window.

15. Now Attribution element has been removed. You can add another element using bottom Add a Gadget link to add custom attribution or any other element.

16. Click Save arrangement button.

Enjoy :-)

2013, By: Seo Master

seo How to Disable lightbox in blogger 2013

Seo Master present to you:
disable lightbox in blogger
Blogger also provides lightbox for viewing images.But if you take one image,it will open and the whole pictures in the page are listed ,Sometimes it may be a good feature also a bad feature.Here is a Simple trick to disable lightbox in blogger.







  • Go to Settings->Formatting (as shown in figure)
  •  You see a Option Showcase images with Lightbox select No.
  • That all.No longer Light box appear in your blog.
2013, By: Seo Master

seo How to Create Google+ (Plus) Fan Page for Website/Blog 2013

Seo Master present to you:

How to Create Google+ Page

Google recently introduced Google+ Page. Many people take advantage of it and still many new users do not know much about it so today tutorial i have tell you  how to create google+ plus for your business and individual website or blog. and many user use defult blogger profile they how can move blogger profile to google + plus Pages. it is very similar to the Facebook Fan Pages.

Why Use Google Plus?

Google+ Pages that a media business promotion, brand, organization, until the web / blog.
I  see so many advantages Google+ Pages, such as to unite the fan or follower of the blog in a major media as well as serve as a medium of information for them about updating the blog.
Associated with the profile, of course, use that profile integrated (sourced from one profile to all kinds of Google services) makes it easy to fit into a variety of services with just one click without having to log in repeatedly.
it is very similar to the Facebook Fan Pages.

How to create a Google+ Fan page

1. Go to this page  here you will find many category page. To create a page for your site then click Product or Brand
How to Create Google+ (Plus) Fan Page for Website/Blog

2.Select a category click website and click Next
google profile for blog

3. Enter the Blog Title and URL as Follows and Tick the Agree Page Terms check-box and Click on Create Button.
How to Create Google+ (Plus) Fan Page for Website/Blog
4. Enter the Tagline of the Blog and Upload a Profile photo (if any!)
5. Share your page with friends after complete click Finsh

 To Grow your fans and Audience, add the official Google+ page badge to your blog.
Click here to create blogger badge for your blog


How to Transfer Blogger Profile to Google Profile


You have created the Google + account​​ already follow above method.
1. Logged into Blogger
2. Go to Dashboard
3. Select the tab  Google+ and select the Upgrade Google +,see the below picture:
How to Create Google+ (Plus) Fan Page for Website/Blog

Tick the I have read above check-box and Click on Switch Now
How to Create Google+ (Plus) Fan Page for Website/Blog
Now move on To your Google+ Plus Page.
How to Create Google+ (Plus) Fan Page for Website/Blog

After the process is complete, Blogger will display Google+ profile (name, profile picture, and information) on the blogger profile gadget (if installed) and when my friend made ​​a new post or comment (name and profile picture) , but the old posts and comments have not changed. If my friend was not satisfied with the integration of Blogger to Google+ profile, do not worry. Blogger profiles can be restored to the condition, such as that already noted above, the return (revert back) Blogger from Google+ profile no more than 30 days after the integration is performed. trick? Just go to Blogger revert profile and finish.
Good Luck & Happy Blogging
2013, By: Seo Master

seo Disabling the Preview Function In Blog 2013

Seo Master present to you:
Preview on blogs, Maybe for a blogger who likes to modify the template, this is sometimes a problem Preview to see the result of the modification and in particular, in the "header-wrapper" blog, your example of the "Navigation Menu" with hover effect under the header, it will automatically be blocked by the "Preview" and you can not see the effect that there is on the menu.

Eliminate Effect Preview


I fix that??
way to overcome the preview element you can simply add the following CSS3 code above code
]]> </ b: skin>
. Bloggers-clickTrap {display: none}

If you have added the code you tried the preview and the effect of the preview will disappear but it says "Preview" it still appear.
2013, By: Seo Master

seo How To Install a Blogger Template to Blogger 2013

Seo Master present to you:
Create a Beautiful Your Blogger Blogs
Blogger Template Designer is a new way for you to easily customize the look of your blog. You can select a variety of templates, images, colors, and column layouts to make your blog an expression of you.

If do you want to use own blogger Templates Click Here

If you want to use customize blogger Templates Follow the step and install a blogger templates in blogger.


Download your new blogger template to your computer. If the template is contained in a zip file, ensure you have extracted the XML template.
Note:  Upload only xml file for blogger templates
  1. Login to your blogger account
  2. Now just select Template and you can see bellow button at the right hand side.
  3. Now just click on backup / restore button and one box will pop up (you can see it in bellow snapshot)
  4. Now simply browse your template and click on upload and you have done !
You can also change the arrangement of the widgets using layout.



install blogger template


That’s all Don’t forget to subscribe and  use the comment box for your valuable thoughts

2013, By: Seo Master

seo Convert Blog Posts to PDF file in Blogger Blog 2013

Seo Master present to you:
pdf blog post
Here is a post that helps you to easily convert the Blog posts/Blog/Website to a Pdf file.So you can easily refer that Blog Post without the connection of Internet.

Follow the Instructions Below





How to convert Blog post to PDF

  •  Then Click the button P on the left side
  • That's all.You will get the PDF file.

Get PDF file of Blog post in this Blog.

  • Simply open the Blog post you want to Convert.
  • At the end of post there are some sharing buttons (Please share via Facebook,Twitter,etc) ,you will see an icon  P that like you found on the http://pdfmyurl.com,(Shown in below Fig.)  Click it
blog post to pdf

  • You will get the PDF file of that post.
I hope you had enjoyed this post....Please Share this
    2013, By: Seo Master

    seo Stylish Google friend connect Button to Increase followers 2013

    Seo Master present to you:
    Google Friend Connect
    Google Friend Connect is an awesome Tool that lets your visitors to Follow your Blog and Increase your Blog Rank,gets Higher Traffic.

    Here I am saying about how to add a Standalone Google Friend connect Button or Link to Your Blog/Page or anywhere in your Blog.

    This Google Friend Connect Widget can only be place at Widget.This Standalone Friend connect button can place at anywhere also in the Post.

    Follow the instructions below.

    Add Follow button with Text

    <a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="http://www.matrixar.com/-L5j9-zIZwsg/Ty0c755so5I/AAAAAAAAAFY/WUnPFmp2VUs/s1600/google+friend+connect+netoops.jpg" /></a>
    Preview


    Add a Stylish Follow Button

    <a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="http://www.matrixar.com/-x355BtOrktM/Ty0j-7spPcI/AAAAAAAAAFo/KlIlH_aDw4s/s1600/google+friend+connect+style.jpg" /></a>
    Preview

    Another Stylish Follow Button

    <a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="http://www.matrixar.com/-m5OYVk--xs0/Ty0nageXyfI/AAAAAAAAAFw/MQuElQjgJq8/s1600/google+friend+connect+style2+netoops.jpg" /></a>
    Preview

    Another Water Blue Stylish Follow Button

    <a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="http://www.matrixar.com/-m_eHhv3xFQg/Ty0r1d3ox-I/AAAAAAAAAF4/YEwimcmdRBY/s1600/google+friend+connect+style3+netoops.jpg" /></a>
    Preview



    How to Find your Blogger ID

    • Simply Go to Design or Settings or Posting or any other of the TAB
    • Watch the URL on Address Bar of the Browser and copy the Blog ID number and replace "PLACE YOUR BLOG ID HERE" with your blog id .


    How to Add Follow Button Below Every Post.


    Remember that Backup your Template Before Editing (How to Backup Template)

    <div class='post-footer-line post-footer-line-1'>
    OR
    <p class='post-footer-line post-footer-line-1'>
    • Place the following code Before it
    <b:if cond='data:pageType == &quot;item&quot;'>
    PLACE THE CODE OF FOLLOW BUTTON YOU WANT (that described above)
    <.b:if>
    Example:
    <b:if cond='data:blog.url == &quot;item&quot;'>
    <a href="http://www.blogger.com/follow-blog.g?blogID=585509540650265660" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="http://www.matrixar.com/-m_eHhv3xFQg/Ty0r1d3ox-I/AAAAAAAAAF4/YEwimcmdRBY/s1600/google+friend+connect+style3+netoops.jpg" /></a>
    <.b:if>
    • Save the Template..Done..
    I hope you enjoyed this Post ,If any bugs with this please Comment it....
    2013, By: Seo Master

    seo Create an Official Google plus Page to drive traffic 2013

    Seo Master present to you:
    Google launched Google pages for Google plus.It is a business solution for promoting products,blogs,news,events etc.. to your fans.Another important feature is it will increase your blog's traffic.Now i am saying about how to create an official Google+ Fan Page for your Blog.You can share your blog posts,events,photos etc to your Google Official plus fan page.It is almost similar to Facebook Fan Page.
    Lets see how to create it.(Description with images)
    Follow the instructions

    Create official Google+ page

    You must have a Google plus Account to create Fan page.

    • Sign In to your Google account and go to this LINK
    • Click on Product or Brand
    • Give the name of page you need to create(Blog/Site Name)
    • Choose Website from the list
    • Make sure you check the box below it
    • Click on CREATE

    •  The give your blog title and upload your Blog LOGO, If you have no LOGO for Blog click HERE
    • Click on Continue
    • Page creation is almost finished.Now you can share your Google+ page by click on Share on Google+
    • Click on finish ..Done..your page has been created sucessfully.

    How to add Google+ Badge to your Blog

    After finishing creating page ,you can see a button Get the Badge, Click it
    • It will redirect to the page like following picture.
    • you can see your page link,you can share it.
    • Choose the style of your G+ badge
    • After that if you want check the box HTML5 valid syntax
    • Then Copy the code in  the text box
    • Go to your Blogger Dashboard
    • Select Design->Page Elements click on Add Gadget
    • A pop up window will appear look it carefully and find HTML/JavaScript
    • Enter gadget title(eg:Share in Google Plus) and Paste the code on the content textbox
    • Click on SAVE..,Done..
    2013, By: Seo Master

    seo Head Banner changing trick for blogger 2013

    Seo Master present to you:

    Today i am saying about an interesting thing .Head banner changing trick for blogger
    This is a simple blogger hack.when you add this, your blogger blog's header image will change after RELOAD the webpage on your browser.
     Follow the instructions :)

    • Sign In to your blogger account.
    • Goto Design->Edit HTML
    • Find ]]></b:skin> and paste the following code before it.
    #header {
    background: url("your head image url") no-repeat left bottom;
    margin:0;
    padding:2px;
    }
    • Then copy the below script  and place it inside the <head> tag:

    <script type="text/javascript">
    var banner= new Array()

    banner[0]="1st image url"
    banner[1]="2nd image url"
    banner[2]="3rd image url"
    banner[3]="4th image url"
    banner[4]="5th image url"
    var random=Math.round(4*Math.random());

    document.write("<style>");
    document.write("#header {");
    document.write(' background:url("' + banner[random] + '") no-repeat left TOP;');
    document.write(" }");
    document.write("</style>");
    </script>
    you are done...:)
    If any problem with this blogger trick please leave comment,don't hesitate to ask,we are happy to help you:)
    2013, By: Seo Master

    seo Remove Subscribe to posts (atom) from Blogger Blog 2013

    Seo Master present to you:


    #This is an article about how to remove Subscribe to:posts(Atom).
    You must have seen that this Subscribe to:posts(Atom) at the bottom of your Blogger Blog.Blogger added it to every blogger blog for your visitors to subscribe atoms feeds.Do you thinks that it is quiet boring? Here a simple tip to remove it.
    First of all 

    • Sign In to your Blogger Account and Go to Design->Edit HTML
     Important:You must tick the check box  Expand Widget Templates
    • Find the following and delete it
    <b:include name='feedLinks'/>
     Or put inside this (<!-- -->) like this <!-- <b:include name='feedLinks'/> -->

    Its done...
    2013, By: Seo Master
    Powered by Blogger.