RV HIT POP

REVENUE HIT

Wednesday, June 3, 2015

// // Leave a Comment

Tips to Add a Digg Button to Blogger Blogspot

Tips to Add a Digg Button to Blogger Blogspot

What is Digg.com?

Add a Digg Button to Blogger.

Digg is really a social information site where by readers send stories, video tutorials and pictures. Depending upon interest and popularity content are said on by simply members. You can encourage your own readers to digg your own stories by building a Delicious button to your Blogger blog site. The button will display a true time count of how many times your own post continues to be dugg.

Why Give a Digg Press button to My Blogspot Blog site?

Add a Digg Button to Blogger.

Precisely why would certainly I must increase more links to my own website you may be questioning. Well there are various connected with reasons why getting aboard having Reddit will likely be useful to anyone inside increasing your site.

Reddit is usually a completely ready way to obtain site visitors that could generate visitors to your site and it's as well crucial to overlook. While site visitors digg your own testimonies it will motivate brand-new readers to see your site.

Blogposts which have been presented to Reddit can be found in search engine results simply put website will probably obtain publicity.

A new digg option will probably motivate visitors to send your own blog's articles such as photographs along with online video to Reddit. This can motivate other folks to review along with talk about your own write-up and perchance link to the idea.Things know about Consider While Choosing to provide Reddit in your Web site. While adding any Reddit option in your Blogger Blogspot website there are a few important factors to think about before you start. You simply must make a decision with regards to:

Add a Digg Button to Blogger.

The looks on the option to place on your own web site since Digg gives you an opportunity involving various styles from which to choose. The particular appear and feel of the web site will probably influence exactly what option you select.

Just what pages ones Digg option will probably show about. Would you like this within the webpage in addition to the article pages in particular? When i highly guide that you just area virtually any incorporated option solely about article pages otherwise you'll discover this packing time period of the home-page will probably be significantly lessened.

Just what place to place this option in on your own web site. Under the article concept, next to the very first sentence, beneath this article are typical places for the Digg option. Setting some sort of option nearby the best of the blogposts can be a guidelines since site visitors will spot this since the web page loads as the option will probably be above this collapse for example the location in which site visitors view while not having to scroll straight down. If you have a bunch of social media buttons at the end of the blogposts witout a doubt you might like to contain ones Digg option with this series.

Add a Digg Button to Blogger.

Can I Digg My Own Blog Content?
  Yes. You most certainly can digg your own Blogger posts as this will get you a listing in Digg.

How to Add a Digg Button to Blogger Blogspot Blog
I am going to show you how to manually change your Blogger Blogspot template to include your Digg button. While this is not a difficult tweak you will be changing your template. Make sure you take care not to overwrite any code. My suggestion as always is back up first by downloading your template before beginning the addition of this code.

To add a large Digg button to appear next to the first paragraph in your Blogger Blogspot posts:
1. Login to your Blogger blog if not already logged in

2. Navigate to Layout > Edit HTML

3. Back up your template by downloading full template as a precaution

4. Check the Expand Widgets Template box

5. Find this line of code using CTRL + F
<p><data:post.body/></p>

6. Paste the Following code above <p><data:post.body/></p>

<!--Digg.com Button-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div></b:if>
<!--end Digg.com Button-->


7. Click on the Save Template button

Add a Digg Button to Blogger.

8. Click on View Blog link and navigate to an individual post page. You will see your new digg button is only visible on the post page.


Customizing Your Digg Button Tips and Troubleshooting
  • To have the Digg button display on all pages not just the individual post pages remove this line:

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
  • To have the Digg button aligned to the left instead of the right change this line from:
    <div style='float:right; margin-left:10px;'>

    to:
    <div style='float:left; margin-left:10px;'>
  • To replace the large button with the compact button replace the code in Step 6 with:
    <!--Digg.com Button-->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div style='float:right; margin-left:10px;'>
    <script type='text/javascript'>
    digg_url=&quot;<data:post.url/>&quot;;
    digg_skin=&quot;compact&quot;;
    </script>
    <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
    </div></b:if>
    <!--end Digg.com Button-->
  • To change the background color of the button from white to your own desired color add this line:
    digg_bgcolor=&quot;#ff9900amp;quot;;
  • Add a Digg Button to Blogger.

  • below this line:
    digg_url=&quot;<data:post.url/>&quot;;

    Note: Change the value #ff9900 to whatever hex color you would like.
  • To move the Digg button to below the post content instead of at the top paste the following code:
    <!--Digg.com Button-->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div style='float:right; margin-left:10px;'>
    <script type='text/javascript'>
    digg_url=&quot;<data:post.url/>&quot;;
    digg_skin=&quot;compact&quot;;
    </script>
    <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
    </div></b:if>
    <!--end Digg.com Button-->
  • Add a Digg Button to Blogger.

  • to the end of the section of code beginning with this line
    <div class='post-footer-line post-footer-line-2'>
    If you have a third post footer line then place this code after that block of code.

  • Add a Digg Button to Blogger.

    0 comments:

    Post a Comment